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

MAC address look up on SIG website

Hi team,

My customer is evaluating nRF52810 in their project, and they come up with some questions regarding chip MAC address:

1. They understand that chip MAC address is randomly generated during mass production, and each MAC address is qualified by SIG and unique, for most cases. They are asking if they can look up MAC address and figure out manufacture information on SIG website?

2. If they can look up on SIG website, can they have the link for public? Or it must be SIG members to get access.

Thanks!

Leon

Parents Reply
  • Hi Leon,

    We do not have any official guideline for how to program the public MAC address into the chip, but I will outline how they can do it:

    1. Program the unique MAC address to flash during production. This could typically be placed in UICR, but that is not a requirement.
    2. Configure the SoftDevice to use the MAC address by calling sd_ble_gap_addr_set() at application startup (after initializing the SoftDevice but before using any other BLE functionality).

    Br,

    Einar

Children
No Data
Related