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

  • Hello 

    Thanks for providing me relevent references which solved my  problem of scanner system

    Now im moving on to making a Gateway using Nordic 52840 DK

    operation of Gateway should be such that it should detect the no of scanners in it visinity and detrmine the data and further post it to the server.

    kindly provide me some help

    thanks

Reply Children
No Data
Related