How to develop desktop Bluetooth software based on C + + language

Hello!
I recently tried to develop Bluetooth communication based on nrf52840 chip.
It is planned to implement a graphical software program on Windows platform.
We checked the sample source code in GitHub and found that it is a JS app based on Electron, React and Redux
If we use C + + for the same software development, is it feasible?
If feasible, can you provide relevant documents, demo and interface source code?
Thanks again.

Parents
  • First of all, thank you very much for your help. I don't want to connect to the PC to debug this chip. We are trying to use this chip to develop our own PC software. The function of this software is to insert the device equipped with nrf52840 chip into the PC and collect the data of other Bluetooth peripherals. At present, we want to read the data connected to peripherals from nrf52840. The problem is that the PC sample software provided by the chip manufacturer is written in JS. We want to use C + + to realize the function of this software.

  • Hi,

    The pc-ble-driver allows you to use a nRF52 device connected to the PC as a BLE connectivity device, and it provides APIs in C++. If this is not what you need, then please explain in more detail what you really want as that is not clear for me. How are you going to interface with the nRF52840 from the PC? And how do you intend to use it?

Reply Children
Related