abandonware / noble

A Node.js BLE (Bluetooth Low Energy) central module : Community maintained
https://libraries.io/npm/@abandonware%2Fnoble
MIT License
548 stars 159 forks source link

No compatible USB Bluetooth 4.0 device found! #80

Open dmittelstadt opened 4 years ago

dmittelstadt commented 4 years ago

When running "node test.js" (Windows 10) I can't see Bluetooth LE devices (e.g. Lego WeDo 2.0 smarthub), however when I run the WeDo 2.0 app it connects just fine via Bluetooth LE. My laptop has an INTEL® WIRELESS-AC 9260. Thoughts on using 9260 with noble? Thanks.

C:\GITHUB\noble-master>node test.js noble C:\GITHUB\noble-master\node_modules\bluetooth-hci-socket\lib\usb.js:70 throw new Error(‘No compatible USB Bluetooth 4.0 device found!’);

lkurylo commented 4 years ago

You need to use bindings for win32. Look at noble-winrt