/iot

This project aims at developing a system that simulates home automation in IOT. This system consists of a controller board -ie- ESP32 module, and Bulbs that are to be controlled using an Android App. We aim to implement digital output (ON/OFF) by turning on/off the bulbs; and analog output (varying the intensity) by changing the colour of RGB LED bulb. The app and the ESP32 module is connected to an online database (Firebase Database). On click of a button the on the app, the values of different variables change in the database in real-time. The ESP32 reads the value of the variables and accordingly changes the state of the peripheral devices (bulbs).

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.