-->
Page 4 of 4

Re: ESP8266 doesn't wake from deep sleep

PostPosted: Mon Oct 04, 2021 7:29 am
by eriksl
If you are actually using the converter that's supplied with the USB serial converter, yes, that one may be too weak. I've seen that FTDI (FT232) converters have a bigger (and sufficient) converter than others.

Re: ESP8266 doesn't wake from deep sleep

PostPosted: Mon Oct 04, 2021 3:45 pm
by btidey
The module referenced does appear to have a separate regulator from the CP2102 USB interface so should be OK when powered from +5V.

I am not familiar with this module so without the schematic it is difficult to assess whether there is anything extra around the GPIO16 (D0) and RST / EN circuitry that may cause wake up problems.

I would say, however, that if your goal is to use deep sleep to efficiently extend battery operation then this type of module with usb and probably an inefficient regulator is not the best idea. This is because even with the esp8266 in deep sleep there will be significant current drawn by the peripheral circuitry.

For optimum battery deep sleep you want to use a raw ESP-12E/F module combined with an efficient LDO or switching regulator.

Re: ESP8266 doesn't wake from deep sleep

PostPosted: Thu Oct 07, 2021 3:54 am
by washburn_it
Well...fortunately I won't need deep sleep for the project where this ESP will be used.
Thanks from all the suggestions.
Regards,


Roberto