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

BLE Scan Results.

Hi

I am new to all nordic BLE modules, currently working on nrf52832 eval board. I am trying to scan the BLE Beacons "EDDYSTONE" and their RSSI level for my tracking application. I am trying some examples provided in SDK but get confused. Any reference example for help will be appreciated.

Parents
  • Hi,

    The ble_app_beacon example is a BLE peripheral example, which means that you would need a central application that scans the device and reports the RSSI. We don't have an example that does exactly that, which means that you would need to develop one. Ble_app_uart_c is a good starting point for this. Alternatively, you can use the nRF Beacon for Eddystone app that is available on Google Play for Andriod. 

    Best regards

    Jared

Reply
  • Hi,

    The ble_app_beacon example is a BLE peripheral example, which means that you would need a central application that scans the device and reports the RSSI. We don't have an example that does exactly that, which means that you would need to develop one. Ble_app_uart_c is a good starting point for this. Alternatively, you can use the nRF Beacon for Eddystone app that is available on Google Play for Andriod. 

    Best regards

    Jared

Children
Related