Skip to content

Latest commit

 

History

History
 
 

blink1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Try it now in CWS

Blink(1)

This sample demos the chrome.hid API by controlling a ThingM blink(1) mk2 RGB LED light via USB HID Feature Reports.

APIs

Running this app on Linux

On Linux a udev rule must be added to allow Chrome to open the blink(1) device. Copy the file udev/61-blink1.rules to /etc/udev/rules.d. It contains the following rule which allows anyone in the plugdev group read/write access the hidraw node for this device. See USB Caveats for more details.

# Make the blink(1) accessible to plugdev via hidraw.
SUBSYSTEM=="hidraw", SUBSYSTEMS=="usb", ATTRS{idVendor}=="27b8", ATTRS{idProduct}=="01ed", MODE="0660", GROUP="plugdev"

Screenshot

screenshot