Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomconte/rgbhuecontrol
Control your Philips Hue lights from an Arduino + Ethernet shield, using a set of RGB photoresistors to reproduce ambient light.
https://github.com/tomconte/rgbhuecontrol
Last synced: 12 days ago
JSON representation
Control your Philips Hue lights from an Arduino + Ethernet shield, using a set of RGB photoresistors to reproduce ambient light.
- Host: GitHub
- URL: https://github.com/tomconte/rgbhuecontrol
- Owner: tomconte
- Created: 2014-05-25T17:40:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T17:48:38.000Z (over 10 years ago)
- Last Synced: 2024-10-26T09:46:37.169Z (25 days ago)
- Language: Arduino
- Size: 133 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RGBHueControl
=============This little Arduino sketch will control your Philips Hue lights to adapt their color to reproduce ambient light.
The ambient light is measured on the Arduino by using three photoresistors to filter R/G/B color. The setup is based on the "Color Mixing Lamp" project from the Arduino Starter Kit.
The Hue lights are directly controlled through their local bridge. The commands are sent as HTTP using the Arduino Ethernet shield.
Check out the comments to find out how to address the Philips Hue lights, or check out http://developers.meethue.com.