Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event: Uplink not scheduled because TxRx pending issue #188

Open
sw-dev-code opened this issue Mar 31, 2022 · 1 comment
Open

Event: Uplink not scheduled because TxRx pending issue #188

sw-dev-code opened this issue Mar 31, 2022 · 1 comment
Assignees
Labels

Comments

@sw-dev-code
Copy link

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.

@terrillmoore
Copy link
Member

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.

@terrillmoore terrillmoore self-assigned this Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants