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 Reply
  • Thank you very much for your help. I have successfully compiled  pc-ble-driver through the document.I have also learned relevant examples, but now I have some questions. I hope you can help answer them. thank you。

    First, after compiling pc-ble-driver according to the document, I found that I got the content shown in the first figure. After compiling pc-ble-driver\examples, the content shown in second figure.

    first figure

    ---------------------------------------

    second figure

    What I understand is: This is the executable generated by the sample program, not the runtime such as DLL or lib。Is my thinking right?

    Next, I'll show you the main C found some code, which includes a part H file, such as XXX. As shown in Figure 3

    ---------------------------------------

     Figure 3


    Does it mean:
    Can I refer to the use of XXX to realize my own C + + program?

    Or:
    Only in this way can I use C + + to develop the GUI of the chip

    I look forward to your reply, which is very important to me. Thank you again

Children
No Data
Related