-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I installed the package and tried to run the example code as outlined in the README. However, I keep running into this error:

As far as I can tell this is because my Bluetooth hardware/driver is not supported by the version of Noble that minidrone-js uses. The only solutions I found for this online involved installing new drivers and manually adding a line of code to bluetooth-hci-socket\lib\usb.js to look for my specific version of Bluetooth.
However, I am trying to use minidrone-js to create a web app that allows users to connect to their drone; I can't expect them to install new drivers just to use it. Is there some way to bypass the built-in drone connection function and connect to the drones manually, but then still use minidrone-js to control them?