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

Moderator: igrr

User avatar
By Stoney
#25028 bump !

added a wifi_station_set_auto_connect(0); to my sketch just to make doubly sure that no wifi was happening that I can think of..

still no dice, 64mA no matter what sleep option selected.
also updated to the latest arduino build..

any thoughts people ?
User avatar
By willfly
#25112
Stoney wrote:bump !

added a wifi_station_set_auto_connect(0); to my sketch just to make doubly sure that no wifi was happening that I can think of..

still no dice, 64mA no matter what sleep option selected.
also updated to the latest arduino build..

any thoughts people ?


Code: Select allESP.deepSleep(SLEEPTIME * SECONDS, WAKE_RF_DISABLED);
should be 15 mA constant. Are you sure your measurement is correct. Can you log on to your router and verify that ESP is indeed not connected.
User avatar
By Lance Henderson
#25134 I have noticed this also. I had the code working on a previous build of the Arduino Package. I then updated the package (due to an NTP bug in the previous one) and I found that the micro would no longer wake into RF disabled mode.

I have been using the identical sketch code between the two.