So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By quilkin
#61388 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
Code: Select allESP.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.
User avatar
By g6ejd
#61745 How long does the data upload take, say 20-secs then plus your 10-secs. Have you tried setting the timer to 30-secs or more to see if it starts to slow down?