Re: Basic Commands for ABP Join
2019/03/26 09:10:44
(permalink)
Hi guys,
I'm porting application designed for DigiCom Xbee modules (point to multi-point network) and I shame, but I can't understand LoRa....
They only gived me couple of RN2483 modules.
I can make point-to-point communication using simple LoRa protocol.
1) when sending data, is data send broadcast to all modules? (I suppose yes...)
Target is point-to-multipoint network with only one central module and several end points.
I save configuration parameters into file, so I suppose I need to work in APB mode.
On JDP post I can see parameters for end point to connect to APB.
How should I program central module to allow end point to connect?
I'm very confused about examples I can find on web...
btw:
nwskey and appskey are "unique per device and must match server"
I don't understand. Isn't this mismatching?
unique for device:
end node A: nwskey = 0xFF appskey = 0xAA
end node B: nwskey = 0xFA appskey = 0x07
but "match server"?
Thanks.