Skip to content

BlinkStick

Thomas Wehr edited this page Dec 10, 2021 · 4 revisions

the tulogic Blinkstick is a Smart LED controller with integrated USB firmware.

BlinkStick

Properties

Property description range of values operations
color color of the LED light 0-255 write

Color

The color property defines the color of the LED lights. It is composed of three values in the range of 0 to 255 defining the RGB color space. A value of 3 0s indicates that the light is turned off.

Setup

To use this device under linux, see Linux setup for additional required steps.

  1. Connect to the BlinkStick by clicking the Things and Resources category and then connect via WebHID.
  2. Select Agile Innovative Ltd BlinkStick and click Connect.
  3. (optional) Give the device a name.
  4. The device is now selectable on the webHID device block in the Things and Resources category.

Linux setup

  1. Create /etc/udev/rules.d/85-blinkstick.rules
  2. paste the following rule into it
    SUBSYSTEMS=="usb", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="41e5", MODE="0666"
  3. reload udev rules using sudo udevadm control --reload-rules
  4. Unplug and re-plug the device.

Clone this wiki locally