CANDY-LINE / node-red-contrib-generic-ble

A Node-RED node set for providing access to generic BLE peripheral GATT characteristics.
Apache License 2.0
24 stars 21 forks source link

cannot scan with node - Linux Ubuntu Odroid C2(arm64) #48

Open habakuk1979 opened 3 years ago

habakuk1979 commented 3 years ago

Hello!

I am running: nodered 1.3.0-beta.1 on Ubuntu (3.16.85) on Odroid C2 with bluetooth-Module 2 woth: bluez 5.48

what I tried, Ive done sofar:

======================= sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev sudo usermod -G bluetooth -a myuser name sudo setcap cap_net_raw+eip $(eval readlink -f which node)

Then reboot the OS so that the policy changes take effect.

sudo reboot

I have absolutely no change in ztthe behaviour of node.

The bluettoth of my devoice is wrking propperly. I am frequently scanning connecting paring devices over hcitool and bluetoothctl.

please help.

habakuk1979 commented 3 years ago

so, no support?