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

How to change nRF 52840 Dongle's MAC address?

I used nRF 52840 dongle as a central device on windows 10. I use it to pair with remotes we have. I develop it base on  https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/heart_rate_collector/main.c.

Right now I need to change its MAC address because I can't sniffer it via Ellisys Bluetooth Explorer. I think the reason is nRF 52840 dongle's MAC address is started with D0 (1101 0000). I want to change it to 0D(0000 1101).(not start with binary 1).

Can anyone help me? 

softdevice: nrf_ble_driver_obj_sd_api_v5

invirenment: windows 10 + nRF52840 dongle

Related