This code can be used to control a TM1839 based led strip with an arduino-ethernet via http requests. The stripes have been sold by ALDI in december 2013.
- Flash this code to an arduino ethernet
- Connect the VCC and GND pins of the stripe with a 12V power source
- Connect the Data and GND pins with pin 7 of an arduino ethernet
- Adapt IPs in the code
- Run to set led groups 2 and 10 to white:
wget -q -O - 192.168.100.177/SET=02FFFFFF0AFFFFFF
- Run this to reset the stripe:
wget -q -O - 192.168.100.177/BLACK
Based on neobob code from https://github.com/chriszero/neobob