Description
Details
Not your average RGB LED strip! Not only are these fully waterproofed, but each LED is also independently addressable, opening up entirely new lighting possibilities. Each LED is powered by a WS2801 IC. There are 32 LEDs per meter, and therefore a total of 32 'pixels' on the 1 meter strip you will receive. At full brightness the strip will require 1.8A of power, so be sure you have an ample power supply. We also stock the power supplies for these if you require them.
Each end of the strip has 4 wire leads leading to a JST SM connector, female for input and male for output: Red=5V DC Green=Clock Yellow=Data Black=Ground
Mating connectors are available in our store. If you do not require connection to another string you can cut off the male output connector and use it to connect to the female connector. Connectors can also be removed completely if not necessary for your application--there is plenty of wire lead to allow for a direct-solder connection.
For you Arduino users we highly recommend the open-source fastspi library as a jumping point for your own code.
The WS2801 employs a 2-wire serial data connection, similar to SPI or I2C. ICs are chained together which means whole strings can be controlled using just 2 pins on your microcontroller.
Data is clocked in starting with the MSB of the red gray scale data and ending with the LSB of the blue gray scale data. Plenty more information is available in the datasheet.