joeldavidw / node-red-contrib-beacon-scanner

MIT License
4 stars 0 forks source link

Beacon scanner on BBB in Node-Red #8

Closed 2sMichiel closed 3 years ago

2sMichiel commented 4 years ago

I have this beacon scanner working on Raspberry PI in Node Red. I have a Beagle Bone Black with a wireless connectivity cape. Bluetooth is working. in CLI i receive bluetooth packages. I'm not able to receive the Beacon information in Node Red on the beaglebone. Is there a way to use this node with node red on a beaglebone?

joeldavidw commented 4 years ago

Assuming that you are running Ubuntu or Debian on your beaglebone could try installing the following packages: sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev