This module makes it easy to work with LEDs in a project.
PACKAGE INCLUDES:
Red LED Indicator Module with pins soldered
KEY FEATURES OF RED LED INDICTOR MODULE:
8 red LEDs in CC (Common Cathode) configuration
Built-in 2K current limiting resistors
3.3 and 5V compatible
The first thing everyone does when starting to work with microcontrollers is to hook up an LED with a current limiting resistor and make it blink. Great fun! at least the first time. Fast forward awhile and when you have a need to wire up some LEDs for a project, dragging out the LEDs, finding enough that match, finding the correct value resistors and hooking it all up starts to seem more like work than fun… or perhaps thats just me.
These modules make adding 1 to 8 LEDs to a project very easy and tidy. More than 8 LEDs can be added by simply adding more modules.
The modules have 2K current limiting resistors which keep current requirements low when using with standard 3.3V or 5V logic so any microcontroller can drive them and also helps keep the LED brightness at a comfortable level. It also allows the LEDs to be used in higher voltage applications of up to 24V.
A logic HIGH on the D1-D9 pins turns the corrosponding LED on. A logic LOW turns it off.
Module Connections
There is a 9-pin header on the assembly for connections. The COM pin is the common pin and connects to the Cathode of all the LEDs. D1-D8 connect to the anodes of each LED.
1 x 9 Header
COM= Ground
D1 – D8= Connectst to digital I/O pins on microcontroller.
OUR EVALUATION RESULTS:
These modules really are quite handy to quickly add some indicator LEDs to a project.
If you are working with an Arduino like an UNO or Mega2560 and don’t need more than 6 LEDs, you can clip the D7, D8 pins off the module and insert the module directly into the female header on the Arduino with the COM pin going into the GND connection and the LED pins going into D8-D13 with no wiring or breadboard necessary to mount the module on.
The program below simply scans the LEDs up and down. The module COM pin is connected to ground and the LED pins D1-D8 are connected to pins D2-D9 on the microcontroller. These can be changed to any convenient pins if desired.
LED Scanner Program
/*Scan 8 LEDs back and forthSimply scans the LEDs in sequence in one direction and then in thereverse direction and repeats forever. Change DELAY_TIME to change speedConnect COM pin to groundConnect D1-D8 pins on module to D2-D9 on microcontrollerChange DELAY_TIME to change the speed*/constintDELAY_TIME=75;// Change to change speed//===============================================================================// Initialization//===============================================================================voidsetup(){// initialize digital pins 2-9 as outputs. Can change to any 8 digital pinspinMode(2,OUTPUT);pinMode(3,OUTPUT);pinMode(4,OUTPUT);pinMode(5,OUTPUT);pinMode(6,OUTPUT);pinMode(7,OUTPUT);pinMode(8,OUTPUT);pinMode(9,OUTPUT);}//===============================================================================// Main//===============================================================================voidloop(){for(inti=2;i<=9;i++){// Ramp the LEDs updigitalWrite(i,HIGH);// Turn the LED ONdelay(DELAY_TIME);// Wait for a bitdigitalWrite(i,LOW);// Turn the LED OFF }for(inti=9;i>=2;i--){// Ramp the LEDs downdigitalWrite(i,HIGH);// Turn the LED ON delay(DELAY_TIME);// Wait for a bitdigitalWrite(i,LOW);// Turn the LED OFF }}
BEFORE THEY ARE SHIPPED, THESE MODULES ARE:
Sample inspected and tested per incoming shipment.
Notes:
None
TECHNICAL SPECIFICATIONS
Maximum Ratings
Vcc
24V (3.3 – 5V typical)
IMax
Maximum Current Draw per LED
< 10mA
Operating Ratings
LED Configuration
Common Cathode
LED Current
3.3V
0.75mA (typ)
5V
1.55mA (typ)
Dimensions
L x W (PCB)
23 x 15mm (0.90 x 0.60″)
Reliable JST connector cables with secure locking design, UL-certified wires, and high-quality crimping. Supports up to 3A current with compact 2.5mm pitch. Ensures stable power and signal transmission for PCB, LED, robotics, and industrial use. Custom lengths, colors, and pin counts available.
cables are made with high-purity copper wires and solid copper terminals, ensuring excellent conductivity, low resistance, and long-term reliability in power and signal transmission. Ideal for high-performance electronic applications.
Are any purchases final sale?
We are unable to accept returns on certain items. These will be carefully marked before purchase.
When will I get my order?
We will work quickly to ship your order as soon as possible. Once your order has shipped, you will receive an email with further information. Delivery times vary depending on your location.
Where are your products manufactured?
Our products are manufactured both locally and globally. We carefully select our manufacturing partners to ensure our products are high quality and a fair value.
How much does shipping cost?
Shipping is calculated based on your location and the items in your order. You will always know the shipping price before you purchase.