Available with a lead time
Expect dispatch between Nov 26 and Nov 29
Quantity Discounts:
These LED 10-packs are an easy way to add colorful and complex lighting effects to a project. Each RGB LED contains an integrated WS2811 driver that allows it to be controlled with a high-speed one-wire interface (see the bottom of this page for sample code, including an Arduino library for controlling these LEDs). Multiple LEDs can be connected together to form a chain of RGB LEDs, and the entire chain can be controlled from a single microcontroller pin. These are very similar to the LEDs in Pololu's addressable RGB LED strips, but with these discrete LEDs you have far more flexibility in how they are arranged. The picture on the right shows a chain of 10 LEDs in a breadboard controlled by an A-Star 32U4 Micro.
Pololu offer these LEDs in two different sizes: 5 mm and 8 mm.
Features and specifications
Using the LED
Pinout
The LED has 4 pins, as shown in the diagram below:
The pins can be identified by the length of the leads or by looking for the flat side of the LED.
Connecting the LEDs
The DIN pin is the input signal pin. The DIN pin of the first LED in the chain should be connected to an I/O line of a microcontroller.
The 5V pin supplies power to the LED, and should be connected to a suitable 5 V power supply. The power supply should be capable of supplying enough current for all the LEDs it is powering. Each LED draws approximately 50 mA with all three channels at full brightness.
The GND pin should be connected to the ground pin of the microcontroller that is controlling the LEDs and also the negative terminal of the power supply.
The DOUT pin is optional and allows you to chain multiple LEDs together. It can be connected directly to the DIN pin of the next LED in the chain.
Pololu recommend taking several precautions to protect these LEDs from damage:
Warning: These LEDs can explode if they are pushed beyond their limits. For example, Pololu were able to make an 8 mm LED explode by powering at 6 V and setting it to full brightness for about a minute (though Pololu could not subsequently replicate that result). Pololu strongly recommend you avoid powering these LEDs at voltages over 5 V.
Default Color
After power is applied to these LEDs, they will emit bright blue light until the first color command is received.
Chaining
These LEDs can be chained with each other and also with other LED products that have a similar protocol. In particular, they can be chained with any of Pololu's SK6812/WS281x-Based Addressable RGB LEDs. Even though these LEDs use a different color ordering than the WS2812B (RGB instead of GRB), they can still be chained to WS2812B-based products.
Protocol
These LEDs are controlled by a simple, high-speed one-wire protocol on the input signal line. The protocol is documented below.
The default, idle state of the signal line is low. To update the LED colors, you need to transmit a series of high pulses on the signal line. Each high pulse encodes one bit: a short pulse (0.35 µs) represents a zero, while a long pulse (0.9 µs) represents a one. The time between consecutive rising edges should be 1.25µs. After the bits are sent, the signal line should be held low for 50 µs to send a reset command, which makes the new color data take effect.
SK6812/WS281x RGB data timing diagram. |
---|
The color of each LED is encoded as three LED brightness values, which must be sent in RGB (red-green-blue) order. Each brightness value is encoded as a series of 8 bits, with the most significant bit being transmitted first, so each LED color takes 24 bits. The first color transmitted applies to the LED that is closest to the control source, while the second color transmitted applies to the next LED in the chain, and so on.
24 bits in RGB order represent the color of one LED. |
---|
To update all the LEDs in the chain, you should send all the colors at once with no pauses. If you send fewer colors than the number of LEDs in the chain, then some LEDs near the end will not be updated. For example, to update 10 LEDs wired in a chain, you would send 240 bits encoded as high pulses and then hold the signal line low for 50 µs.
The high-speed protocol of the driver allows for fast updates; Pololu's library for the Arduino below takes about 1.1 ms to update 30 LEDs. However, constant updates are not necessary; the LED can hold its state indefinitely as long as power remains connected.
Implementing the protocol on a microcontroller
Since this LED does not use a standard protocol, a software bit-banging approach is usually needed to control it from a microcontroller. Because of the sub-microsecond timing, the bit-banging code generally needs to be written in assembly or very carefully optimized C, and interrupts will need to be disabled while sending data to the LEDs. If the interrupts in your code are fast enough, they can be enabled during periods where the signal line is low. It is generally not possible to generate the required control signals directly from older, slower microcontroller boards, like the Basic Stamp, or from processors that run full operating systems and can experience multithreading delays, like the Raspberry Pi.
Sample code
To help you get started quickly, Pololu provide sample code for these microcontroller platforms:
Additionally, the Adafruit NeoPixel library for Arduino should work with these LEDs since the NeoPixels are based on the similar WS2812B driver.
People often buy this product together with:
Addressable Through-Hole 8mm RGB LED with Diffused Lens, WS2811 Driver (10-Pack) |
A-Star 32U4 Micro |
Dimensions
LED diameter: | 5 mm |
---|
General specifications
Typical operating voltage: | 5 V |
---|---|
LEDs: | 10 |
Color: | RGB |
Maximum current draw: | 50 mA1 |
Notes:
Recommended links
Arduino library for addressable RGB LED strips from Pololu
This library allows you to control an arbitrary number of SK6812/WS281x-Based Addressable RGB LEDs from an Arduino.
This Arduino library from Adafruit is as an alternative to Pololu's library and should work for controlling Pololu's SK6812/WS281x-Based Addressable RGB LEDs.
This Arduino library from Adafruit makes it easy to control matrices of NeoPixels and should also work with any chain of SK6812/WS281x-Based Addressable RGB LEDs arranged in the correct grid pattern. Note that this library requires the Adafruit NeoPixel and Adafruit GFX libraries.
Example AVR code for addressable RGB LED strips from Pololu
This example AVR C code allows you to control SK6812/WS281x-Based Addressable RGB LEDs with an AVR microcontroller.
This library lets you control Pololu's SK6812/WS281x-Based Addressable RGB LEDs from an mbed microcontroller board.
Exact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments