User Manual
© 2008
-2019 Seeed Technology Co., Ltd. All rights reserved. www.seeed.cc
29
/
34
Battery Information
Please note the counter number. After 10 packets, it will follow one special packet with battery info.
You can either ignore this packet or get rid of the battery info in your code.
Original Info:
000700640005000101105866000001021070F80000443E
Battery Info:
00070064000500
Measurement Info:
0101105866000001021070F80000443E
Example:
Battery & TH Sensor measurement packet:
000700640005000101105866000001021070F80000443E
Divide the data into 3 sections
1
Battery
00070064000500
2
Temperature
01011058660000 01 is the channel number.
0110 is 0x1001
(
little-endian byte order
)
, which is
the measurement ID for air temperature.