BlinkStick Pro and Adafruit NeoPixel rings

Adafruit-neopixel-ring-12 Adafruit-neopixel-ring-16 Adafruit-neopixel-ring-24

What is an Adafruit NeoPixel ring?

Adafruit NeoPixel rings consist of WS2812 LEDs on a PCB shaped as a ring. Rings come with 12, 16 or 24 LEDs on them.

Pinout description:

  • PWR is 5V power supply
  • GND is common ground
  • IN is data input pin
  • OUT is data output pin


Blinkstick-pro-with-1-neopixel-ring Blinkstick-pro-with-3-neopixel-rings Blinkstick-pro-with-neopixel-rings

Connecting to BlinkStick Pro

All NeoPixel rings share PWR and GND lines with BlinkStick Pro. They are chained together with IN and OUT pins.

The first example shows the connection of one NeoPixel ring to the R channel of BlinkStick Pro. You can connect up to 64 LEDs on a single channel and you can use any of the channels available.

The second example shows how to use all channels on BlinkStick Pro. You can also chain the rings together by connecting OUT to IN of the next ring.

IMPORTANT: Please note that you will have to limit the brightness of LEDs in order to run them directly from USB port.

Regular USB port can supply about 500mA of current. It's safe to run 8 LEDs from USB port directly at full brightness. About 50mA is required for BlinkStick Pro, so you can only use a safe 400mA to drive the LEDs.

Here is how you can calculate the maximum brightness limit of LEDs:

Brightness = 400mA / [Number of LEDs] / 50mA * 100%

Number of LEDs - is the maximum number of LEDs that will be turned on at any time.

For example, if you will be turning on 24 LEDs at the same time, then:

400mA / 25 / 50mA * 100% = 32%

This means that you will have to limit the brightness of LEDs to 32% in order to run them safely from USB. Please note that these pixels are bright even at 1%!


Blinkstick-pro-with-neopixel-rings-external-power

Using external power supply

In order to control more than 8 pixels at full brightness, you will need an external power supply.

The power supply must provide 5V and the amperage rating depends on how many LEDs you are going to use. For example, to run maximum 192 LEDs at full brightness, you will need a 10A power supply. Here is how you can calculate the amperage of power supply to drive the LEDs:

Current = [Number of LEDs] * 50mA

For example, in order to drive 64 LEDs, you will need 64 * 50mA = 3.2A power supply.