Hello,
I have an issue about module AB01 getting stuck on reset.
The sensor is sending data with ACK and everything is working fine for months.
When the gateway is turned off (I do not control the gateway) I detect the missing ACK and after few retry I do call HW_Reset(0) just in case something is not working properly (this will also trigger a re-join)
Of course if the gateway goes down for a long time (sometime a week) the cycle is repeating multiple times (reboot, send data, missed ack, reboot) and I do have some delays to mitigate battery consumption.
The issue I see is that sometime after many reset the chip does not execute reset call anymore and it is “stuck” forever. I need to powercycle (manually) and everything works fine again.
did you ever see something similar? maybe there was a specific bugfix that I missed in the tree?
thanks