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

[nRF52840 + zigbee] Add a new zed to existing network

Hi,

I am developing zigbee system using nrf52840.

I have a question about joining process.

a) First, start coordinator with zigbee_erase_persistent_storage(ZB_TRUE).

b) Zed can join to the network within 3 mininutes from  coordinator start.

c) After 3 minutes, let coorinator restart with zigbee_erase_persistent_storage(ZB_FALSE).

d) Zeds which are joined before can join to coordinator successfully.

e) In this situation, can i add A brand new Zed join to this network keeping existing zeds are in silent joining mode ?

After coordinator  is restarted with zigbee_erase_persistent_storage(ZB_FALSE), can a new(not joined before) zed can registered to this network if  time is wihih 3 minutes?

Thanks.

Related