-->
Page 1 of 1

deep_sleep long activity interval

PostPosted: Sun Oct 23, 2016 11:17 am
by Nikolay
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.

Re: deep_sleep long activity interval

PostPosted: Fri Oct 28, 2016 3:41 am
by Nikolay
Image

Re: deep_sleep long activity interval

PostPosted: Sat Oct 29, 2016 10:03 am
by Nikolay
Image

Re: deep_sleep long activity interval

PostPosted: Wed Nov 02, 2016 11:56 am
by eketjall
Are you measuring only the ESP8266ex chip?
A module with a power LED you will draw higher current.