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

How to let a ZED join specific ZR ?

Hi,

I am developing a solution with zigbee (nRF52840).

I want some end device is joined to specific router. 

In the documents, if end device find more than one router/coordinator, it selects more good-quality link(maybe RSSI?)  automatically.

I want setup network manually , something like to belows.

ZED_a want to b connected to ZR and ZED_d connected to ZC directly.

How can do that?

Thanks.

ZED_a--------ZR(b)------------ZC(c)

                                             |

ZED_d----------------------------+

Parents Reply
  • Hi.

    1.

    You can use Installation Codes, read more about it in the infocenter.

    If zb_set_installcode_policy() is set in the coordinator, then you only allow devices that have installation code to join.

    zb_secur_ic_set() is used in the ZED to set the installation code.

    zb_secur_ic_add() is used in the coordinator to add a ZED with long address to the device and the installation code set in the ZED device.

    2.

    You can for example use the installation code.

    Best regards,

    Andreas

Children
No Data
Related