The WS2812B LED strip is an addressable RGB LED strip. The information in this post also works with other similar LED strips, such as strips of the WS28XX family, NeoPixel strip and others.
The WS2812B addressable LED strip comes in several varieties that differ in size, sealant or LED density. Choose the one that best fits your purposes.
In the following figure you can see my WS2812B LED strip. It is 5 meters long and the LEDs are enclosed in a weatherproof silicone. So, they can be left outside at the rain and dust without any problem.
How It WorksIn my opinion, this is the coolest type of LED strips. You can control the brightness and the color of each LED individually, which allows you to produce amazing and complex effects in a simple way.
This LED strip is made by WS2812B LEDs wired in series. These LEDs have a IC built right into the LED. This allows a communication via a one-wire interface. This means that you can control lots of LEDs using just one digital pin of your Arduino.
In the following figure you can see the chip inside the LED.
This kind of strips are very flexible and can be cut to any length you want. As you can see, the strip is divided into segments, and each segment contains one RGB LED.
CustomizableYou can adjust its size by cutting the strip with a scissors in the right place (the proper places to cut the strip are marked).
These strips come with connectors at each end . I’ve decided to cut the connectors, and solder header pins. It’s more handy if you want to connect the strip to an Arduino or to a breadboard
PowerThe LED strip should be powered using a 5V power source. At 5V, each LED draws about 50mA, when set to its full brightness. This means that for every 30 LEDs, the strip may draw as much as 1.5 A. Make sure you select a power source that matches the strip’s needs.
If you end up using an external supply, don’t forget to connect the power supply ground to the Arduino ground
In this example, the WS2812B LED strip will be powered using the 5V Arduino pin. In my case, I’m controlling 14 LEDs. Bear in mind that if you want to control many LEDs, you’ll need to use an external power supply.
To learn more, please contact us: jessie@witop-tech.com
Comments