FraCaPr
(Franco)
January 16, 2020, 6:02pm
1
Hi, im using LoraWan OTAA in Rak811 Breakout Board. I want to know if its possible to decrease the time to get a Join request. This is my timing:
14:56:17.928 -> Welcome to RAK811.
14:56:17.928 -> Selected LoraWAN 1.0.2 Region: US915
14:56:18.029 -> Waiting for join
14:56:23.484 -> at+recv=3,0,0
14:56:23.484 -> Joined ok!
14:56:23.484 -> Msg: 10 Sending…
14:56:24.876 -> at+recv=2,0,0
14:56:24.876 -> TX_UNCOMFIRMED ok!
So i need wait like 5.5 seconds. It’s possible to reduce this? Its a normal timing to get it Rak811?
I have the antenna RX close to me (5 meters outside of the room)
Also im using : https://github.com/RAKWireless/RAK811_LoRaNode
velev
(Todor Velev)
January 27, 2020, 9:46am
2
HI. The join procedure is not only affected by Node - Gateway. The Join is given from the Application Server and forwarded trough Network Server. What are you using TTN or ChirpStack?
FraCaPr
(Franco)
January 27, 2020, 3:10pm
3
Im using ChirpStack, what can i do ?
velev
(Todor Velev)
January 28, 2020, 9:44am
4
And Gateway is? If you are using RAK industrial one, you can try build-in server, if it is RAK Pi based, try ChirpStack on the Pi.
FraCaPr
(Franco)
January 28, 2020, 6:15pm
5
yes, its a RAK Pilot (831) with Pi
velev
(Todor Velev)
January 28, 2020, 6:54pm
6
Hm…I have to check this. To be honest I have never check the join time
FraCaPr
(Franco)
January 29, 2020, 3:21pm
7
well, im checking the join time because i need to turn off the device (i need to send just 1 data in 1 week but so fast) and i cant get all the data from only one join, save it in the RAK and use it when i turn on the device.
velev
(Todor Velev)
January 29, 2020, 4:55pm
8
In OTAA this is normal timing for join procedure. Why do not try ABP mode. There is no join waiting.