My modifications to the adalight ambilight code for fastled to use SK6812 RGBW Leds.
Go to file
David Madison 10d5ac4b54 Rename COPYING to LICENSE 2017-03-19 12:06:25 -04:00
Arduino Merge remote-tracking branch 'upstream/master' 2017-01-07 06:12:16 -05:00
C Added LGPL license 2012-12-05 12:02:32 -08:00
Processing Add Circuit Playground version (Arduino + Processing) 2017-01-05 23:40:37 -08:00
LICENSE Rename COPYING to LICENSE 2017-03-19 12:06:25 -04:00
README.md Update README.md 2017-03-19 12:04:23 -04:00

README.md

Synopsis

This is the Adalight library with the Arduino code modified to use FastLED (fastled.io). This expands Adalight to, in theory, work with any supported FastLED strip including WS2812B (aka Adafruit NeoPixels).

In addition to ambilight setups, the protocol can be used to stream any color data from a computer to supported LED strips (data rate limited by serial throughput).

Configuration

Open the LEDstream_FastLED file in the Arduino IDE and edit the setting definitions at the top for your setup. These include:

  • Number of LEDs
  • LED data pin
  • Max brightness
  • LED type
  • LED color order
  • Serial speed
  • Serial timeout length

There are also optional settings to configure a dedicated ground pin and to put the Arduino into a "calibration" mode, where all LED colors match the first LED.

Upload to your Arduino and use a corresponding PC application to stream color data. The Processing files are included, though I would recommend using Patrick Siegler's (@psieg) fork of Lightpacks's Prismatik, which you can find here.

Issues and LED-types

I've only tested the code with the WS2812B strips I have on hand, but so far it performs flawlessly. If you find an issue with the code or can confirm that it works with another chipset, please let me know!

Credits and Contributions

The base for the original FastLED modifications is this gist by James Bruce. Thanks James!

Pull requests to improve this software are always welcome!

License

Adalight is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Adalight is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Adalight. If not, see http://www.gnu.org/licenses/.