Hi Nordic Team,
I am working on a project where I am using an XBee module as the Zigbee coordinator in a centralized network and an nRF52840 (running the ZBOSS stack from the nRF5 SDK for Thread and Zigbee) as a Zigbee router.
We have encryption enabled in the network and would like to use a custom TC link key instead of the default ZigBeeAlliance09
key. The XBee coordinator is responsible for managing the network keys and securely authenticating devices.
I came across an older post that mentioned the following:
- The default TC link key (
ZB_STANDARD_TC_KEY
) cannot be changed without recompiling the ZBOSS library. - A custom TC link key can only be implemented if using install codes (a Zigbee 3.0 feature).
Given that the post is from over three years ago, I’d like to know if there have been any updates or new APIs introduced in ZBOSS to support the configuration of a custom TC link key in a centralized network scenario. Specifically:
- Is it now possible to configure a custom TC link key via the ZBOSS stack without recompiling?
- If the XBee coordinator uses a preconfigured custom TC link key, is there an approach to configure the nRF52840 router to work with it?
- Are there any additional steps or examples that might help with this configuration?
Thanks in advance for your help! I’d greatly appreciate any insights or guidance on this topic.
Best regards,
Julen