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.

Data Sending wihout Binding

Other Parts Discussed in Thread: Z-STACK

Hello Everyone,

1)I am using HA Z-stack and for my application I need to send data from coordinator to router's without binding with the router's, for this I would like to know which API's could be used and also can any one provide me with one example code for the same.

2)Also I need to extract all the addresses of the devices connected in the network having same PAN_ID, I need to do the extraction in the coordinator for doing this can any any one suggest me with the API or any method that can be used? Or where are the addresses stored in the device.

  • If you want to send data from coordinator without binding, you have to know the destination short address and endpoint. When a device joins Zigbee network, it will broadcast end node announcement with short address. You can receive end node announcement on coordinator and use API ZDP_ActiveEPIFReqs() to request its endpoint. After you have the destination address and endpoint information, you can send data to it with API AF_DataRequest().