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

[nRF52840 + zigbee] What the mean "network is open" ?

I get answer from  msromero  that If zigbee network is open, then new zed can join this network.

What means that nework is open ?

I want zigbee netork is silently joinable and lent new zed can join(register) to this network in controlled method.

I mean "controlled method" that zed cannot join this network if ZC permit the zed.

Currently zed is restared with zigbee_erase_persistent_storage(ZB_FALSE), and any zed can join this network.(ZC doest not pervent a new zed from joining).

I don't use the feather install codes. I tried that but it is complicated and not work in some situation nicely.

Or

Is there any API which close network (commisioning window) with zigbee_erase_persistent_storage(ZB_FALSE)  for not admit any more ZEDs?

Thanks.

Parents
  • Hi,

    Take a look at "Section 8 Commissioning" in the Zigbee Base Device Behaviour Specification.

    In our Zigbee stack you start the commissioning process by using function bdb_start_top_level_commissioning and the network will be open (new devices can join, both zr and zed) for 3 minutes. This is the default value specified in the BDB specification.

    If you want to close it earlier or open it for a shorter period you can take a look at permit join request in the BDB specification and function zb_zdo_mgmt_permit_joining_req.

    Best regards,

    Marjeris

Reply
  • Hi,

    Take a look at "Section 8 Commissioning" in the Zigbee Base Device Behaviour Specification.

    In our Zigbee stack you start the commissioning process by using function bdb_start_top_level_commissioning and the network will be open (new devices can join, both zr and zed) for 3 minutes. This is the default value specified in the BDB specification.

    If you want to close it earlier or open it for a shorter period you can take a look at permit join request in the BDB specification and function zb_zdo_mgmt_permit_joining_req.

    Best regards,

    Marjeris

Children
Related