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
  • Hi

    I'm afraid the source code for the nRFConnect for Desktop BLE app is not open source, so this is not available I'm afraid. The BLE app is designed for development and testing purposes and is only compatible with nRF52/nRF53 Development Kits.

    Best regards,

    Simon

  • I'm sorry to bother you again. There is a time difference between my location and your area, so I want to consult as much as possible.

    I'm sorry to bother you again. There is a time difference between my location and your area, so I want to consult as much as possible.
    I implemented part of the code following the example given.
    At present, you can open the COM port and start scanning ble devices.
    The problem I currently encounter is that the device can only scan one device. The situation is as follows:

    Where I set a breakpoint, I always receive advertising messages from the same device。But there are a lot of Bluetooth devices around me。

    The code also sets the maximum number of devices to 8, as shown in the figure below:

    In addition, the example I refer to is shown in the figure below:

Reply
  • I'm sorry to bother you again. There is a time difference between my location and your area, so I want to consult as much as possible.

    I'm sorry to bother you again. There is a time difference between my location and your area, so I want to consult as much as possible.
    I implemented part of the code following the example given.
    At present, you can open the COM port and start scanning ble devices.
    The problem I currently encounter is that the device can only scan one device. The situation is as follows:

    Where I set a breakpoint, I always receive advertising messages from the same device。But there are a lot of Bluetooth devices around me。

    The code also sets the maximum number of devices to 8, as shown in the figure below:

    In addition, the example I refer to is shown in the figure below:

Children
No Data
Related