Hello,
I'm building a client/server bluetooth system.
There is a Windows Desktop app (written in C#) that uses Windows SDK classes to control a Bluetooth Adapter on a Windows 10 OS.
There is also an Android app (written in Cordova / JavaScript) that uses Cordova Bluetooth LE Plugin (https://github.com/randdusing/cordova-plugin-bluetoothle).
I have recently purchased 2 nRF52840 dongles.
I've successfully used nRF Connect for Windows to discover, connect & communicate with my Android app.
Next, I wanted to run my Windows Desktop app and have it use nRF52840 dongles through my existing code, but the Windows SDK classes do not detect the dongle.
I must be doing something wrong.
Please advise,
Djordje