This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Opening the network in examples projects

Other Parts Discussed in Thread: Z-STACK

Hi TI,

In common Zigbee end devices, for join it to the Zigbee network it is necessary press a push button for a time few seconds.

Question:
What should I do in the  the examples projects form TI, sensor (temperature, doorlock, ...) for it join to the network?

Thank you! Best Regards

  • Hi,

    We have an implementation of this in our Z-Stack examples.

    By pressing BTN-1 (the left button), the device will either search for a network to join (if it is a router/end device, ZR/ZED) or form/open a network (if it is a coordinator, zc).

    You can see and example for this in zclSampleLight_processKey.

    Regards,
    Toby

  • You can call bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING ); in your application to join network.

  • Sincerely, Thank yuo very much. Best Regards