This Adafruit NeoPixel 1/4-ring contains 15 individually addressable RGB LEDs arranged in a quarter-circle that can all be controlled with a single digital output of a microcontroller. Four of these rings can be connected to form a 60-LED NeoPixel ring with an outer diameter of 6.2″ (158 mm).
This NeoPixel 1/4-ring from Adafruit contains 15 individually addressable RGB LEDs arranged in a quarter-circle that can all be controlled with a single digital output of a microcontroller and chained together with other rings and WS281x-based LEDs to make larger, more complex displays. When four of these 1/4-circles are connected, they form a complete 60-LED ring with a 6.2″ (158 mm) outer diameter and 5.63″ (142 mm) inner diameter.
We also carry two other types of NeoPixel rings: a 16-LED ring with a 1.75″ (44.5 mm) outer diameter and 24-LED ring with a 2.6″ (66 mm) outer diameter
The quarter-ring can be controlled by many microcontrollers, but our A-Star 32U4 Micro works particularly well for applications where space is an issue. The lower picture on the right shows an A-Star 32U4 Micro controlling three different sizes of NeoPixel rings. See the Protocol section near the bottom of this page for some things to consider when selecting an appropriate microcontroller.
The Adafruit NeoPixel library for Arduino makes it easy to use an Arduino-compatible board to control the quarter-ring’s LEDs, and since NeoPixels are based on the same WS2812B LEDs as our Addressable RGB LED Strips, you can also use our Arduino library for addressable RGB LED strips, Example AVR C code for addressable RGB LED strips, and PololuLedStrip mbed library to control the quarter-ring.
For more detailed documentation and resources on Adafruit NeoPixels, see the Adafruit NeoPixel Uberguide.
The quarter-ring has four connection points.
The pin labelled GND is the ground pin, and should be connected to the ground pin of the microcontroller that is controlling the LEDs and also to the negative terminal of the power supply.
The pin labelled 5V is the power input pin, and should be connected to a suitable power supply. An input voltage of 5 V is used to power the quarter-ring, and each LED can draw up to 50 mA at 5 V when outputting white at full brightness. That means the quarter-ring could draw up to a maximum of around 750 mA.
The pin labelled DIN is an input that receives the signal controlling the LEDs. This pin should be connected to a microcontroller output pin or to the signal output pin of a WS281x-based LED product.
The pin labelled DOUT is optional. It can be connected to the data input pin of another WS281x-based LED product in order to form a chain.
In order to form a full 60-LED circle, four of these quarter-rings can be soldered together. When connecting them, we recommend lining up all of the pieces with the pads facing up and then connecting all of their 5V pins and all of their GND pins with solder as shown in the picture above. After that solder only three out of the four connections between DIN and DOUT. The unsoldered DIN pad can then be used as the input for the entire ring. These solder connections are generally sufficient physically hold the pieces together if the ring will not be subjected to much flexing or rough handling.
Wires can be soldered directly to the board. It has no through holes that could be used with header pins, and does not ship with any header pins or connectors.
NeoPixels can be easily damaged if proper precautions are not taken when using them. In general, for WS2812B-based products, we suggest adding a capacitor of at least 10 μF between the ground and power lines and a 100 Ω to 1000 Ω resistor between your microcontroller and the signal input pin. More details on best practices when using NeoPixel products can be found in the Adafruit NeoPixel Uberguide.
Adafruit 16-, 24-, and 4×15-LED NeoPixel rings being controlled by an A-Star 32U4 Micro. |
---|
The WS2812B LEDs are controlled by a simple, high-speed one-wire protocol that requires sub-microsecond timing. The details of this protocol are explained in the Adafruit NeoPixel Uberguide. 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.
These example libraries should help you quickly give your project some shine:
This product currently ships with the WS2812B 4-pin chip LED installed. Previous versions obtained from other suppliers might have used WS2812S 6-pin LEDs. Both B and S LEDs can be chained together and are compatible with the NeoPixel and Pololu LED Strip libraries. The B version has additional polarity protection but is otherwise functionally identical to the S version.
Note: This product is Adafruit product ID 1768.
Outer diameter: | 6.2 in1 |
---|---|
Inner diameter: | 5.63 in1 |
Weight: | 4 g |
Typical operating voltage: | 5 V |
---|---|
LEDs: | 15 |
Colour: | RGB |
Maximum current draw: | 0.75 A2 |
This library allows you to control an arbitrary number of WS281x-Based Addressable RGB LEDs from an Arduino.