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

Can I change the 3 Minute Zigbee Formation timer?

Segger Embedded Studios 3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 custom board

Hi,

I use this code to start network formation on Zigbee:

    zb_bool_t comm_status = bdb_start_top_level_commissioning(ZB_BDB_NETWORK_FORMATION);

The code works fine, but I was wondering if I can control how long the formation runs for. Currently it's about 3 minutes.

Or is there a way to read how much time is left for Zigbee formation?

Thanks,

John

Related