abandonware / noble

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

Not compatible with Window11 #335

Open atuljain-kiwi opened 4 months ago

atuljain-kiwi commented 4 months ago

I am attempting to connect the Cubitt kitchen weight scale using the @abandonware/noble package. The connection works on Windows 10, but the same code does not work on Windows 11. While iterating over the characteristics, the data event is not being triggered.

characteristic.on('data', (data, isNotification) => { console.log(data); });

Please suggest the solution ?