10
Uplink:
Data #1: 01A0019F097A151F020C01
1st byte (01): Version
2nd byte (A0): DeviceType 0xA0 -RA08B Series
3rd byte (01): ReportType
4th byte (9F): Battery-3.1V (Low Voltage) Battery=0x9F, binary=1001 1111, if bit 7= 1, it means low voltage.
The actual voltage is 0001 1111 = 0x1F = 31, 31*0.1v =3.1v
5th 6th byte(097A): Temperature-24.26℃, 97A (Hex)= 2426 (Dec), 2426*0.01℃= 24.26℃
7th 8th byte(151F): Humidity-54.07%, 151F (Hex) = 5407 (Dec), 5407*0.01% = 54.07%
9th 10th byte(020C): CO2-524ppm , 020C (Hex) = 524 (Dec), 524*1ppm = 524 ppm
11th byte(01): Occupy-1
Data #2 01A0029F0001870F000032
1st byte (01): Version
2nd byte (A0): DeviceType 0xA0 -RA08B Series
3rd byte (02): ReportType
4th byte(9F): Battery-3.1V (Low Voltage) Battery=0x9F, binary=1001 1111, if bit 7= 1, it means low voltage.
The actual voltage is 0001 1111 = 0x1F = 31, 31*0.1v =3.1v
5th-8th byte (0001870F): Air Pressure-1001.11hPa, 001870F (Hex) = 100111 (Dec), 100111*0.01hPa = 1001.11hPa
9th-11th byte (000032): illuminance-50Lux, 000032 (Hex) = 50 (Dec), 50*1Lux = 50Lux
Data #3 01A0039FFFFFFFFF000007
1st byte (01): Version
2nd byte (A0): DeviceType 0xA0 -RA08B Series
3rd byte (03): ReportType
4th byte (9F): Battery-3.1V (Low Voltage) Battery=0x9F, binary=1001 1111, if bit 7= 1, it means low voltage.
The actual voltage is 0001 1111 = 0x1F = 31, 31*0.1v =3.1V
5th-6th (FFFF): PM2.5 -NAug/m3
7th-8th byte (FFFF): PM10 -NAug/m3
9th-11th byte(000007): TVOC-7ppb, 000007 (Hex) = 7 (Dec), 7*1ppb = 7ppb
Note: FFFF refers to unsupported detection item or errors.