All Projects → mborgerson → blynclight

mborgerson / blynclight

Licence: MIT license
Open-source control software for the Embrava Blynclight

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blynclight

PIC16F1-USB-DFU-Bootloader
DFU protocol variant of Matt Sarnoff's PIC16F1-USB-Bootloader
Stars: ✭ 39 (+8.33%)
Mutual labels:  usb
rpi-gadget-image-creator
Takes a standard Raspbian Lite image and adds USB Ethernet gadget config
Stars: ✭ 133 (+269.44%)
Mutual labels:  usb
GrubFM-Installer
GrubFM Installer
Stars: ✭ 27 (-25%)
Mutual labels:  usb
arduino
required (and optional) source files for the Arduino development environment, specifically the hardware/arduino sub-directory, to support xmega processors
Stars: ✭ 18 (-50%)
Mutual labels:  usb
libusbp
The Pololu USB Library (also known as libusbp) is a cross-platform C library for accessing USB devices.
Stars: ✭ 65 (+80.56%)
Mutual labels:  usb
libusb-win32
libusb-win32 project official github repo
Stars: ✭ 44 (+22.22%)
Mutual labels:  usb
pcan cantact
🤖 XCAN firmware for CANtact ( CANable ) or any other similar boards.
Stars: ✭ 192 (+433.33%)
Mutual labels:  usb
pyamlboot
Amlogic USB Boot Protocol Library
Stars: ✭ 34 (-5.56%)
Mutual labels:  usb
usbipd-win
Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.
Stars: ✭ 1,321 (+3569.44%)
Mutual labels:  usb
usbip-service-discovery
USB/IP Service Discovery - Provide GUI and some enhancement for USB/IP userspace
Stars: ✭ 25 (-30.56%)
Mutual labels:  usb
usbSerialPortTools
provide read and write debugging tools between USB serial port and serial port (UART ,RS232) under Android system
Stars: ✭ 38 (+5.56%)
Mutual labels:  usb
fusee-nano
A minimalist re-implementation of the Fusée Gelée exploit (http://memecpy.com), designed to run on embedded Linux devices. (Zero dependencies)
Stars: ✭ 49 (+36.11%)
Mutual labels:  usb
xone
Linux kernel driver for Xbox One and Xbox Series X|S accessories
Stars: ✭ 636 (+1666.67%)
Mutual labels:  usb
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-30.56%)
Mutual labels:  usb
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+86.11%)
Mutual labels:  usb
ch552tool
An open sourced python tool for flashing WCH CH55x series USB microcontroller with bootloader v2.30, v2.31 & v2.40.
Stars: ✭ 98 (+172.22%)
Mutual labels:  usb
ut61e python
Captures and Interprets Data from the Digital Multimeter Uni-T UT61E using Python
Stars: ✭ 23 (-36.11%)
Mutual labels:  usb
CH55x USB CompositeDevice
USB Composite Device Demo (Keyboard, Custom HID and Massive Storage) using CH55x
Stars: ✭ 94 (+161.11%)
Mutual labels:  usb
nucular-keyboard
USB Keyboard Adapter for old ThinkPad keyboards
Stars: ✭ 27 (-25%)
Mutual labels:  usb
usb
Communicate with USB devices
Stars: ✭ 28 (-22.22%)
Mutual labels:  usb

Blynclight

Open-source control software for the Embrava Blynclight IM status indicator.

Getting Started

Install dependencies:

$ sudo apt-get install libusb-dev

Clone the repo:

$ git clone https://github.com/mborgerson/blynclight.git
$ cd blynclight

Create a virtual environment:

$ mkdir env
$ virtualenv -p python3 env
$ source env/bin/activate

Install requirements:

$ pip install -r requirements.txt

Run:

$ python src/blynclight.py cycle

Commands

  • cycle: Cycle through red, blue, green colors
  • color: Set a specific color
  • pulse: Pulse a specific color

Run with --help for more details.

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].