DFRobot
Rainbow LED Ring V3 (Arduino Compatible)
The Rainbow LED Ring V3 features 12 individually addressable SMD RGB LEDs arranged in a ring, each controllable for brightness and colour. It comes with a pr...
Get notified when back in stock
The Rainbow LED Ring V3 features 12 individually addressable SMD RGB LEDs arranged in a ring, each controllable for brightness and colour. It comes with a pre-loaded bootloader containing several built-in LED animation scripts, so it works standalone without an external microcontroller.
Built around an ATmega168P, the ring can be programmed via the Arduino IDE (using the LilyPad board profile) through an FTDI breakout board. It supports I2C and serial communication, and multiple rings can be daisy-chained via I2C to create larger LED displays and art installations.
Key Features
- 12 RGB LEDs – Individually addressable SMD LEDs with per-LED brightness and colour control
- Standalone Operation – Pre-loaded animation scripts play without an external MCU
- Arduino Compatible – Program via Arduino IDE with FTDI breakout
- I2C Daisy-Chaining – Link multiple rings together for larger displays
- Two Push Buttons – On-board buttons for mode selection
- Firmware Upgradable – Update via Optiboot bootloader
Specifications
- MCU – ATmega168P
- Bootloader – Optiboot (Diecimila)
- Arduino Profile – LilyPad
- LEDs – 12× SMD RGB
- Interface – Serial, I2C, digital pins
- Supply Voltage – 5 V
- Diameter – 61 mm
- Buttons – 2× push buttons
Package Contents
- 1× Rainbow LED Ring V3
- 5× 90° pin headers
- 2× Straight pin headers
- 1× Jumper wire
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- SMD
- SMD means surface-mount device, a component style designed to be soldered directly onto the surface of a circuit board rather than through holes. SMD parts are compact and mounted flat on the board, which suits smaller and mass-produced designs.
Find this product in
Brands
Components
Supplier page — dfrobot.com
Supplier Description · 601.9 KB · Click any page to view full size
DFR0141 rainbow led control board schematics V
Schematic · 72.5 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au