Deepsleep Mode
-
HI Team, [based on Firmware 1.6.4.b1]
The Deepsleep mode currently doesn't keep the RTC time once the device is started (after X ms) - is this something that we will expect to happen in the future?
Secondly, Are we planning to add a new constant to indicate when the device is re-started/started from a deepsleep? At the moment we only have machine.PWRON_RESET & machine.SOFT_RESET.
This information will be helpful to decide how much time i want to invest to workaround these two limitations.
Thanks, Max.-
-
Hi Guys (@administrators), How can i get read the rst code for deepsleep?
I can see in the logs that the information it is already there - but I believe there is no command to read/get it from python.
rst:0x5 (DEEPSLEEP_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
Thanks,
Max.-