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.

zigbee binding mechanism

Hi Guys,

I have some questions for zigbee binding mechanism
1. ZigBee Device Object Bind Request
=> Coordinator could audomatic send the ZDP_BindReq to childnode(end-device or router) for binding application
2. ZigBee Device Object End Device Bind Request
=> The End-Device and Router them could send ZDP_EndDeviceBindReq to Coordinator for binding application

I Can't make sure my sense, please give the comments for binding, thanks.

B.R.
Joe

  • 1. ZigBee Device Object Bind Request

    ---> Coordinator won't send the ZDP_BindReq automatically. This is done by user operation.

    2. ZigBee Device Object End Device Bind Request

    ---> You have to let two devices that you want to bind each other to send ZDP_EndDeviceBindReq and coordinator will help to complete the binding.

  • Hi Yikai,

    Thanks your reply.
    1. ZigBee Device Object Bind Request

    ---> Coordinator won't send the ZDP_BindReq automatically. This is done by user operation.
    ===>  ZDP_BindReq only could be sent out by Coordinator, right?

    2. ZigBee Device Object End Device Bind Request

    ---> You have to let two devices that you want to bind each other to send ZDP_EndDeviceBindReq and coordinator will help to complete the binding.
    ===> Router also could send the ZDP_EndDeviceBindReq to do binding, right?

    B.R.
    Joe

  • 1.  ZDP_BindReq only could be sent out by Coordinator, right?

       ---> No. Every node can send ZDP_BindReq. However, coordinator sends ZDP_BindReq in most application cases.

    2. Router also could send the ZDP_EndDeviceBindReq to do binding, right?

       ---> Yes.