Waking up from deepsleep #13698
-
The ESP32 is able to wake from a deepsleep call on a pin interupt. Is it possible to do the same thing with deepsleep on a Pico? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The deepsleep wake-up works just fine on the PiPico. |
Beta Was this translation helpful? Give feedback.
-
It's possible to wake a Raspberry Pi Pico from deep sleep using a pin interrupt, although it's not as straightforward as with the ESP32. This video may help you. For your convenience, you can make a Raspberry Pi Pico breakout board. |
Beta Was this translation helpful? Give feedback.
The deepsleep wake-up works just fine on the PiPico.
Causes a Reset and the reset_cause can then be queried (it's an integer 3)