Hi, i have 2 distinct nodes that i want to register. Both were already registered successfuly in another intance of the same version. When i enter the DevEUI, Appkey and AppEUI the node is created but not registered.
I have one confusion in OTAA Node activation.
Consider there is OTAA node and receiving data using Brocaar LoRa sever the system which runs the Borcaar LoRa server is got rebooted. In that case,OTAA node activation need to be performed again or not.
That depends how you’ve configured your Redis database. When all data is persisted to disk (which I believe is the default), then you can reboot and no OTAA activations get lost.
On the other hand, this is easy to try out yourself
I am totally new to LoRa server. I’ve only recently installed the lora server onto a VM using Ubuntu.
I’m able to add my gateway in but when i tried to join my node to the server, I’m getting join failed on my node but i’m able to see the join request on my server.
Below are the screenshots taken using the mosquitto_sub command.
Please check your loraserver logoutput. As you can see in your screenshot, there is only an uplink (.../rx) in your logoutput, no downlink (.../tx). So probably the issue is that you have provisioned your device incorrectly (e.g. wrong key).
I am trying to activate one of my devices on loraserver.
When turning my device on I can see joinRequest being sent through the registered gateway and joinAccept being sent back. Even though the joinAccept is being sent my device does not get activated but it sends joinRequest again just to receive joinAccept again and keeps looping this way.
When I was doing OTAA over TTN under same conditions everything worked great.
Please make sure that the correct LoRaWAN version is selected in the device-profile, as 1.0.x and 1.1.x are not compatible. Most likely your device does not support LoRaWAN 1.1.x (as this is not yet supported by TTN).
could you confirm? Do you use lorawan mac version 1.0.2 and regarding provisionning of appkey, the field network key must be fill with your “OTAA appkey” and the appkey field must be left blank.
I am using STM32CubeExpansion_LRWAN_V1.1.0 if you are familiar with it. After some digging I am pretty sure that the mac version in this program is 1.0.2 as you stated but I am not 100%.
And regarding the keys I have left the app key blank and network key is the actual app key.