Sleep for 12 hour #13252
Unanswered
CrabbyPete
asked this question in
RP2040 / Pico
Sleep for 12 hour
#13252
Replies: 1 comment 3 replies
-
The rp2 uses a 32bit counter @ 1MHz for lightsleep. That limits the time to about 72 minutes. If you need longer times, you can make a wrapper which uses several lightsleep periods. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Raspberry Pi Pico which is powered by battery. Its monitoring an alarm, but I want it to sleep and wake up once or twice a day, and I need to go into low power sleep. machine.lightsleep only works for 72 minutes. Is there a way to put it to sleep for long periods of time?
Beta Was this translation helpful? Give feedback.
All reactions