umeshlokhande
DIIDevHeads IoT Integration Server
•Created by umeshlokhande on 8/14/2024 in #edge-networking
Seeking help for home automation project on esp32
Hi @lucifer2615. following are some inputs
- I suggest considering the ESP WiFi Manager library which gives access to the web interface from the browser to set the wifi name and password. Apart from this, there are other Apps like ESP SoftAP Provisioning, etc.
- Controlling AC to turn ON/OFF can be done with a relay but to control core functionalities you can use IR transmitter connected to ESP32. So, your ESP can send control commands just like the ac remote instead of an actual physical remote.
- reconnect mechanisms for WiFi and Bluetooth have to be implemented in code whenever your device comes back in range.
I hope you will find this input useful. Best wishes!
4 replies