Skip to content

Command line tool usage examples

arvydas edited this page Sep 24, 2014 · 3 revisions

Set random color for all BlinkSticks:

blinkstick random

Set color with hex code:

blinkstick 11ab45

Set blue color for the BlinkStick with serial number BS000001-1.0:

blinkstick --serial BS000001-1.0 blue

Blink red color twice

blinkstick --repeats 2 --blink red

Pulse green color three times

blinkstick --repeats 2 --pulse green

Morph to red, green and blue

blinkstick --morph red
blinkstick --morph green
blinkstick --morph blue

Connect to blinkstick.com and CPU usage command line options are no longer available. Please read this notice about module simplification.

Control individual pixels on BlinkStick Pro. First you will need to set BlinkStick Pro mode to WS2812.

blinkstick --set-mode 2

Now you can set color of individual LEDs connected to R, G or B channels.

blinkstick --channel 0 --index 5 red