Other Parts Discussed in Thread: CC2530
Hi,
I'm developing ZigBee device based on cc2530 chip and I'm using uart to send commands to the cc2530. I would like my device to act as network coordinator. I've followed the instructions in "cc2530znp interface specification" (section 3.2) and I've recieved ZDO_STATE_CHANGE_IND response that confirms me that my network is created and my device is coordinator, but now I want to try add other devices (I've bought on internet) into my network and would like to send ZB_PERMIT_JOINING_REQUEST command to my device (through uart), but i don't have destination short address (that would be my device's address). I can get short address using ZDO_IEEE_ADDR_REQ command but I don't know my mac/ieee address neither. I'm using AF and ZDO interface, not Simple API.
So summary would be - how can I find out my mac address and tell my device permit join command?
Sorry for the long post, but I'm new to ZigBee so i wanted to be sure you get all necessary info.
Much thanks