I am trying to setup my own private LoraWAN (without TTN). I have setup the gateway based on the documentation, but I am having trouble connecting nodes to this gateway. Is there any documentation or code sample (Arduino or ESP32) for adding nodes to this gateway’s LoRa Server (in a non TTN setup)?
I followed the docs, but I am unable to register devices either on OTAA and APB. I can see the connection in the “LoRaWAN Packet Logger”, but they don’t ‘reach’ the Lora Network Server…
Now that I am able to add devices, I encounter a new problem:
LoraServer.io normally has an Integration tab (under Applications) to send out the data (via HTTP for example to an end-point). But it’s is missing in the Lora Server implementing on the RAK.
Then how to send data-out to my app? I tried even to connect to the test loraserver.io of RAK and I can’t find how to set it up anywhere in the gateway… I am totally missing something?