Deep Sleep Timing
Posted: Sun Jan 22, 2017 5:34 pm
Hi, I have recently got a Huzzah esp8266 board and am enjoying my first test programs, using the Arduino IDE.
I installed everything using the guide here https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout?view=all and it's successfully sending some data to my website. Then I'm putting it to sleep with
I have RST connected to GPIO16 and it is waking up again repeatedly and sending new data as I hoped.
But the odd thing is it's waking up exactly every 30 seconds and not 10 seconds.
I installed everything using the guide here https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout?view=all and it's successfully sending some data to my website. Then I'm putting it to sleep with
Code: Select all
ESP.deepSleep(10 * 1000000);
I have RST connected to GPIO16 and it is waking up again repeatedly and sending new data as I hoped.
But the odd thing is it's waking up exactly every 30 seconds and not 10 seconds.