Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

PC Side application/Emulator (C++)

Hello,

I'm using a nrf52832 module for my embedded device and would like to develop a pc side c++ application that is able to connect to this device using the existing Bluetooth connection of the pc. 

Is there any example? 

Another question is about the Serial LTE Modem, would like to know if there is a way to program my nrf52 module that when connected PC creates a virtual Serial port. (such as Bluetooth Serial HC05 module) and control it using an AT command.

Thanks.

Parents
  • Hello,

    We don't have anything on BLE applications on the PC side, unfortunately. Only applications that use a DK as a serial BLE gateway, from the time before most PCs came with bluetooth. I don't know if this is what you are looking for. If it is, you can check out something called pc-ble-driver. But this requires a nordic DK/dongle connected to the pc in order to run.

    If you want to write a standalone PC app, you need to look elsewhere, I am afraid.

    Best regards,

    Edvin

Reply
  • Hello,

    We don't have anything on BLE applications on the PC side, unfortunately. Only applications that use a DK as a serial BLE gateway, from the time before most PCs came with bluetooth. I don't know if this is what you are looking for. If it is, you can check out something called pc-ble-driver. But this requires a nordic DK/dongle connected to the pc in order to run.

    If you want to write a standalone PC app, you need to look elsewhere, I am afraid.

    Best regards,

    Edvin

Children
Related