-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix power consumption #5
Comments
works! (biemster/FindMy#73 (comment)) |
Doesn't work! The chip sleeps and wakes up periodically, but does not send the advertisement. |
Oh no, did actually not check that! |
I already noticed I need to add some callbacks when the chip comes out of DEEPSLEEP, because doing only the SUSPENDs in the setSuspendMask actually works (but I guess the power consumption is still significant then) |
Lets do it this way then^^ Here is the working code.
|
this fw does advertise, could you do one final power check @atc1441 ? |
Works :) |
great! thanks for checking so promptly 👍 |
It seems the chip does not sleep between advertisement, as discovered by @atc1441 here: biemster/FindMy#73 (comment)
He also kindly provided a solution in that comment, implement that.
The text was updated successfully, but these errors were encountered: