BlinkStick brings colorful notifications to your computer and wide range programming language implementations give you the power to control LEDs without the need to program a microcontroller.
Yes, it's very easy
to control a BlinkStick!
from blinkstick import blinkstick led = blinkstick.find_first(): led.set_color(name="red") led.pulse(name="blue")
var blinkstick = require('blinkstick'); var led = blinkstick.findFirst(); led.setColor('red', function() { led.pulse('blue'); });
require "./blinkstick.rb" led = BlinkStick.find_first led.color = Color::RGB.from_html("red")
using BlinkStickDotNet; BlinkStick led = BlinkStick.FindFirst(); led.OpenDevice(); led.SetColor ("red"); led.Blink ("blue");
Imports BlinkStickDotNet Dim led As BlinkStick = BlinkStick.FindFirst() led.OpenDevice() led.SetColor("red") led.Blink("blue")
import blinkstick.*; BlinkStick led = BlinkStick.findFirst(); led.setColor(255, 0, 0); delay(1000); led.setColor(0, 255, 0);
Visually display CPU usage, check email, show status of your computer and much more!
Works with all popular operating systems and does not require any additional drivers.
Control your BlinkStick remotely. No need to install any apps on your mobile devices.
Let others take control of your BlinkStick! Anybody can set the color of your device.
Hardware and software is open source. Feel free to tinker with it and make it work for you!
Easy to build with just 9 components. Comprehensive instructions with pictures online.
Notification light for your computer running Linux, Windows or Mac OSX with LEDs on top and bottom.
We now have 3D printed enclosures for BlinkStick Nano
Flexible LED strip and BlinkStick LED controller in one package.
Eight individually addressable LEDs shaped in a square
3D printed enclosures for BlinkStick Square
Eight individually addressable LEDs shaped in one line
3D printed enclosures for BlinkStick Strip
Four individually addressable LEDs shaped in one line
3D printed enclosures for BlinkStick Strip Mini
Controller board for generic and individually addressable LED strips.
Adapter for BlinkStick Pro to control single color LED strips
All in one solution for single color LED strips
Easy to solder LED pixels for BlinkStick Pro.
DYI notification light for your computer running Linux, Windows or Mac OSX.
GENERAL
POWER CONSUMPTION