LED 7 Color Flashing Module

Incorporates automatic flashing logic in LED DESCRIPTION The LED 7 Color Flashing Module incorporates a 5mm tri-color...
Vendor: Keszoox
$1.15
$2.15
$1.15

Shipping

The shipping fee depends on your address

Standard: 9-15 business days,fee is down to $3.99

Express: 4-7 business days,fee is down to $5.99

Support Customization

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.

Built And process your order

We make into production usually Within 1 - 3 Bussiness Days.

Expect customization orders.
LED 7 Color Flashing Module

LED 7 Color Flashing Module

$2.15 $1.15

LED 7 Color Flashing Module

$2.15 $1.15

Incorporates automatic flashing logic in LED

DESCRIPTION

The LED 7 Color Flashing Module incorporates a 5mm tri-color (RGB) LED with red, green and blue LEDs and the logic to cycle through various colors at different speeds all housed in the same package.

PACKAGE INCLUDES:

  • LED 7 Color Flashing Module

KEY FEATURES OF LED 7 COLOR FLASHING MODULE:

  • RGB (red/green/blue) 5mm LED
  • Built-in control logic to cycle through 7 different colors automatically and at various rates
  • Operates at 3.3 or 5V
  • Requires current limiting resistor

This module provides an eye catching flashing display without a lot of work.

The LED contains logic built-in to automatically flash the LED at different rates while cycling through the 7 possible colors of red, green, blue, yellow, purple, cyan and white by mixing the different LED colors.  The LED body is water clear.

Because it has built-in driver, it can be simply wired between 5V and ground to operate (will also work at 3.3V).  A current limiting resistor of 220 ohms or so should be placed in series to keep current below 25mA to avoid damage to the LED module.  The module can also be controlled by the output pin of an MCU.  A current limiting resistor of 220 ohms or greater should be used to protect both the MCU and LED module from excessive current in that case

The module includes a 10K pull-up resistor between the power pin and ground

Module Connections

There is a 3-pin header on the assembly.  There are a couple of different pin-out labeling in these modules.   Refer to the pictures for clarification.

1 x 3 Male Header 

  • S = Signal input is attached to a digital output pin on MCU via a current limiting resistor or it can be hooked to 3.3 or 5V to have the LED continuously running.
  • – / Center pin =  Ground
  • 3rd pin is not used

OUR EVALUATION RESULTS:

This module is easy to use.  The example program below illustrates how to control the LED on/off using an MCU.  It is really no different than using a standard LED.  Simply hook up a digital output pin via a current limiting resistor to the VCC pin of the module and provide an logic HIGH signal to turn it on and logic LOW to turn it off as shown here.  Be sure to also connect the ground pin to the MCU ground.  You can also just wire the LED to power and ground using a current limiting resistor if you want it to run continuously.

LED 7 Color Flashing Module Program

/*
7 Color LED module test

Basic code enabling cycling of the module. 
*/

int LEDPin = 4; // select a digital pin for the LED
//===============================================================================
//  Initialization
//===============================================================================
void setup() 
{ 
  pinMode (LEDPin, OUTPUT);
  Serial.begin (9600);      // Set output window comm rate
}
//===============================================================================
//  Main
//===============================================================================
void loop() 
{
  // Turn the LED on for 10 seconds and then off for 2
  Serial.println ("LED Turned ON");
  digitalWrite (LEDPin, HIGH);
  delay(10000);

  Serial.println ("LED Turned OFF");
  digitalWrite (LEDPin, LOW);
  delay(2000);
}

BEFORE THEY ARE SHIPPED, THESE MODULES ARE:

  • Sample inspected and tested per incoming shipment.

Notes: 

  1. None

TECHNICAL SPECIFICATIONS

 

Maximum Ratings
          Vcc 3.3 – 5V
          IMax Maximum Current Draw 20mA peak
 Operating Ratings
Dimensions L x W (PCB) 20mm x 15mm (0.75 x 0.60″)

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

Contact us:
Support@keszoox.com
What we can help:
If you're looking for a wire or cable assembly, we can help.
What we need your help next:
Kindly contact us via email support@keszoox.com and send us the details fo your need, then we'll let you know how we can deliver the right solution.

Shipping Policy

All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.

Shipping Times

Standard: 9-15 business days. Express: 4-7 business days.

Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.

Tracking

All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.

Related Products

Recently Viewed Products