Open Liionboy opened 9 months ago
According to the documentation in the link you provided:
Any IO can be used as the external input to wake up the chip from Light-sleep.
(…)
Additionally, IOs that are powered by the VDD3P3_RTC power domain can be used to wake up the chip from Deep-sleep.
To my understanding this means only GPIO0 ~ 5 can be used to wake up from deep-sleep, though GPIO2 is a strapping pin (overview here).
Wouldn't it be possible to move the PIR sensor from GPIO6 to an RTC pin?
Hello,
Recently i change a CBU with a ESP32-C3 and i try to implement Deep Sleep but only as pin can use 0, 1, 2, 3, 4, 5 support wakeup. But in Documentation write you can wake up on any Digital Pins:
I want to wake up on a PIR sensor and that sensor is on GPIO6 and can't use for wake-up.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/sleep_modes.html#configuring-ios-deep-sleep-only
As board in ESPHome o use this:
Thanks