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 buy a arduino LoRa shield on Pi Supply and I try to use this librairy. I'm new on the "LoRa" device ^^.
So I used the exemple SetBaudrate and then I try to use the JoinNetworkOTAA but it seems to be block into a loop.
I've changed the AppEUI, DevEUI and AppKey of course with the values of my TTN application.
When I launch the code, I have on the serial :
StartUP Reset Success OK2.0.3.0 OKEU868 You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK!
So it seems to be block into the bool InitLoRaWAN(void)
Do you have an idea ?
Thanks for you help.
The text was updated successfully, but these errors were encountered:
Hi !
I buy a arduino LoRa shield on Pi Supply and I try to use this librairy. I'm new on the "LoRa" device ^^.
So I used the exemple SetBaudrate and then I try to use the JoinNetworkOTAA but it seems to be block into a loop.
I've changed the AppEUI, DevEUI and AppKey of course with the values of my TTN application.
When I launch the code, I have on the serial :
StartUP Reset Success OK2.0.3.0 OKEU868 You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK! You init OTAA parameter is OK!
So it seems to be block into the bool InitLoRaWAN(void)
Do you have an idea ?
Thanks for you help.
The text was updated successfully, but these errors were encountered: