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

Is there a Beacon Scanner example project

Hello ,

I'm trying create a beacon Scanner. I'm using the s130 protocol stack on the nRF51 DK , namely the nRF51422 SoC and PCA10028.

what I'm trying to achieve is to display beacon details such as major , minor and rssi on the UART serial .

So is there any sample project that I can built upon ?

  • Hi. I was trying to detect a eddystone beacon that I'm sending from my phone. How can retreve the UUID?

  • FormerMember
    0 FormerMember in reply to JanArne

    In the scanner, check the advertising report event: BLE_GAP_EVT_ADV_REPORT -> on_adv_report() -> ble_advdat_uuid_find()

  • Hello kristin,

    could you please help me. i have same problem as described above. 

    i do not understand  in which file i can change so that ble_app_uart_c example scan beacon advertising packets.

1 2