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

zigbee, association problem

Hi, I have developed zigbee stack.

I tested to connect the door lock example of Thread and Zigbee SDK 3.2.0 with ZC of SDK 4.2.0.

I checked connection with these. 

So, I try to connect the network which we want to join.

But, My door lock example always ignore Association Permit True Packet. --> Not Request Association Request

I want to join this network.

This is the packet of nordic coordinator network.

The other device send a association request.

Should I change short pan id?

What should I do first?

  • Hi,

    I have started looking into your issue, but I have some questions first to better be able to help you.

    door lock example of Thread and Zigbee SDK 3.2.0 with ZC of SDK 4.2.0.

     I assume you mean SDK v4.1.0 for the coordinator, since there's no v4.2.0, and I assume that you're using the Zigbee CLI agent example? Is there any reason why you're using different versions of the SDK for the doorlock and the coordinator? I would recommend using the same version on both devices.

    Have you made any changes to the examples?

    Also, in two of the pictures of your sniffer trace you see there are some yellow lines and it says that the payload is encrypted. This is because you started the sniffer after the association phase, so the network key isn't stored in the sniffer logs, which in turn makes the messages sent on the network encrypted in the sniffer log. Because of this, I'm unable to see the content of the message. If you could get a sniffer log of your problem where you start the sniffer before the network starts, and then attach it as a pcap file, it would be of much help.

    Best regards,

    Marte

  • Hi! Thanks for reply.

    This is a problem with the board I was developing, so I will close the question.

Related