Hello!
I am beating my head against my desk trying to read the local identity / hardware MAC address of my nRF52832 chip (On a Thingy:52) using Zephyr and nRFConnectSDK v1.2.
It is possible to advertise with it by using BT_LE_ADV_OPT_USE_IDENTITY but I would like to use it in other places.
I have also tried using bt_id_get to read it but without success.
Is there any standard method of doing this? Is it even possible?
EDIT: Ended up reading from FICR, but if you have any other suggestions please let me know
Thanks
Joakim