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?

Parents Reply
  • My setup is a peripheral (nRF52 DK) that sends extended adv messages (like "this is the <n> message"), a central that is connected to a windows laptop through USB, and a java program running on the laptop that reads messages from the serial port and print them to a console.

    When the DK is being used as the central, everything works perfect.

    However when we use the dongle as the central I see only "gibberish" messages which dont come from the board.

    My only conclusion is that the code/hex wasn't really flushed correctly to the dongle.

    Shai

Children
Related