opendata-stuttgart / sensors-software

sourcecode for reading sensor data
574 stars 312 forks source link

ESP8266 requires manual reset after power loss #429

Open jordanc365 opened 5 years ago

jordanc365 commented 5 years ago

I'm powering my unit using solar and a massive battery and for the most part it works pretty well but if the battery runs low even for a few minutes and the Nodemcu restarts it's stuck in a state in which it will not measure or transmit data. It's simialr to the issues identified in these posts: Here Here Here Here Does anyone have experience with issues like this? Cheers!

dirkmueller commented 4 years ago

I am afraid there is not a whole lot we can do about this.. usually the mcu hangs before even the initial setup function is being invoked. Esp8266 is particularly power hungry during early start ..

Agree to close? You can tey finding help on chat.luftdaten.info but this is strictly a bug tracker foe the firmware..

DeeKey commented 4 years ago

Think - it should go to FAQ section. For such autonomous systems HW reset is required. Also, maybe even for standalone systems HW reset based on timer is a nice idea if you want constant data.