This item has closed with no items sold
View other items offered by MCU Market(no ratings)

Similar products

R30 shipping
WS2812B RGB Led Strip 60/m 5VDC
R237.47
R30 shipping
NeoPixel WS2812 5050 RGB Matrix Display 8 X 8 LED
R150
R30 shipping
40 LED RGB WS2812 PIXEL MATRIX SHIELD KS0163
R264.23
8 channel Straight WS2812 (Neopixel) 5050 RGB LED
R80
RGB LED Ring - 12 x 5050 RGB LEDs with WS2812 integrated driver - LOCAL STOCK
RGB LED Ring - 12 x 5050 RGB LEDs with WS2812 integrated driver - LOCAL STOCK

RGB LED Ring - 12 x 5050 RGB LEDs with WS2812 integrated driver - LOCAL STOCK

New
Indicative market price: R199
R119.00 40% OFF
MCU Market(no ratings)
Shipping
Standard courier shipping from R30
R30 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer Protection How you're covered
Get it now, pay later

Product information

Condition:
New
Location:
South Africa
Product code:
rgbLEDRing
Bob Shop ID:
278158411

If you've ever wanted to add an unconventional display to your project, you've no doubt come across the magic that is RGB LEDs. This ring consists of 12 of these super (and when mean SUPER) bright RGB LEDs placed into a ring and integrated with the ubiquitous one-wire WS2812 controller. All you need to do is download the easy-to-use AdaFruit Neopixel library for your microcontroller of choices (there's support for Arduino, Teensy and even the ESP8266). This ring is easily able to be powered straight from USB without the need of external power.

The great thing about these LED rings, like all WS2812-driven RGB LEDs is that you only need a single pin to write to all your LEDs, as the data out pin of the each LED is connect to the data in pin of the next. Just keep in mind - each LED required 3 bytes of memory (one for each RGB colour), so when driving a large number of RGB LEDs, memory on the lower-spec side tends to become an issue.

You'll also need a logic-level converter if your microcontroller doesn't use 5V logic.


Power requirements

Pay careful attention when driving a large number of these at full power. According to our measurements, each RGB LED uses about 30mA when driven at its maximum, although the datasheet specifies up to 60mA.  If you're going to be driving more than one ring, you'll need to replace the USB power with an alternative supply 5V with the required current:

Required current = Number of LEDs  x 30mA
OR
Required current (extra safe) = Number of LEDS x 60mA.

Hookup

There are two extra steps that you should take in order to ensure your RGB LED Ring is protected.

  1. Place a 220-1000uF capacitor over the VCC and GND pin of the LEDs. This is to protect any voltage spikes from accidentally damaging them.
  2. Place a 500Ohm resistor (or thereabouts) between the Data In pin and your microcontroller. This is to prevent any noise interfering with the data signal.

Documentation

WS2812 Datasheet