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

Development of Beacon & Scanner using nrf

Hi

I was trying to build Beacon scanner application .using nrf52 Dongle as a beacon and and nrf52840 DK as a scanner to scan the beacons Kindly please guide me as im new to this thechnology

kindly provide me sample code for reference and what possible manupulations can be done in the available nRF codes ....

Parents
  • Hi

    On the Infocenter, you can download our SDK, which includes examples for both a BLE beacon (peripheral) called ble_app_beacon, and multiple central applications that should be able to configure to scan for beacons. This post describes how you can modify the ble_app_uart_c example to scan for beacons for example.

    In order to make the beacon example compatible with your nRF52840 Dongle, you'll have to follow the nRF52 Dongle programming tutorial, which shows you how to adapt a BLE example for the Dongle and flash.

    In nRF Connect for Desktop, you can also flash a scanner onto the nRF52840 DK by launching the Bluetooth Low Energy app, and confirm that you want to program the device.

    Best regards,

    Simon

Reply
  • Hi

    On the Infocenter, you can download our SDK, which includes examples for both a BLE beacon (peripheral) called ble_app_beacon, and multiple central applications that should be able to configure to scan for beacons. This post describes how you can modify the ble_app_uart_c example to scan for beacons for example.

    In order to make the beacon example compatible with your nRF52840 Dongle, you'll have to follow the nRF52 Dongle programming tutorial, which shows you how to adapt a BLE example for the Dongle and flash.

    In nRF Connect for Desktop, you can also flash a scanner onto the nRF52840 DK by launching the Bluetooth Low Energy app, and confirm that you want to program the device.

    Best regards,

    Simon

Children
Related