Can I implement nRF Connect for Desktop software functions similar to those provided by the manufacturer based on C + +

Hello!
nRF Connect for Desktop is a desktop executable program provided by the manufacturer, which contains the function of ble.
Now I want to extract the functions of ble and use QT and C + + to implement the same graphical software for the chips we purchase.
Is it feasible?

The chip we purchased is NRF 52840

Parents Reply
  • Hi

    qazmx5741 said:
    Is there such a possibility:
    I send commands directly to the chip through the serial port?

    Are you referring to the nRF52840 DK now, or just a custom design? The DK also has an interface MCU with a serial interface that lets it act as a COM port on the computer side, something just the nRF52840 won't be able to do on its own. It has the USB peripheral though, which should let you communicate with it through a USB port directly.

    Regarding the data you're seeing, it should stop being sent once you disable notifications, doesn't it?

    Best regards,

    Simon

Children
No Data
Related