Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MattIPv4/divoom-control
A little script/CLI for controlling Divoom devices (Pixoo etc.)
https://github.com/MattIPv4/divoom-control
Last synced: 3 months ago
JSON representation
A little script/CLI for controlling Divoom devices (Pixoo etc.)
- Host: GitHub
- URL: https://github.com/MattIPv4/divoom-control
- Owner: MattIPv4
- Created: 2020-12-25T20:03:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T00:00:34.000Z (almost 2 years ago)
- Last Synced: 2024-06-08T18:38:29.939Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 83
- Watchers: 8
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# divoom-control
A little Node.js project to control Divoom devices, specifically the Pixoo that I have in my office.
It has a CLI, as well as exported functions that can be accessed programmatically.
```text
Commands:
divoom-control get-devices Listed paired Bluetooth devices (note: does not work on linux)
divoom-control display-color Display a static color on the Divoom device.
divoom-control display-custom Display the custom channel on the Divoom device.
divoom-control display-date-time Display the date/time channel on the Divoom device.
divoom-control display-image Display image on the Divoom device (supports JPG, PNG, BMP and GIF incl. animation)
divoom-control set-brightness Set the global brightness of the Divoom device.
divoom-control set-date-time Set the date/time of the Divoom device to now.
```## Setup (Linux)
```text
sudo apt install nodejs npm
sudo apt install build-essential libbluetooth-dev
npm ci
node src/cli.js display-color -a XX:XX:XX:XX:XX:XX -c ff0000 -b 100
```