Skip to content

XIAO nRF52840 Sense sleep problem #14024

Answered by robert-hh
MrTinkerman asked this question in nRF
Discussion options

You must be logged in to vote

lightsleep and deepsleep are not implemented for the NRF port. The methods exist, but do almost nothing.
lightsleep() just calls __WFE(), deepsleep() just resets the boards.
Edit: But the XIAO board should behave the same as the other one. Maybe update the firmware. lightsleep() and deepsleep() were moved to extmod in Nov 2023.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MrTinkerman
Comment options

Answer selected by MrTinkerman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
nRF
Labels
None yet
2 participants