8
3
rd
byte (02): ReportType
4
th
byte (00): Battery
-
0x00 means is powered by DC power source
5
th
~ 8
th
byte (0001870F): AirPressure
-
1001.11hPa,1870F(HEX)=100111(DEC),100111*0.01hPa=1001.11hPa
9
th
~11
th
byte (000032): Illuminance
-
50 Lux ,
000032(HEX)=50(DEC),50*1Lux=50Lux
# Report data 3: 01BB030000110011FFFF00
1
st
byte (01): Version
2
nd
byte (BB): DeviceType 0xBB
-
R718UBD Series
3
rd
byte (03): ReportType
4
th
byte (00): Battery
-
0x00 means is powered by DC power source
5
th
6
th
byte (0011):PM2.5
-
17ug/m
3
, 11(HEX)=17(DEC)
7
th
8
th
byte (0011): PM10
-
17ug/m
3
, 11(HEX)=17(DEC)
9
th
10
th
byte (FFFF): TVOC
11
th
byte (00): Reserved
Note:
Unsupported sensor detection item data is 0xFF/0xFFFF/0xFFFFFF/0xFFFFFFFF
5.2 Example of ConfigureCmd
FPort
:
0x07
Bytes
1
1
Var (Fix =9 Bytes)
CmdID
DeviceType
NetvoxPayLoadData
CmdID
– 1 byte
DeviceType
– 1 byte – Device Type of Device
NetvoxPayLoadData
– var bytes (Max=9bytes)
Description
Device
CMD
ID
Report
type
NetvoxPayloadData
Config
ReportReq
R718UBD
0x01
0xBB
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(2Bytes,Fixed 0x00)
Config
ReportRsp
0x81
Status
(0x00_suBBess)
Reserved
(8Bytes,Fixed 0x00)
ReadConfig
ReportReq
0x02
Reserved
(9Bytes,Fixed 0x00)
ReadConfig
ReportRsp
0x82
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(2Bytes,Fixed 0x00)