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.

af_datarequest

Other Parts Discussed in Thread: CC2530

Hi Friends,

               My Project i am using Packet Sniffer as ZNP COORDINATOR .And we using our own board and in this board having cc2530 zigbee module and i download the IAR GenericApp End Device code.Now we try to send AF_DATAREQUEST command to ZED,so i need the board short address.

My Q:

1.How to i know the Short address of ZED(my own board)?

  • When a device joins zigbee network, it will broadcast an end node announcement with its short address. You can register device announce event to check it.

  • Hi,

    please note in this post (http://e2e.ti.com/support/wireless_connectivity/f/158/t/345530.aspx) we created a couple of ZNP example scripts for coordinator and router which explain how to intercept end device annce and perform service discovery, as well as send data.

    Please use this as starting example.

    Thanks,

    TheDarkSide