LoRaWAN Data
LoRaWAN
The following registers contain information with regards to the LoRaWAN Communication.
Status
0x96
R
Current join status of the device
LoRa Radio Module
0x97
R
SX126x
Semtech Module (SXxxx)
LoRa Region
0x98
R
EU868
Region Selected
LoRa Version
0x99
R
1.0.4
LoRaWAN Protocol Version
Device EUI
0x9A
R/W
The Device EUI
App EUI
0x9B
R/W
The APP EUI
App Key
0x9C
R/W
The Application Key
Application Port
0x9D
R/W
Default application port
Join Type
0x9E
R/W
OTAA, as of now all devices have only OTAA join possibility.
Class Type
0x9F
R/W
LoRaWAN Class (A,B,C)
ADR Mode
0xA0
R/W
Enable or Disable ADR Mode
Spread Factor
0xA1
R/W
Spread Factor to be used if ADR is disabled.
Rejoin
0xA2
W
Rejoin the device
Radio Mode
0xA3
R/W
0
Choose the Radio Operating Mode. 0 = LoRaWAN 1 = iQ D2D 2 = LoRaWAN and iQ D2D
Number of Join Attempts
0xA4
R/W
0
1 byte, Uint8 n = 0 : disabled (infinite) n > 0 : number of join attempts in the LinkCheckReq timeframe
Timeframe for LinkCheckReq
0xA5
R/W
24
2 bytes, Uint16 amount of hours in which the LinkCheckReq will take place.
Data Retransmission
0xA6
R/W
0
0 = Disabled 1 = Enabled
LoRa Communication Watchdog Alarm
0xA7
R
Returns the current alarm state of the LoRaWAN watchdog.
0 = No Alarm
1 = Alarm
Last updated