How to use this LED strip

arduinoledled strip

I got this LED strip that I'm trying to control with my arduino. I searched for similar strips online but couldn't find any. I only has leads for DIN (blue), GND (black, splits in 2), and +5V (red). I couldn't find the data sheet and the part number didn't generate any results when I Google searched it. All i really need to know is the name of this type of LED strip so I can continue to research how to control it, but if there are any tutorials out there that use this type of strip, a link would be much appreciated.

led strip end
led strip connectors
led strip

Best Answer

It looks similar to this LED strip: http://www.adafruit.com/products/1138

According to the code linked from that page, it's controlled by a weird protocol used by the Worldsemi WS2811 LED driver chips on the strip: 24 bits for each RGB LED, 800 or 400 kHz data rate, 50 microsecond pause to latch the data. There is a pulse for each bit, 0 bits are a short pulse, and 1 bits are a long pulse.