As the title says... Chat on...

User avatar
By alonewolfx2
#9480 you cant use deepsleep more than 35 minutes. because timer is 32bit. but you can use forever deepsleep function or you can combine deepsleep set option and deepsleep function. something like this http://bbs.espressif.com/viewtopic.php?f=7&t=171 this example working as i said. this is best solution before espressif timer change to 64bit
User avatar
By Sleepy Head
#9547 Thank you. Good information.

I was going to build a battery operated sensor that turns on a couple of times a day and updates Thingspeak. Now i see its not possible using the esp8266 timer.
I have to find an external timer of sorts that can turn on the chip, with very low power consumption and that preferably can run on the same 2x AA batteries.
User avatar
By Sleepy Head
#9567 well i think the context here is saving battery power so the sensor can run for weeks.
Waking the esp8266 every half hour just to go to sleep again is going to consume too much power.

I'm reading up on RTC modules now. They can run a long time with battery backup.