This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee data request

Hi, Im developing a Zigbee concentrator. I used nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 ble_zigbee_template as start point of my project.
The light bulbs and switch control is working well, the first sample are on the field for test:
Now I'm approching to IAS zone sensors.
My question: how can I check if sensor is connected and working?
I see on the sniffer that battery device sends timed requests (see image above). Can I intercept with a callback this communications?
Many thanks for answer
Abele

Parents Reply
  • Hello,
    this is not a specific cluster (I used bind and subcribe procedures for cluster and attributes with other end nodes). My question is another. This is radio level protocol data sent from battery powered end node as a "keep alive" signal.
    Alexa use this info to update his internal connected device list:
    In other words, where on the radio level protocol I can intercept this info/request?
    Abele

Children
Related