I have made the following Blynk 2.0 Home automation project using ESP32, temperature sensor, LDR, and IR remote control relay.
You can also control the relays from the manual switch and IR remote without WiFi.
With this Blynk Home automation system, you can:
- Control relays with Blynk IoT app
- Control relays from IR remote
- Control relays from manual switches.
- Monitor real-time feedback and room temperature.
- Control relays without WiFi etc.
Hope you will like this Blynk ESP32 project.
1 Like
Hey… This is a really nice project and your explanation is also great. I tried to make the project and it’s working fine. But there is a small issue in it. That is once the WiFi got disconnected it is not connecting back automatically. We have to press the en button to restart the esp32 and connect it to wifi.
Secondly we can’t reset the WiFi SSID and password by pressing the boot button for 10 second. It is impossible the change the WiFi credentials once we configure it using the given code.
Is there any solution to these problems??
Thanks for any kind of help in advance.