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

nrf52832 Bluetooth MAC Address manufacturer

I am seeing that the default manufacturer BLE is defaultly F5:41:36, received experimentally from inspecting data from the nRF52832...  Now, of course there is sd_ble_gap_address_set() which does change the MAC.  Is the manufacturer portion of the MAC address I am seeing the same for all nRF52832 devices ? Is the guidance that when incorporating into a design that the MAC should change to a different manufacturer and addressing scheme ?  Please advise.

 

Parents
  • Nordic BLE softdevice stacks by default are using random static address (these are fully random from chip to chip), however if you have purchased a BLE module, it may be that these are pre-programmed devices that have chosen to use public address (which is not random). You can in any case use sd_ble_gap_address_set() to set this as you see fit.

    Best regards,
    Kenneth

Reply
  • Nordic BLE softdevice stacks by default are using random static address (these are fully random from chip to chip), however if you have purchased a BLE module, it may be that these are pre-programmed devices that have chosen to use public address (which is not random). You can in any case use sd_ble_gap_address_set() to set this as you see fit.

    Best regards,
    Kenneth

Children
Related