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

Changing the Zigbee keys with ZBOSS

Hi!

We got the Zigbee examples running. Now we wanted to exchange the default keys.

Unfortunately we had to find out that this has no effect.

Changing the `ZB_DISTRIBUTED_GLOBAL_KEY` and `ZB_STANDARD_TC_KEY` defines on line 95 and 78 in zb_config_common.h had no effect at all.

A quick grep also tells us that those defines are never used. How do we porperly configure this with the ZBOSS stack?

This was also not very straightforward with other stacks but doable. Here it seems impossible as we don't have any proper stack source :/

I hope someone can help me :)

Best,

Noah

Parents Reply Children
  • Hi Jørgen

    I will try and use those two functions in a minute.

    But I have to be honest, if that's really it, thr documentation should really be adjusted.

    I skimmed through that passage many times an I always thought this is just options to set the key set the TC will choose when creating a new network, which ofc is NOT what I want.

    This is especially confusing since I can just set one key and not multiple, which I need to do since there is the TC Master key and the TC ZLL key or however they are properly called now :)

    Thanks for your answer!

    Best,

    Noah

Related