Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Gavin Poole
#58100 When my ESP-12e goes into deep sleep my GPIO pins are defaulting to high even though they are low in the code right before sleep. I need them to be low during sleep, is there any way to do this?
Thanks
User avatar
By mrburnette
#58318 Tri-stating during deep-sleep is not uncommon. You can use an external CMOS inverter (like 6 in a single DIP) to invert the uC logic and then deal with the issues downstream... so uC HIGH will become uC LOW so now downstream logic must change.

You can also select a low-power mode that does not force the uC to go into deep sleep... maybe just turn off the RF? That will take 80 - 120mA down to sub-40 mA.

Ray