has anybody written a script that integrates deep sleep mode?
I mean something like reading a digital temperature-sensor like the DS1820 and sending the data via WiFi in this way:
ESP8266-module go sleeping for 1 minute. Then wake up do one measuring of temperature send temperature-data
via WiFi (to whatever) fall asleep again
repeat until special useraction
I'm wondering how long it takes the ESP8266 module to be connected to the WiFi-Network again after sleeping.
Will it be online within one second?
Does anybody have a script-example that demonstrates fall into deep sleep mode wake up up
sned data fall asleep again?
best regards
Stefan