Home Automation Project using NodeMCU and Arduino through Blynk
- Serially connect both your Dev Boards for Cross Communication.
- Open/Close Door from Blynk App.
- Open the door when you press the Button from the Inside.
- See the count of the people inside the house by incrementing a variable whenever you place an RFID card.
- Whenever you press the button from the Inside or open the door via the app, the variable decrements.
- If no people are inside the house, you cannot open the door from the app.
- Even if no one is inside the house, you can open the door by pressing the Button (In case you are stuck inside!).
- View the status of the outdoor Street light on the Blynk App (It turns on automatically, just informs you if it is ON/OFF).
- Direct integration with the Google Home App.
- Direct integration with the Alexa App.
- Voice Control through Google Assistant or Amazon Alexa (In version 2, you can control it by voice assistant via IFTTT).
- Optimise the code to work in one Board.
- Change the code from integrating Blynk app to Other Cloud Platforms.
- ESP32 Support to Connect to the Cloud or alternate Bluetooth Connection.