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

how to scan ibeacon mac adress and name using nRF51

how can i scan ibeacon name and mac address by using nRF51 ?

do you have sample code for keil ?

Parents
  • Hi,

    I recommend to download nRF5 SDKv12.3 and look at the multilink central example:
    \nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_multilink_central\pca10028\s130\arm5_no_packs 

    The multilink central example is setup to connect to specific peripheral devices, so in your case you need to modify on_adv_report() in main.c to output for instance peer_addr and advertisment content instead of connecting.

    Best regards,
    Kenneth

Reply
  • Hi,

    I recommend to download nRF5 SDKv12.3 and look at the multilink central example:
    \nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_multilink_central\pca10028\s130\arm5_no_packs 

    The multilink central example is setup to connect to specific peripheral devices, so in your case you need to modify on_adv_report() in main.c to output for instance peer_addr and advertisment content instead of connecting.

    Best regards,
    Kenneth

Children
Related