Skip to content

A little script/CLI for controlling Divoom devices (Pixoo etc.)

Notifications You must be signed in to change notification settings

MattIPv4/divoom-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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)

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

About

A little script/CLI for controlling Divoom devices (Pixoo etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages