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

Dongle Firmware for Desktop App Serial Over BLE

Dear Nordic Team,

We have a customer that would like us to extend an C# desktop application to use serial over BLE. What is the best dongle firmware and Windows driver combination to accomplish this?

Thanks, Darren

Parents
  • Hi Darren

    In the nRF5 SDK v12.x.x you will find ble_app_uart examples that can be used with the nRF51822.
    Unfortunately we only have board support in the examples for the PCA10028 (51DK), but if you change the board definitions it should not be a lot of work to make it run on the PCA10031 (51 Dongle).

    Then you can use two nRF51 dongles to act as a serial link between two PC's, and access the serial ports from C#.

    Best regards

Reply
  • Hi Darren

    In the nRF5 SDK v12.x.x you will find ble_app_uart examples that can be used with the nRF51822.
    Unfortunately we only have board support in the examples for the PCA10028 (51DK), but if you change the board definitions it should not be a lot of work to make it run on the PCA10031 (51 Dongle).

    Then you can use two nRF51 dongles to act as a serial link between two PC's, and access the serial ports from C#.

    Best regards

Children
Related