CO2 auto-zero value
Set CO2 auto-zero value
This command is used by the device for CO2 measurements compensation in order to get 400ppm in fresh air. The command is described in Table 17.
Byte index
Hex Value
Meaning
0
20
The command code.
1
02
2
21
0x0221 = 545. This value is represented in ppm.
Table 17
Example command: 0x200221 β The server sets CO2 auto-zero value to 545 ppm.
Get CO2 auto-zero value
Byte index
Bit index
Sent request
Received response
0
-
21 β Command code.
21 β The command code.
1
15:8
02
2
7:0
21 β bits [15:0] = 0x0221 = 545 ppm
Table 18
Example command sent from server: 0x21;
Example command response: 0x210221 => CO2 auto-zero value is 545 ppm.
Last updated
Was this helpful?