sej7278 wrote:should use ESP.deepSleep(0); to sleep forever, rather than 600000
i'm a bit stumped though, as i cannot get waking to work with gpio16 tied to RST (a button on the RST pin works though) and ESP.deepSleep(0, RF_DISABLED); i can't get to wake at all without pulling the power.
If you put the ESP to deep sleep forever then exactly how do you expect it to wake up except someone or something else pulling the RST-pin? I mean, forever means literally that -- it'll go to deep sleep and stay in deep sleep. Also, why do you issue RF_DISABLED to it?