Hello,
I am attempting to retrieve a device's own MAC address and print it out. So far I have encountered two different functions that can help me achieve this.
Angry Oatmeal
Hello,
I am attempting to retrieve a device's own MAC address and print it out. So far I have encountered two different functions that can help me achieve this.
Hi Angry Oatmeal,
In our Zigbee CLI Agent example you can issue commands to get the EUI64 address, which will then be printed to terminal. In that example the function print_eui64() is used to print the address. This function can be found in /nRF5_SDK_for_Thread_and_Zigbee_v4.1.0/components/zigbee/cli/zigbee_cli_utils.h, and an example on how it can be used can be found on line 1281 in /components/zigbee/cli/zigbee_cli_cmd_zdo.c.
I hope this helps!
Best regards,
Marte
Hi Marte.
I have found the function and will look into it.
Thank you,
Angry Oatmeal
Hi Marte.
I have found the function and will look into it.
Thank you,
Angry Oatmeal