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 don't think so. It seems more a matter of the lorawan code generating interrupts that interfere with the serial.print and dropping the send request without any failure indication.
If I leave ~10s between button presses, transmits seem to work.
I would expect the API to be robust to signal the send call to not succeed if the system is not ready to accept another send.
I am running the LoRaWan_interrupt example on a HTCC-AB01 v2 board.
Without any changes, I am losing ~50% of all USER_KEY presses: the interrupt happens, but the LoRaWAN transmit never happens.
In the serial output below, every � coincides with a missed transmit.
It looks like some other interrupt is interfering with the
LoRaWAN.send
command.The text was updated successfully, but these errors were encountered: