You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2025. It is now read-only.
ESP32 have hall sensor built in which ESP8266 did not have. It can be used as door sensor without using any external component specially with ESPNow as low power sensor. It will be even better if hall sensor shut down power to ESP32 when door is closed. When door opens it could power up the ESP32 and it send message saying door is open every few seconds controlled by deepsleep via ESPNow protocol.
ESP32 have hall sensor built in which ESP8266 did not have. It can be used as door sensor without using any external component specially with ESPNow as low power sensor. It will be even better if hall sensor shut down power to ESP32 when door is closed. When door opens it could power up the ESP32 and it send message saying door is open every few seconds controlled by deepsleep via ESPNow protocol.
https://www.youtube.com/watch?v=vyDZdwk76Jk
Thanks.