Raspberry pi pico w not waking up after machine.deepsleep(60000) #9969
Replies: 2 comments 3 replies
-
It's not unlikely that I don't see it, but where in the code do you leave the |
Beta Was this translation helpful? Give feedback.
-
There is mention in ghubcoder/PicoSleepDemo#2 (comment) (Nov 7 2021) of the pico being limited to 127s dormancy. Pico deepsleep is pretty broken which is a shame because a deepsleep that resumes from where it went to sleep in the code (instead of starting again from the beginning like the esp32s) has some interesting possibilities (like all your ram variables being intact after a deepsleep). ghubcoder did a pretty good job of fixing upython deepsleep problems on the pico for me but it still needs work from a talented programmer to fix a bunch of ugly loose ends. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I'm trying to use the machine.deepsleep funtion in my application using a raspberry pi pico w.
The problem is that the board never wakes up from deepsleep.
Below some snippets of my code:
What's wrong with that? Can someone help me?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions