Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 595 Bytes

File metadata and controls

21 lines (15 loc) · 595 Bytes

bluetooth-serial-port for Node-RED

This set of nodes enabled Node-RED to send and receive messages over Bluetooth Classic serial.

nodes

Can be used to communicate with an arduino or some Divoom boxes for example.

Usage

npm install node-red-contrib-bluetooth-serial-port
node-red

Dependencies

Make sure those packages are installed where Node-RED is running.

  • libbluetooth-dev
  • bluez

License

Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.