admin管理员组

文章数量:1122846

How to parse this zigbee message received from the PIR sensor ?

Few samples:

55 17 82 0A 00 00 00 01 0C 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 9A
55 17 82 0A 00 00 00 01 0D 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 9B
55 17 82 0A 00 00 00 01 0E 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 98
55 17 82 0A 00 00 00 01 0F 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 99
55 17 82 0A 00 00 00 01 10 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 86
55 17 82 0A 00 00 00 01 11 01 08 FC 00 20 FF 02 03 00 10 00 04 00 20 00 87

We are using a CC2530 as the Zigbee coordinator and an STM32 microcontroller for programming. The above sample data is what i received from the motion sensor (Link of motion sensor copied below).

/product-document/gateway-and-sensors-doc/snzb-03p-doc/

本文标签: embeddedParse the hexadecimal zigbee message from sensorStack Overflow