-->
Page 1 of 1

system_deep_sleep works but still uses too much power

PostPosted: Tue Mar 08, 2016 10:45 am
by Yesmine Rzg
Hi everyone :)
First, thamk you for your time and help.

I would like to reduce the power consumption by using the sleep mode.

I used this function :
system_deep_sleep_set_option(0);
system_deep_sleep(5 * 1000000);

This function works ok and reduces consumption to 0.1mA if I use Image

However, it only reduces consumption from 90mA to 20mA when I use Image

The difference between the two is that the second Nodemcu has a UARTtoUSB module. So I suppose that this is what causes the power consumption during the sleep mode.

Would it be possible to make the second one only consume 0.1mA as well ?

Re: system_deep_sleep works but still uses too much power

PostPosted: Sun Mar 13, 2016 4:07 pm
by TerryE
You are using a Devkit. This isn't optimized for low power running. It is petty simple to rig up your own through hole board which doesn't have the UART chip on it. and if you do so then you will find that the power consumption is as per the Espressif working papers.