Hello,
I want to use / control the nRF52840 Dongle within our own software . We are writing our own production and testing tools in a c-compiler (LabWindwos-CVI) environment.
What we want to do is in the beginning pretty much the same that the nRF Connect Tool Bluetooth Low Energy does:
1. Find / select attached dongle
2. Scan / discover devices (in our case it is a bluetooth controlled motor, that is developed within the company)
3. Connect to the selected device (motor)
and than we want to exchange commands (following our own command structure).
Finally: Disconnect
It is the first time that we are working with bluetooth, so I do not really have a glue how to start. We want to use the Nordic dongle, because than we are always on the same Hardware and independend from the hardware of a PC or Notebook.
Is there a C Library / API / DLL that we can use to start our own software tool (software, not firmware) ?
Hardware: Nordic nRF52840-Dongle, Development Software: LabWindows CVI 2020.
Any help is appreciated!