All Projects → todbot → Blink1control2

todbot / Blink1control2

Licence: apache-2.0
Blink1Control in Electron, React, and Node. Control blink(1) USB RGB LED devices.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Blink1control2

Apple Family
A simple framework that brings Apple devices together - like a family
Stars: ✭ 59 (-49.14%)
Mutual labels:  usb
Ehal
Embedded Hardware Abstraction Library
Stars: ✭ 84 (-27.59%)
Mutual labels:  usb
Glasgow
Scots Army Knife for electronics
Stars: ✭ 1,374 (+1084.48%)
Mutual labels:  usb
Adafruit circuitpython hid
USB Human Interface Device drivers.
Stars: ✭ 65 (-43.97%)
Mutual labels:  usb
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-36.21%)
Mutual labels:  usb
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-19.83%)
Mutual labels:  usb
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+798.28%)
Mutual labels:  usb
Ns Usbloader Mobile
Android Tinfoil/Awoo/GoldLeaf files uploader
Stars: ✭ 109 (-6.03%)
Mutual labels:  usb
Micronucleus
ATTiny usb bootloader with a strong emphasis on bootloader compactness.
Stars: ✭ 1,240 (+968.97%)
Mutual labels:  usb
Minikbd
Stars: ✭ 97 (-16.38%)
Mutual labels:  usb
Secure If
Android USB Control app
Stars: ✭ 68 (-41.38%)
Mutual labels:  usb
Virtual Display
USB/Ethernet Display driver sample for Windows
Stars: ✭ 71 (-38.79%)
Mutual labels:  usb
Ipod Gadget
iPod usb gadget for audio playback
Stars: ✭ 94 (-18.97%)
Mutual labels:  usb
Toboot
Bootloader for the EFM32HG Tomu Board
Stars: ✭ 65 (-43.97%)
Mutual labels:  usb
Pyusb
USB access for Python
Stars: ✭ 1,377 (+1087.07%)
Mutual labels:  usb
Node Hid
Access USB & Bluetooth HID devices through Node.js
Stars: ✭ 1,064 (+817.24%)
Mutual labels:  usb
Usbserial
Usb serial controller for Android
Stars: ✭ 1,301 (+1021.55%)
Mutual labels:  usb
Dualsense Windows
Windows API for the PS5 DualSense controller
Stars: ✭ 111 (-4.31%)
Mutual labels:  usb
Piso
Hardware and software source for the pISO
Stars: ✭ 102 (-12.07%)
Mutual labels:  usb
Peertalk Simple
Communicate between iOS and Mac devices via USB
Stars: ✭ 96 (-17.24%)
Mutual labels:  usb

Blink1Control2

Blink1Control is the desktop application for controlling and hooking events to blink(1). It is the primary user-level application for controlling blink(1). It is an event-based system for triggering blink(1) color patterns. Those events can be on your computer or on the Net.

Blink1Control2 is the current version, written in Electron, Node.js, and React.

Downloads

There are pre-built app downloads for Mac OS X, Windows, and Linux in the releases area.

Setup steps (for development)

You will need a working C compiler setup for Node projects. You can find details for that here: https://github.com/node-hid/node-hid#compiling-from-source

Start a hot-reloading content server and the application:

npm install
npm run watch &
npm run startdev

Or to emulate a production run:

npm install        # installs all dependencies locally
npm run webpack    # packs app, there will be some warnings, ignore
npm run start      # starts the packaged app
npm run dist:draft # create relocatable app and installer(s), in "dist" dir

Linux:

Install udev rules file in /etc/udev/rules.d/51-blink1.rules with contents:

SUBSYSTEM=="input", GROUP="input", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="27b8", ATTRS{idProduct}=="01ed", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="27b8", ATTRS{idProduct}=="01ed", MODE="0666", GROUP="plugdev"

And install the rules with:

sudo udevadm control --reload-rules

Then unplug and replug the blink(1) device.

Install the following pre-requisites:

  • libgnome-keyring-dev
  • icnsutils
  • xz-utils
  • rpm
  • bsdtar
  • libusb-1.0.0-dev
  • libudev-dev

(see: https://github.com/electron-userland/electron-builder/issues/1407)

Other info

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].