-->
Page 1 of 1

Disable the standby mode ESP8266

PostPosted: Fri Jul 03, 2015 12:22 pm
by manoelps
Hey guys!

I do not know if researched with the right words but I could not find any related topic, but whatever :D .

[ARDUINO]
Need to disable the standby mode my esp8266, I recorded the webserver example that comes in ESP library works, but after a few minutes, sometimes seconds, he stops working, just back to normal restart.

Recorded a WebServer in LUA, is the same.

Does anyone have any tips on how to disable the standby mode ESP8266?

Re: Disable the standby mode ESP8266

PostPosted: Tue Aug 11, 2015 3:46 pm
by maroelawerner
Hi,

I am using that sketch without any problems.

When the ESP8266 does strange things, check your power supply. Use good connections and solder them if possible. At 3.3 V you do not need much resistance to cause problems. Fit a capacitor close to the supply pins.

Re: Disable the standby mode ESP8266

PostPosted: Sat Sep 26, 2015 5:59 pm
by tac_evaworcim
And don't forget to feed the watchdog periodically with yield() or delay(...) ;)