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 Oct 1, 2019. It is now read-only.
Hi
I want to modify the project to add 2 sensors (for mailbox notification).
So the ESP32 must wake up if any of the 2 reed contacts is "pushed"
I found out, that there is an function
esp_deep_sleep_enable_ext1_wakeup
( [https://esp-idf.readthedocs.io/en/v2.0/api/system/deep_sleep.html] )
But i don't get i work. How can I define that the ESP is waking up when a reed contact on GPIO 33 or 34 is pushed?