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
- Host: GitHub
- URL: https://github.com/baptadn/pantonelight
- Owner: baptadn
- Created: 2013-03-09T11:17:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T09:37:12.000Z (over 8 years ago)
- Last Synced: 2025-01-14T08:37:55.398Z (over 1 year ago)
- Language: Arduino
- Homepage: http://shinework.io/post/pantone-light-arduino
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)