Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianlima/huehue
A simple yet powerful open source LED controller for Windows and Arduino
https://github.com/brianlima/huehue
arduino csharp diy leds music rgb serial-communication windows wpf ws2812b
Last synced: about 2 months ago
JSON representation
A simple yet powerful open source LED controller for Windows and Arduino
- Host: GitHub
- URL: https://github.com/brianlima/huehue
- Owner: BrianLima
- License: gpl-3.0
- Created: 2017-02-11T02:33:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:35.000Z (about 2 years ago)
- Last Synced: 2023-11-07T19:24:29.698Z (about 1 year ago)
- Topics: arduino, csharp, diy, leds, music, rgb, serial-communication, windows, wpf, ws2812b
- Language: C#
- Size: 891 KB
- Stars: 121
- Watchers: 17
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HueHue
### Open source LED controler App for Windows, Arduinos and various RGB DevicesHueHue is a simple LED controler based on Arduino and open-source libraries aimed for PC cases, tables, decoration and any place where you want to put Windows PC-controled LED kits. This has some resemblance to established PC case manufacturers functionality for LED control.
#### What can it do:
- Real time controled fixed colors.
- Infinitely Alternate colors.
- Breathing effects.
- Rainbow color effects completely customizable by the user.
- Realtime music reactive color based on the default Windows audio device.
- "Snake" colors.
- Basic control of Razer Chroma devices using the Chroma SDK.#### All featuring very low CPU usage, **Even on audio processing modes**, no ~~fake~~ "Cloud" computing, no data mining, no keyboard logging and etc.
Unfortunately, you do need to install each and every SDK related to your devices.
#### What it will do:
- CPU, GPU Temperature reactive colors.
- "Flu.x" like color effects to help reduce eye strain overnight.
- Better UI and user experience, with auto updating and etc.
- Sync effects with existing RGB hardware including Corsair, Logitech and ~~Razer~~ keyboards and mouses, or even Philips Hue Lights.
- Auto change effects when a determined software starts running#### What it will do maybe:
- Sync lights with games
- Scripting mode where you can program a effect manualy.This is in early alpha, first public builds, releases and suport threads over Reddit shall be coming soon™.
Guides on getting the hardware should be arriving soon after the first release.
Early demos can be seen in [here](https://www.instagram.com/p/BSrty_fgKlM/?taken-by=brianostorm) and [here](https://www.instagram.com/p/BPTj4bIgQ8H/?taken-by=brianostorm)
This is a free and open source app i built on my free time, if you'd like to contribute, please, talk to me, create a fork and pull request.
If you have any special requests of effects, features or devices to be supported, open an issue or talk to me on our [subreddit](https://reddit.com/r/HueHueApp).
If you are facing problems, an issue or a post on our Reddit is a good way to start.
Special thanks to
- @fabsenet and it's [Adrilight](https://github.com/fabsenet/adrilight) Ambilight project
- @FastLED's [FastLED](https://github.com/FastLED/FastLED) Arduino library
- @filoe's [CSCore](https://github.com/filoe/cscore) for providing the windows audio processing library
-@ButchersBoy [MaterialDesignInXAMLToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit)
- @Zubeto's [ColorControl](https://github.com/zubetto/ColorControl) for providing a good and fast color picker that i [forked](https://github.com/BrianLima/ColorControl) and made my own design changes.
- @CoraleStudios for providing the [Corale](https://github.com/CoraleStudios/Colore), the wrapper used for Razer's SDK.