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

    You could always program up a couple of nRF52 DK's with the ble_app_uart peripheral and central examples, and use them as a serial over BLE example.

    They would use the serial to USB converter in the Segger programming chips, and as long as you have the Segger drivers installed the kits should show up as comports in Windows.

    Then you can use the SerialPort class in C# to hook up to the comport.

    For a smaller solution you could use the nRF51 Dongle (based on the nRF51822), or wait for the nRF52840 based dongle coming out next year ;)

    Best regards
    Torbjørn

Reply
  • Hi Darren

    You could always program up a couple of nRF52 DK's with the ble_app_uart peripheral and central examples, and use them as a serial over BLE example.

    They would use the serial to USB converter in the Segger programming chips, and as long as you have the Segger drivers installed the kits should show up as comports in Windows.

    Then you can use the SerialPort class in C# to hook up to the comport.

    For a smaller solution you could use the nRF51 Dongle (based on the nRF51822), or wait for the nRF52840 based dongle coming out next year ;)

    Best regards
    Torbjørn

Children
Related