/smart-house

Repo for a website on how to make your house smart.

Primary LanguageC#MIT LicenseMIT

logo


Note: This repository uses GitLFS, to use this repo you need to pull via Git and make sure GitLFS is installed locally


Repo for a website on how to make your house smart.


💻 About

The aim of the project is to create a website containing information about the capabilities of modern "Smart Houses", what may be the help in the future, and everything is achieved only by voice. It is very convenient to have a helper who is built into your house and works with voice commands. There is also a simulation that represents a smart city.

🎥 Demo of the project

demo img 1

demo img 2

demo img 3

demo img 4

⌨️ How it works

The project can be split in 3 main things :

  1. 🌐 Website:
    • The website is the place where users can learn more about the project.
    • It can also show them how to make their own smart house.
    • Moreover, users can play the demo of the simulation directly on the website without having to download it.
  2. 👨‍💻 Simulations:
    • You can download the simulations from the website.
      • Simulation
        • In the simulation you can explore both a smart house and a smart city.
        • You can monitor your house, city traffic or even talk to AI.
        • To see more about how to play, see the wiki.
      • VR simulation
        • In the VR simulation, you can explore the city and the house, but in VR!
        • You can even talk to AI with your voice!
        • To see more about how to play, see the wiki.
  3. 🏠 Model of a smart house :
    • The model has several Arduino-compatible ESP 8266 modules. They are connected to the online service Adafruit, which receives and sends information to them. This information also communicates with Google Assistant.
    • The elements we work with are transformed into objects from one house, such as the LED plays the role of a normal light bulb in the house.
    • All components are connected to wi-fi at home or to mobile internet

📥 Installing

If you want to download one of the simulations you can do it from release tab.

To install the source code of the project on your machine you just need to clone it. This can be done by :

git clone https://github.com/SSIvanov19/smart-house.git

Don't forget that you need to have GitLFS.

To see more information about installing the project, see the wiki tab.