Hi,
could you please advise us on how to set a static MAC address for the nRF52 series? We haven't been able to find it in the documentation. And it seems that default is that it changes randomly after each startup.
Thanks,
Lukas
Hi,
could you please advise us on how to set a static MAC address for the nRF52 series? We haven't been able to find it in the documentation. And it seems that default is that it changes randomly after each startup.
Thanks,
Lukas
Is CONFIG_BT_PRIVACY=y set or CONFIG_BT_SETTINGS=n set?
It wasn't enabled. However, when we tried it, we were not able to get it working due to the Zephyr settings module.
These configs should be set on Bluetooth Host, right? In our case, we are using nRF9160 as a host and nRF52 as a controller. Should it work without problems?
Try setting CONFIG_BT_PRIVACY=n set or CONFIG_BT_SETTINGS=y in the proj.conf file. It should not hurt to set them in the nrf52 controller as well.
Ok, we got the CONFIG_BT_SETTINGS=y in the host. However, we are still not able to figure out the workflow of how to set a random static address.
In the Zephyr API, we found function bt_set_id_addr() that we perhaps should use. However, usage is not clear to me.
Would you be please so kind and provide us an example code on how to get it working with the nRF91 host and nRF52 controller?
Hi Hakon,
I don't want to put pressure on you, but could you please try to briefly answer our questions? I think we don't need the sample and we will figure it out. Only answers would be sufficient. Thanks.