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
There is no API for doing this, because it's not a LoRaWAN concept. LoRaWAN supports class A devices (listen a fixed time after uplink), class B devices (listen periodically, synchronized with the network), and class C devices (listen always). Unfortunately, the LMIC library only supports class A. So the only choice to receive periodically is to send uplinks periodically. You can use the LMIC_poll() api to do this -- this might also be available through the Arduino LoRaWAN APIs.
Hi, I have a question. How do initiate the receive for example I want every 2 minutes during 40 seconds to lisen for incoming lora packages.
Thanks
The text was updated successfully, but these errors were encountered: