Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.
Daksh Srivastava edited this page Nov 10, 2017 · 4 revisions

Welcome to the HomeAutomation wiki!

This project is my attempt to control basic electrical items in the house using micro-controllers, cloud and an app.

The first step of any home automation project is to control a light bulb. Its not complex and can be done with minimum resources. The biggest reason though, it serves as a stepping stone for other connected hardware in the home network. You are limited by your own imagination.

At current stage, this project gives the capability to a user to control a switch (not a wall switch). This repository gives you everything you need to program your Arduino, ESP8266 WiFi module, a node service & an Android App which can be setup on your local network or on the cloud. In turn, the ESP module & Android app will communicate with the node service to read or modify switch status. As for the Arduino, it reads the JSON response & controls the relay to act as a switch.

Pick a topic from the sidebar to begin!