Wake on time #4506
Unanswered
espruino-discuss3
asked this question in
General
Wake on time
#4506
Replies: 1 comment
-
Posted at 2015-03-12 by DrAzzy Why not use setTimeout()? Posted at 2015-03-12 by net-tobi You mean to calculate the milliseconds to be in sleep mode until the next alarm comes up? Could be an idea. Posted at 2015-03-12 by @gfwilliams Yes, that'd be what I'd suggest. It should be really easy to do - simplest is just |
Beta Was this translation helpful? Give feedback.
0 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.
-
Posted at 2015-03-12 by net-tobi
Hello everyone,
I plan to let my Espruino wake up on a specific alarm time. In the meantime the board should be ideally in deep sleep mode.
Is there a better way to realize that instead of waking the board by an interval to check the time frequently?
Maybe there could be a feature "setWatchTime" in the future.
Best,
Tobias
Beta Was this translation helpful? Give feedback.
All reactions