esp8266-anemometer
esp8266-anemometer copied to clipboard
Sleep mode
I now have the anemometer running according to the instructions. So far everything is ok. The only thing is that the Wemos D1 goes into sleep mode after a certain time and thus no longer sends any data to the mqtt broker. How did you solve that. The simplest would be who a time until wakup or that it is activated by moving the anemometer. Do you have a solution?
It should send at least every 10 seconds a message to the MQTT broker, this should be enough to prevent disconnecting from wlan or other things. A sleep mode is not in the origin code implemented. Maybe is this problem a power related issue with insufficient voltage after some time.