6
Example of ReportDataCmd
FPort
:
0x06
Bytes
1
1
1
Var(Fix=8 Bytes)
Version
DeviceType
ReportType
NetvoxPayLoadData
Version
– 1 bytes –0x01
——
the Version of NetvoxLoRaWAN Application Command Version
DeviceType
– 1 byte – Device Type of Device
The devicetype is listed in Netvox LoRaWAN Application Devicetype doc
ReportType
– 1 byte –the presentation of the NetvoxPayLoadData
,
according the devicetype
NetvoxPayLoadData
– Fixed bytes (Fixed =8bytes)
Version
Device
Type
Report
Type
NetvoxPayLoadData
0x01
0x49
0x01
Battery
(1Byte, unit:0.1V)
Current
(2Bytes,Unit:1ma)
Multiplier(1Byte),
the real current should convert
with Current* Multiplier
Reserved
(4Bytes,fixed 0x00)
Uplink: 0149012403E80100000000
1st byte(01): Version
2
nd
byte(49): DeviceType 0x49
-
R718N1 Series
3
rd
byte(01): ReportType
4
th
byte(24): Battery
-
3.6V, 24 (H
ex
)= 36 (D
ec
), 36x0.1=3.6 V
5
th
6
th
byte(03E8): Current
-
1000mA , 03E8(H
ex
)= 1000 (D
ec
)
7
th
byte(01): Multiplier
-
1
8
th
~11
th
byte(00000000): Reserved
Actual current value = Current* Multiplier, 1000mA*1= 1000mA = 1A