I have my code working correctly and for site testing of the first 20 units the customer wants to know the
MAC address so that any glitches can be identified to a particular device by its MAC address.
I have read, and been told, conflicting information that the EUI64 is NOT the MAC address and that
the MAC address can be derived from the first 6 octets of the EUI64.
My code prints out the EUI64 when the board boots up so we could use this if it can be used to
identify the mac address.
What I'd also like to know is (1) whether the BLE mac address is the same as the Zigbee mac address
as they may share part of the same radio interface hardware for IEEE802.15.4 and IEEE802.15.1.
If there is a simple way to get the Zigbee mac address can someone tell me ?!