- Fri Aug 12, 2016 2:07 am
#52764
For my unterstanding, sleepNow(180) would mean an delay of 3 Minutes. In fact, 180000 actually is about 4 Minutes? At least that´s the time Thingspeak receives an update from DHT/ESP.
What to do to get an Delay of 15 Min. or more? With higher MILI-Values the script stops working.
Thanks!
PS: Script running...will see how long it lasts
You actually enter milliseconds, orrigionally you should enter microseconds, the *1000 just converts it to milli seconds, so 180000 milliseconds it what you enter right now.
For a bigger delay you have to just do multiple sleeps in series, there is something about the watchdogtimer that overflows, i think there is a way to disable that.
Kind Regards,
Orcanbull
Yes i can help you , Yes you can send me a PM with a question - No i won't make the code for you