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)
Example of R72615A Uplink:
Packet #1: 010907480FA0FFFFFFFF00
1
st
byte (01): Version
2
nd
byte(09): DeviceType 0x09
-
R726 Series
3
rd
byte (07): ReportType
4
th
byte (48): Battery
-
7.2v , 48 H
ex
=72 D
ec
72*0.1v=7.2v
5
th
6
th
byte (0FA0): CO2
-
400PPM, 0FA0 H
ex
=4000 D
ec
4000*0.1PPM=400PPM
7
th
8
th
byte (FFFF): NH3 data is not available
9
th
10
th
byte (FFFF): Noise data is not available
11
th
byte (00): Reserved
Packet #2: 01090C4809C41B58FFFF00
1
st
byte (01): Version
2
nd
byte (09): DeviceType 0x09
-
R726 Series
3
rd
byte (0C): ReportType
4
th
byte (48): Battery
-
7.2v , 48 Hex=72 Dec 72*0.1v=7.2v
5
th
6
th
byte (09C4): Temperature
-
25
°
, 09C4 Hex=2500 Dec 2500*0.01
°
=25
°
7
th
8
th
byte(1B58): Humidity
-
70% , 1B58 Hex=7000 Dec 7000*0.01%=70%
9
th
10
th
byte (FFFF): Wind Speed data is not available
11
th
byte (00): Reserved
Device
Device
Type
Report
Type
NetvoxPayLoadData
R726 series
(R72615A)
0x09
0x07
Battery
(1Byte, unit:0.1V)
CO2
(2Byte ,0.1ppm)
NH3
(2Byte ,0.1ppm)
Noise
(2Byte ,0.1db)
Reserved
(1Byte,fixed 0x00)
0x0C
Battery
(1Byte, unit:0.1V)
Temperature
(Signed2Bytes,unit:0.01°C)
Humidity
(2Bytes,unit:0.01%)
WindSpeed
(2Bytes,unit:0.01m/s)
Reserved
(1Byte,fixed 0x00)