deep sleep with no wake up
Posted: Sat Jan 09, 2016 6:11 pm
Hi,
I'm running an ESP8266 from batteries and will run some code just once when powered up and then I want to send the ESP to a deep sleep permanently can I do this by using
I'm running an ESP8266 from batteries and will run some code just once when powered up and then I want to send the ESP to a deep sleep permanently can I do this by using
Code: Select all
but not have GPIO15 connected to the reset pin, will this put the ESP to sleep until the power has been removed and switched on again.ESP.deepSleep(60000000);