-
supposedly the NRF sleep function shuts everything off
Not really, where did you find such information?
https://www.espruino.com/Reference#l_NRF_sleepThere is no such mode that could cause issues with 'keeping an internal counter going' except removing battery.
Also you may check this for power consumption in various scenarios https://www.espruino.com/Puck.js#power-consumption
-
I see I was under the impression that NRF_sleep() was the equivalent of system off sleep mode and not system on sleep mode. In that case I understand the deal, although that means I have bigger consumption problems in my application than I thought I did, I'm already using system off and I get way too much consumption .
Thank you for the clarification
Hi there, I'm quite new to the puck js. I'm wondering about one of its features as claimed by a colleague of mine. Apparently it can keep an internal counter going even after waking up from sleep mode (correct me if I'm wrong).
How does this work exactly?
As far as I know it doesn't have an external RTC and supposedly the NRF sleep function shuts everything off including the real time counter module, so unless I'm wrong about something, what am I missing? Can someone help?
Thanks in advance.