battery powered sensor / watchdog?
-
just the sensor. Node is in box outside of the pool.
-
Put an esp wifi node in the box with a beefier battery, or another box next to the first one if it isn't large enough. There is an "esp bridge" app that can easily do serial monitoring over wifi. That way you should have console output from the node when ot craps out. I've used it to debug some app that controls some contactors via a 5v relay board, turning contactors off sent the w5500 to Valhalla, the debug output via the esp saved the day since the device is located in a cielling a few meters up.
-
This is a cool idea. Definitely worth throwing some bigger batteries at it for debugging. I am looking for this bridge stuff now :)
-
This is a cool idea. Definitely worth throwing some bigger batteries at it for debugging. I am looking for this bridge stuff now :)
-
Where do you put your enable/disable watchdog? My node sleeps for 90 minutes at a time. Do you mean like a voltage booster? no, but i am monitoring the battery voltage so i know when it gets close to the 3.3 that the radio needs.
-
Im using an 18650. currently it's sitting around 3.9v.
Do you have a link to the proper "mysensors" way of handling watch dog? Im not opposed to trying it. Especially if it gets hung up trying to do something then maybe the WDT while it's awake may help.