6
5.1 Example of ReportDataCmd
FPort
:
0x06
Bytes
1
1
1
Var (Fix=8 Bytes)
Version
DeviceType
ReportType
NetvoxPayLoadData
Version
– 1 byte –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)
Device
Device
Type
Report
Type
NetvoxPayLoadData
R718NL3
series
0x99
0x01
Battery
(1Byte)
unit:0.1V
Current1
(2Bytes)
Unit:1mA
Current2
(2Bytes)
Unit:1mA
Current3
(2Bytes)
Unit:1mA
Mulitplier1
(1Byte)
the real current1
should convert with
Current* Multiplier
0x02
Battery
(1Byte)
unit:0.1V
Mulitplier2
(1Byte)
the real current2
should convert
with Current*
Multiplier
Mulitplier3
(1Byte)
the real current3
should convert
with Current*
Multiplier
Illuminance
(4Bytes)
Unit:1 Lux
Reserved
(1Byte)
fixed 0x00
Example of Uplink:
Packet#1 0199012405DC07D009C401
1
st
byte (01): Version
2
nd
byte (99): Device Type 0x99
-
R718NL3 Series
3
rd
byte (01): Report Type
4
th
byte (24): Battery
-
3.6v , 24H
ex
=36 D
ec
36*0.1v=3.6v
5
th
6
th
byte (05DC): Current 1
-
1500mA , 05DC H
ex
=1500 D
ec
7
th
8
th
byte (07D0): Current 2
-
2000mA , 07D0H
ex
=2000 D
ec
9
th
10
th
byte (09C4): Current 3
-
2500mA , 09C4H
ex
=2500 D
ec
11
th
byte (01): Multiplier1
-
1
Packet#2: 0199022401010000000300
1
st
byte (01): Version