This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Queries on nrf52

Hi support Team,

 Is there a way to make the nrf52840 to connect with only given MAC address (i.e., a MOBILE) ? The MAC address  (i.e., a MOBILE) will be changed dynamically during the run time. The device should connect only to the latest given MAC address.

Thanks and Regards,

Stark.

Parents Reply Children
  • Hi,

    You can use whitelist or directed advertising to achieve this if the nrf52840 has the GAP peripheral role. This will prevent other GAP centrals from connecting to it. You can refer the ble_app_hids examples in the SDK to do this. These examples enables both directed and whitelist advertisement modes.

    Regards,

    Swathy

Related