You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the LMIC-node library is something else. It might use this library, but I think you should ask for support there.
Technically, this means that the LMIC was busy processing network operations and was not able to accept a transmit at that time. This can really happen on any transmit after the first one; the network can repeatedly send downlinks, and keep the class-A loop busy for an arbitrary period of time. One suspect that path in the LMIC-node library is missing the error that is returned when this happens, and not retrying.
I'm using the LMIC-node library on the Heltec LoRa WIFI V2 board and there is the following problem that appears randomly in time:
Event: Uplink not scheduled because TxRx pending
After this even if I do rejoin device is unable to send data, only the device reboot helps.
The text was updated successfully, but these errors were encountered: