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

[nRF52840 + zigbee] In production phase, solutions for commissing trusted devices.

Hi,

I have verified some zigbee functions on nRF52840 and now it's time to consider real deploy phase.

Big concern about deployment of zigbee is

1) how to commission any zed/zr to ZED not interfering exising neighbor zigbee network.

2) how to protect my network from neighbor zed/zr(this maybe my products or other company products).

3) adding new zed to existing network without re-commissing existing (already setup) devices.

I am recommended by member of nordic using "installation codes".

Is there good way for productin and installation ?

Thanks.

  • Hi.

    1) how to commission any zed/zr to ZED not interfering exising neighbor zigbee network.

     You have to be sure that you select the channel with least amount of interference.

    2) how to protect my network from neighbor zed/zr(this maybe my products or other company products).

    Make sure that your ZED/ZR commissions with your ZC by selecting the channel with least amount of interference, and also use security as I explained in the other ticket here :-)

    3) adding new zed to existing network without re-commissing existing (already setup) devices.

     All the devices you add to the network will be part of the network unless you set ERASE_PERSISTENT_CONFIG to ZB_TRUE, this should be set to ZB_FALSE.

    Best regards,

    Andreas

Related