SPI flash chip is not sleeping during sleep.
-
The flash chip supposed to go sleep if the node sent to sleep but it is not and eats extra 10uA. I did not go deep into the lib code but found if I send the node to sleep "manually" it eats only 7 uA - no LDO, 10 uA with LDO.
SPIFlash flash(8, 0x0); void loop() { //wdt_reset(); //swarm_report(); flash.sleep(); sleep(600000); }Am I missing something ?
SPI flash sleep mentioned here:
https://github.com/mysensors/MySensors/blob/master/drivers/SPIFlash/SPIFlash.h#L91
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login