![Seeed Technology SenseCAP LoRaWAN 868 Скачать руководство пользователя страница 27](http://html.mh-extra.com/html/seeed-technology/sensecap-lorawan-868/sensecap-lorawan-868_user-manual_1232953027.webp)
User Manual
© 2008
-2019 Seeed Technology Co., Ltd. All rights reserved. www.seeed.cc
27
/
34
1 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 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
you
’
ll get the actual measurement value for air
humidity as 62.6
%
RH.
3 CRC
8CFF
The CRC verification part.
Example 2:
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.
E08D0500 is actually 0x00058DE0, whose equivalent