Hard Freeze when transmitting data
-
I'm getting a hard freeze (even the hardware watchdog is failing to reset the device) during transmissions, I have code here:
https://github.com/Bokbot/incubot/tree/mysensor
its basically a pidloop controlling a lightbulb in an incubator for some eggs.
so long as I comment out the send lines like this:
send(msgHum.set(humidity, 1));everything runs continuously, but with those lines included the thing freezes randomly after an inconsistent amount of time. Meaning it does transmit for a good fifteen minutes usually before freezing.
Has anyone else seen behavior like this?
-
I'm getting a hard freeze (even the hardware watchdog is failing to reset the device) during transmissions, I have code here:
https://github.com/Bokbot/incubot/tree/mysensor
its basically a pidloop controlling a lightbulb in an incubator for some eggs.
so long as I comment out the send lines like this:
send(msgHum.set(humidity, 1));everything runs continuously, but with those lines included the thing freezes randomly after an inconsistent amount of time. Meaning it does transmit for a good fifteen minutes usually before freezing.
Has anyone else seen behavior like this?