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

@abandonware/noble does not discover any devices #302

Closed Matebo closed 1 year ago

Matebo commented 1 year ago

If we run the commandline application 'bluetoothctl' and then 'scan on', we can find lots of bluetooth devices. But with @abandonware/noble we get the "poweredOn" state change event but we never get a "discover" event. We are running Debian 11 on a CompuLab board.

We tried:

Any suggestions?

Matebo commented 1 year ago

We got it working by adding "--experimental" to bluetoothd in "/etc/systemd/system/bluetooth.target.wants/bluetooth.service"

Matebo commented 1 year ago

sudo bluetoothd --version [sudo] password for ... 5.55