OpenMarine

Full Version: Bluetooth in node-red
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

i need the node 'node-red-contrib-noble' to get bt advertising packets from my bluetooth module.

I had no success yesterday, the installation failed with compilation errors. I am not a linux programmer
so i am not able to fix these errors.

Can someone please help?

Cheers
Chris
(2020-06-09, 08:53 AM)BellaX Wrote: [ -> ]Hi there,

i need the node 'node-red-contrib-noble' to get bt advertising packets from my bluetooth module......
Hi ! Had the same problem but did a fork with a change that helps https://github.com/MatsA/node-red-contrib-noble Just follow the instructions but change 
Code:
cd ~/.node-red to => cd ~/.signalk/red

if You done a proper installation in SignalK with Node-Red as a plugin.
...tested and You have to add the following command to fix  authority to the BL device


Code:
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)