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

Developing Beacon and Scanner using nrf52 dongle & nrf52840 DK respectively

HI as i am new to nrf nordic semiconductor development i have some quetsions regarding application im developing

I am trying to develop Ble application where nRF 52 will be the beacon and nRF 52840 DK will be the scanner module.

1.I have used nRF_SDK_15.3.0_59ac345/examples/ble_pheripheral/ble_app_beacon/pca10056/s140 program form nRF 52 dongle to operate it as a beacon when code is uploaded device gets detected on mobile nrf beacon app..and also by using printf i can varify the data which is being transmitted by beacon..

2.Second thing is i have nRF 52840 DK which i want to use it as a scanner for beacons (nRF52 dongles) .when beacons come in range of scanner it should detect the beacons and advertise      the report accordinly in debug terminal.

   For scanner application i have tried using 3 codes

1.ble_app_multipheripheral_pca10056

2.ble_app_multilinkclient_pca10056

3.ble_app_uart_c_pca10056

I am not sure about which one will work properly.as far as i tried and tested multipheripheral worked ok with nrf blinky clients.

so i want help from your side in making nRf52840 as scanner using some modifications in this codes..and so that it can scan any no of beacons of nRF52 dongles. 

Related