Hi all,
I am using Device_annce cluster to get from coordinator to get end device 64bit unique IEEE extended address.But for all the devices i am getting same IEEE 64bit unique address.
typedef struct
{
uint16 nwkAddr;
uint8 extAddr[Z_EXTADDR_LEN];
uint8 capabilities;
} ZDO_DeviceAnnce_t;
this structure gets the details of end device joined to coordinator.
please explain that the above "extaddr" is unique 64 bit IEEE address or 64 bit address used for PAN ID conflict.
Also i m getting different values for network address(nwkaddr) and pan id.So are they different.
Thanks in advance
Amit Kumar