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
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.We make into production usually Within 1 - 3 Bussiness Days.
Expect customization orders.Incorporates automatic flashing logic in LED
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.
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
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
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.
/* 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); }
Notes:
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.
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.
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.
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.
Receive our latest updates about our products & promotions.
Thanks for subscribing!
This email has been registered!