34
ATIM_ACW-THAQ_UG_FR_V1.7
b.
Examples of frames
Measurement frame
With disabled timestamp, there is no historic and the sampling number is 1 (Temperature and humidity exclusively):
Octet
1
2
3
4
5
6
7
0xA0
(new generation
measurement frame, no
history, 1 sampling)
0x08
(channel 0, measurement
type: temperature)
0x08
0x85
0x09
(channel 0, measurement
type: humidity)
0x17
0xDE
The device sends values of 0x0885 (21.81°C) for temperature and 0x17DE (61.10 %RH) for humidity.
With disabled timestamp, no history and the sampling number of 1((Temperature, humidity and VOC):
Octet
1
2
3
4
5
6
7
8
9
10
0xA0
(new generation
measurement frame,
no history, 1 sampling)
0x08
(channel 0,
measurement type:
temperature)
0x08
0x85
0x09
(channel 0,
measurement type:
humidity)
0x17
0xDE
0x0C
(channel 0,
measurement
type: VOC)
0x00
0xA0
The device sends values of 0x0885 (21.81°C) for temperature, 0x17DE (61.10 %RH) for humidity and 0x00A0 (160) for VOC.