This package has been deprecated

Author message:

ble-led-driver was renamed to rgb-led-driver. The old version will no longer receive updates

ble-led-driver

0.0.13 • Public • Published

ble-led-driver

A Node Bluetooth Low Energy RGB LED driver featuring many RGB color modes (rainbox, beat detection, fades etc.) using gatttool as a backend

Programmers Warning: The BLE implementation in this driver is kinda whack if I'm honest. I'm just piping a Node child process running gatttool and feeding it text commands to change colors. However it runs stable enough to use for home automation. If you want to support a backend like @abandonware/noble, the color effects and modes still work if you write your own wrapper class for it. The reason I'm doing it this way is simply because I could't get any other solution to work ¯\_(ツ)_/¯

Changelog

0.0.13

  • Changed tick error handling to allow custom handler using rgb.onTickError()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i ble-led-driver

Weekly Downloads

0

Version

0.0.13

License

MIT

Unpacked Size

15.9 kB

Total Files

14

Last publish

Collaborators

  • capevace