8000 GitHub - cobrce/adalight_ws2812: This is a fork of Adalight working with WS2811/WS2812 LED using the last version of FastLED. :bulb:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a fork of Adalight working with WS2811/WS2812 LED using the last version of FastLED. 💡

Notifications You must be signed in to change notification settings

cobrce/adalight_ws2812

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Adalight WS2812

This is a fork of Adalight working with WS2811/WS2812 LED using the FastLED library (v 3.1).

FastLED library can be found on Github here : https://github.com/FastLED/FastLED

Modification

This fork has the feature to detect actual light intencity and adapt Prismatik overall brightness according to it, this is done by using voltage divider between a 10k resistor and a photoresistor.

The voltage is read by analog pin at A7

Hardware update

+5v ________
            |
            |
        (10k resistor)
            |
A7  ________
            |
        (photresistor)
            |
            |
           GND

Software update

  • After doing the hardware update and flashed your device with this sketch, enable Expert mode in Prismatik Lightpack and enable server (make sure it uses port 3636)
  • Compile and execute the program PrismatikAdapBrightness

About

This is a fork of Adalight working with WS2811/WS2812 LED using the last version of FastLED. 💡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
0