User Manual

User Manual
© 2008-2019 Seeed Technology Co., Ltd. All rights reserved. www.seeed.cc
28 / 37
Divide the data into 3 sections
1
Air
Temperature
010110B0680000
01 is the channel number.
0110 is 0x1001
little-endian byte order
, which is
the measurement ID for air temperature.
B0680000 is actually 0x000068B0, whose equivalent
decimal value is 26800. Divide it by 1000, and
you’ll get the actual measurement value for air
temperature as 26.8.
2
Air Humidity
01021088F40000
0210 is 0x1002
little-endian byte order
, which is
the measurement ID for air humidity.
88F40000 is actually 0x0000F488, whose equivalent
decimal value is 62600. Divide it by 1000, and
youll get the actual measurement value for air
humidity as 62.6RH.
3
CRC
8CFF
The CRC verification part.
5.1.2 Example 2 - CO2 Sensor:
CO2 Sensor measurement packet: 010410E08D05009802
Divide the data into 3 sections
1
CO2
010410E08D0500
01 is the channel number.
0410 is 0x1004
little-endian byte order
, which is
the measurement ID for CO2.