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.

End device Discovery issue

Hi,

Can anyone point out what is the response to the discovery cmd from coordinator?

I referred some documents but i was not able to figure out.

I wand to communicate my end device with a gateway. But after associating, my end device cannot communicate with coordinator.  As i examined through packet sniffer, its broadcasting the discovery cmy to which i was not able to reply correctly

What does the payload in Discovery command means?

What is it actually expecting as a reply?

  • Which discovery command are you sending for the Coordinator?

    A joining device sends a Device Announce message, this happens automatically in the TI Stack (command is described in ZStack API.c - 3.1.4.20 ZDP_DeviceAnnce()). For the application on the Coord to receive this message read ZStack- Developer Guide.pdf section 6. ZDO Message Requests.

    Regards, TC.