deep_sleep long activity interval
Posted: Sun Oct 23, 2016 11:17 am
Hi,
I have used this program to measure the minimum ESP activity interval
void ICACHE_FLASH_ATTR user_init (void)
{
system_deep_sleep_set_option (4);
system_deep_sleep (20000);
}
and measured current consumption module ESP-03.
The result was,
that the minimum active ESP interval of 200 ms
of which 30 ms current consumption is 16 mA,
below 70 ms 26 mA and below 100 ms current consumption 12 ma.
Thus, it turns out that the minimum interval ESP activity is 200 ms,
and the average current in this interval is 17.5 mA.
This result does not correspond to the data from the documentation.
I have used this program to measure the minimum ESP activity interval
void ICACHE_FLASH_ATTR user_init (void)
{
system_deep_sleep_set_option (4);
system_deep_sleep (20000);
}
and measured current consumption module ESP-03.
The result was,
that the minimum active ESP interval of 200 ms
of which 30 ms current consumption is 16 mA,
below 70 ms 26 mA and below 100 ms current consumption 12 ma.
Thus, it turns out that the minimum interval ESP activity is 200 ms,
and the average current in this interval is 17.5 mA.
This result does not correspond to the data from the documentation.