Arduino Based Home Control System
This is a smart home control system based on arduino development boards.
I made this because google have a product like this but google home control system more expensive than this project.
I connected this system to a solar panel and it can be show battery and solar panel voltage over tft lcd or over an custom app.
Also you can control 8 relays over internet or touch screen.
Required Parts:
Arduino UNO http://tiny.cc/edf5tz NOTE: You must be buy the 6. option!
Ethernet Shield http://tiny.cc/b7s6tz
Arduino Mega With TFT Lcd http://tiny.cc/e7s6tz NOTE: You must be buy the 1. option!
4 Relay Module http://tiny.cc/77s6tz
Optional Parts:
Flex Cable Adapter http://tiny.cc/kcf5tz
50 cm Flex Cable http://tiny.cc/xcf5tz
You can find codes find codes here-->https://github.com/Arda-Bildik/Arduino-Home-Control-System
Add teleduino328 library to Arduino IDE.
If you need to connect it to internet you must be get a API Key ----> https://www.teleduino.org/tools/request-key
After that,import .aia file to MIT App inventor and paste your api key as shown.
Convert the API key to code from https://www.teleduino.org/tools/arduino-sketch-key
To the Arduino UNO code as well.(For connecting to internet).
- Comments(0)
- Likes(2)