Zigbee network join fails

I have an issue that I don't know how to debug. I take the latest version of Zigbee Light Bulb example code and the only change I make is add CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_MULTI=y. Then I run this code on the nRF52840-DK and try to join a Zigbee network. This works if I use a Conbee 2 Zigbee coordinator. If I use a Conbee 3 coordinator the join fails. Looking at the output from the device I see that it chooses to leave the network. It doesn't give a reason and just says I: Network steering was not successful (status: -1). On the coordinator side I see that some information has been changed but it is always a little different but always fails. The same coordinators can be used with other Zigbee devices without issues. 

I have set up Wireshark and I can see the packets going back and forth on channels 25. The join always seems to fail after some time after Transport Key exchange. But the key itself seems to be ACKed by the Light Bulb. Just a little after that the Light Bulb decides to leave the network and give up.

How should I proceed from here. I need my device to work with all (or most) standard Zigbee networks. 

  • Hello,

    Comparing the sniffer logs for the two coordinators can help to find out what is different for the ConBee 2 and ConBee 3. You can also share the logs with us in a .pcap format so we can examine it. If you are using a different network key than in the nRF Connect SDK samples or the Zigbee Alliance default key, please share your network key so we can decrypt the packets. 

    Best regards,

    Maria

  • Hello Maria,

    I have attached two pcap files to show the two different conditions. I didn't change any keys anywhere so I hope these are default. Let me know if there is anything else I can try to help get to the bottom of this. I did these captures with the Light Switch example as I saw that the Light Bulb example complained about unhandled signals (Permit Join signal I think, because it is a router role probably).

    conbee_3_join_fail.pcap

    conbee_2_join_ok.pcap

  • Hello,

    Thank you for the logs. They seem to indicate that your Zigbee device is acting as a legacy device. Which is odd, considering that you are using the latest version of Zigbee: Light Switch. NCS v2.6.0 uses ZBOSS 3.11.3.0 which implements the stack based on the Zigbee 3.0 specification set.

    When researching the ConBee III I saw that it supports Zigbee 3.0. There are some pieces which matches the sniffer log when the sniffer log is missing a Request Key packet and that the ConBee III supports Zigbee 3.0 specifically.

    I have asked a colleague for a second opinion about the logs.

    I am taking some time off work next week, so this ticket could be transferred to another engineer. Please also note that next week we have Easter Holiday here in Norway which includes lower staffing and some days with no staffing. Thank you for your patience.

    Best regards,

    Maria

  • Hi Maria,

    We have Easter Holidays in Estonia as well. But since that is only at the end of the week I hope we can move forward at least a little bit before that.

    Is there a way to force the device to not use legacy mode? I really need to find a way to make this work as the issue seems to affect not only Conbee 3 specifically but many of the newer EFR32MG21 based Zigbee coordinators. I'm not familiar which firmware these all use but for my use case Zigbee needs to work with these quite popular devices. 

    I have tried both the light bulb and the light switch samples from the latest version and also from our current production version (v2.5.0) and all have the same issue. I don't know how to debug the Zigbee code and at the moment there's really nothing that I can think of to fix this myself.

    Tiit

  • Hi Maria,

    Has there been any progress on this? Is there anything I can do on my end to investigate this issue further? At the moment this seems to affect not just the Conbee 3 but other Zigbee hubs as well. I'm buying as many different commonly used Zigbee coordinators as I can find and it looks like half of them have a similar issue. From the ones I have looked at in more detail it seems that the failingones all use the same Silicon Labs SOC family. But as far as I understand Zigbee should be compatible between different manufacturers.

    Tiit

Related