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

Dongle Programming

I've modified the ble-central/ble_app_rscs_c to scan for extended advertising packets.

The code works great on the nRF52 DK, but doesn't work on the dongle  (nRF52840).

I've followed the tutorial and modified the project options, but it still doesn't work.

The steps I followed:

1. I've opened the project from both nRF5SDK160098a08e2\examples\ble_central\ble_app_rscs_c\pca10040\s132\ses\ble_app_rscs_c_pca10040_s132.emProject and C:\Nordic\nRF5SDK160098a08e2\examples\ble_central\ble_app_rscs_c\pca10056\s140\ses\ble_app_rscs_c_pca10056_s140.emProject (I tried both to make sure that;s not the problem)

2. Iv'e replaced the BOARD_10056 to 59

3. Flush the hex to the dongle using nRF connect.

Can someone please provide more detailed instructions then the tutorial?

Related