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 ?

Parents
  • FormerMember
    0 FormerMember

    ble_app_uart_c looks for devices with proprietary NUS (Nordic Uart Service) UUID. When ble_app_uart_c is scanning, it will pick up/see all advertisers, but if the received advertising signal doesn't have the NUS UUID, it will not connect. This is of course possible to change in the code: main.c --> on_ble_evt() --> BLE_GAP_EVT_ADV_REPORT.

Reply
  • FormerMember
    0 FormerMember

    ble_app_uart_c looks for devices with proprietary NUS (Nordic Uart Service) UUID. When ble_app_uart_c is scanning, it will pick up/see all advertisers, but if the received advertising signal doesn't have the NUS UUID, it will not connect. This is of course possible to change in the code: main.c --> on_ble_evt() --> BLE_GAP_EVT_ADV_REPORT.

Children
Related