Closed rlimberger closed 2 months ago
Here is the error output when running the periodic_uplink
example:
INFO: Modem Initialization
INFO: Use soft secure element for cryptographic functionalities
stack_id 0
DevNonce = 0
JoinNonce = 0xff ff ff, NetID = 0xff ff ff
Region = US915
INFO: LoRaWAN Certification is disabled on stack 0
Modem event callback
INFO: Event received: RESET
ERROR: smtc_modem_set_deveui call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 30
4): SMTC_MODEM_RC_BUSY
ERROR: smtc_modem_set_joineui call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 30
5): SMTC_MODEM_RC_BUSY
ERROR: smtc_modem_set_appkey call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 30
6): SMTC_MODEM_RC_BUSY
ERROR: smtc_modem_set_nwkkey call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 30
7): SMTC_MODEM_RC_BUSY
ERROR: smtc_modem_set_region call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 31
6): SMTC_MODEM_RC_BUSY
INFO: smtc_modem_join_network
WARN: smtc_modem_join_network call but the device is already join
ERROR: In main_examples/main_periodical_uplink.c - modem_event_callback (line 31
8): SMTC_MODEM_RC_BUSY
INFO: Periodical uplink example is starting
Please use GNU Arm Embedded Toolchain 10-2020-q4-major 10.2.1 20201103 (release) or lower version. Could you please try and let us know if issue remains ? Many thanks.
No update, so issue is closed. Please reopen a new one if needed.
Im using the LR1120 evaluation board, updated the tranceiver FW to version 0201 and am trying to run the geolocation example on it. However, i get errors stating
the device is already join