-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Hi,
I have a few Grasshopper LoRaWAN boards operating in some remote locations, transmitting room temperature and humidity every 10 min.
I find that they transmit to the gateway for about a week and then they stop transmitting. When I pick up the sensor and reset they rejoin the gateway OK and carry on transmitting until I get the issue again. I think that it is hanging somewhere in the code
At the moment the transmitting code is inside an if statement:
if (!LoRaWAN.busy() && LoRaWAN.joined())
code here
end
Is this if statement robust enough to ensure that the code won't hang if the packet send fails? Is there something else that I can include?
Thanks
Metadata
Metadata
Assignees
Labels
No labels