An open API service indexing awesome lists of open source software.

https://github.com/baptadn/pantonelight

:bulb: Arduino project with color sensor and Pantone
https://github.com/baptadn/pantonelight

Last synced: over 1 year ago
JSON representation

:bulb: Arduino project with color sensor and Pantone

Awesome Lists containing this project

README

          

Pantone Light
=================

An Arduino project with TCS230D color sensor and RGB Leds
Check the project video [on Vimeo here](https://vimeo.com/61349578) and details [on my blog](https://shinework.io/post/pantone-light-arduino) (french)

Arduino librairy dependencies
-----------------------------
- [RGBConverter](https://github.com/ratkins/RGBConverter) (allows to convert RGB to HSV)
- [TimerOne](http://playground.arduino.cc/code/timer1) (allows to use timer easily)
- [ShiftPWM](http://www.elcojacobs.com/using-shiftpwm-to-control-rgb-leds-with-arduino/) (allows to drive RGB Leds whith shift registers)