Hello! I have a XPLAINED PRO SAMR34, I had my code working on MLS_SDK_1_0_P_3, but when upgrading it to 1_0_P_5 and trying to join, on The Things Industries console it appears the message “DevNonce is too small”. I found that MLS_SDK_1_0_P_5 is 1.0.4 in LoRaWAN Core Specification Version. And LoRaWAN Regional Specification version is 1.0.2rB. When I registered the device, I put those settings on TTI.
I also found that when disabling joinBackoffEnable, I can see that DevNonce is incrementing but after a while, the device still cannot join. And when enabling joinBackoffEnable, the device only tries to join once but nothing happens. I would like to know if somebody has used MLS_SDK_1_0_P_5 before.
Also, I doubled check OTAA Join parameters (DevEUI, JoinEUI and AppKey).
Hi , I am trying to reset the Devnonce using cli , need help to understand the warnings I am getting after command execution : Only single ID found in arguments, not considering arguments
Intent is to fix devnonce error , In my case after 12 devnonce retries i.e restaring the device 12 times I have to reset the device eui for it to connect again , I am using 1.0.4 version , need help to reset the Devnonce using CLI .
Please confirm if I am using the correct command : .\ttn-lw-cli end-devices set --application-id “7227em” --device-id “a1emiemc” --resets-join-nonces “true”