Snooze icon indicating copy to clipboard operation
Snooze copied to clipboard

Why is SLEEP_MODE commented on Snooze.cpp

Open sebashb opened this issue 5 years ago • 4 comments

Is the SLEEP_MODE argument implemented in the library? I found that that that line 359 of Snooze.cpp is commented, thus not supporting passing the SLEEP_MODE as argument.

sebashb avatar Dec 11 '19 11:12 sebashb

I still need to implement that into the new code base. I'll being working this over the holiday break.

duff2013 avatar Dec 12 '19 16:12 duff2013

Hi @duff2013 do you have any updates regarding this matter?

sebashb avatar Jan 15 '20 16:01 sebashb

I'm planning working on Snooze all next week.

duff2013 avatar Jan 17 '20 00:01 duff2013

Hi @duff2013 in the current library state can you please make the correspondence between the Chip power modes (Table 7.1) of the data sheet of Teensy 3.2 and the different power modes offered by the library?

I have already figured out that idle corresponds to Normal Wait - Via WFI and sleep corresponds to VLPW. But I'm not bing able to understand the difference between deepSleep and Hibernate by inspecting your code. But for sure there has to be one given that the power consumption of both modes is way different.

Thanks!

sebashb avatar Oct 23 '21 17:10 sebashb