-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deep sleep between readings #2
Comments
I have tried deep sleep, but without success. Tried 1s sleep but device didn't wake up. I have to admit that I did not do any debugging on this yet. |
Hi there, with one of the recent commits [1], the Hiveeyes MicroPython Datalogger Firmware for BOB should support deep sleep well, at least it works on my machine ;]. You might want to pick up the cherries into this codebase. The update will probably not be that difficult, as you can see the patch is rather non-invasive [2] and should reasonably blend into any piece of Pycom MicroPython code. We will be happy [3] to see or add refinements, especially wrt. to computing the appropriate Cheers, [1] hiveeyes/terkin-datalogger@3e73a3fe Lines 75 to 81 in d4c05d1
|
We just wanted to ping you about that @pinguin999 pushed the relevant bits and pieces to #9. Thanks already! |
see https://docs.pycom.io/datasheets/boards/deepsleep/api.html
The text was updated successfully, but these errors were encountered: