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

Zigbee commissioning issue

Hi, I'm developing a Zigbee coordinator, but I have this issue during commissioning. 
The end node is Ikea TRADFRI ambience sensor light (pir), I make a simple test using CLI agent example on nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31.
As a result, the end node connect but after the confirm KEY success command it leave the network (you can see at lines 91 and 182, on pcap log file here attached)
What I wrong? 

Here below the CLI command I sent

IK_SensLog.pcapng

Parents
  • Hello,

    The sniffer log doesn't indicate any errors (except that the PIR device disconnects). They suggested that you try to connect it to another network with another coordinator, e.g. using Alexa. Compare the log in general, but specifically the Node Descriptor Response (packet #71 from the sniffer log). Does the device disconnect? Does the Node Descriptor Response look different?

    Best regards,

    Edvin

Reply
  • Hello,

    The sniffer log doesn't indicate any errors (except that the PIR device disconnects). They suggested that you try to connect it to another network with another coordinator, e.g. using Alexa. Compare the log in general, but specifically the Node Descriptor Response (packet #71 from the sniffer log). Does the device disconnect? Does the Node Descriptor Response look different?

    Best regards,

    Edvin

Children
Related