How I can get the MAC address of an end device from the Coordinator, I am using the CC2530 smartrf05 kit and the code of the GenericApp?
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.
First you must know End Device short (NWK) address, then you can
use ZDP_IEEEAddrReq() function to get IEEE address based on MAC
address. Refer to Z-stack API.pdf, sections 3.1.4.1-4.
Also in case the End Device is a child of this specific parent, you can
use APSME_LookupExtAddr() for quick search, no RF transmission
initiated when calling this function. Refer to Z-stack API.pdf, section 3.3.4
to get more info.