I have some code which I’ve based on the LoRaWan_interrupt example, and everything works well… except if I have reason to send two packets in very close proximity to each other (eg, 1000ms apart), in which case the second one never arrives.
I can arrange to delay subsequent packets until the CubeCell is happy to proceed, but my question is: how do I know when it is ready to accept another LoRaWan.send() ?
I’m happy to wait until it’s all ready, but how do I know ?
The question applies for both unconfirmed and confirmed packets.
Thanks you for your help
– Ian