This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

No static BD_ADDR on nRF9160dk

Hi,

I want to use Bluetooth Mesh on the nRF9160dk and the mesh stack seems to work
(I can provision and use a model with nRF Mesh 2.4.1) but when I provision a second nRF9160dk
that setup overwrites the one of the unit before.
I use HCI UART on the nRF52840.

The only strange thing which I found is that the BD_ADDR of nRF9160dk is different at each turn on.
According this HCI UART should have static BD_ADDR when

CONFIG_BT_PRIVACY=n

and the controller has a factory BD_ADDR.

HCI UART has CONFIG_BT_PRIVACY=n.

Does the nRF5280 in the nRF9160dk have a factory BD_ADDR?
If yes, how can I use it?
If not, how can I write it (only for test on the dk, not for production)?

Best regards,
Árpád

Related