RomRider / node-red-contrib-bluetooth-serial-port

A set of nodes to send and receive messages from Bluetooth Classic Serial Connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed at the bluetooth-serial-port@2.2.7 install script.

elegolo opened this issue · comments

Unable to install the node. Raspberry Pi with Raspbian.
See console.log.txt for installation output messages.
2021-10-28T15_37_48_361Z-debug.log
console.log.txt

It's not working anymore with the latest raspi kernel. Not much I can do about it :(
bluetooth-serial-port is not maintained anymore

commented

Installs and works on raspberry pi running ubuntu mate 32 bit 20.04.1 LTS, kernel 5.4.0-1050-raspi, bluetoothd 5.53, node.js 12.22.9, node-red 1.2.9.
I had to force older node-red install with switches:
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --nodered-version="1.2.9" nnnode12.
Sorry to hear this node is not maintained further, by far the best and easiest to work with Zebra DS3678 bluetooth scanners set to serial mode.

Hi, had the same issue, I created a pull request that fixes that.
In the meanwhile I'm using my fork

Thank You!