Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensstockhausen/arduinohue
ArduinoHue
https://github.com/jensstockhausen/arduinohue
Last synced: 2 days ago
JSON representation
ArduinoHue
- Host: GitHub
- URL: https://github.com/jensstockhausen/arduinohue
- Owner: jensstockhausen
- Created: 2013-12-08T11:10:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T10:45:40.000Z (almost 10 years ago)
- Last Synced: 2023-04-14T17:10:58.500Z (over 1 year ago)
- Language: Java
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArduinoHue
==========Control a LED strip from RadioShack connected to an Arduino UNO via a web application runnung on an application server.
The web application does the complicated logic and sends commands to the Arduino via an TCP/IP connection to update the state of the LED strip.
Parts:
http://www.radioshack.com/product/index.jsp?productId=22128606
Part of the ideas came from:
http://blog.radioshack.com/2013/06/tricolor-led-strip/
http://www.lauridmeyer.com/2012/04/simple-arduino-tcp-client-using-the-ethernetshield-dhcp-and-a-java-server/
http://vellamy.blogspot.de/p/sockettcpiparduino.html