Skip to main content

Menu

7 Color LED Flash Module Arduino Compatible

ARD2-2234
Arduino Compatible ARD2 7 Colour Flash LED Module

$3.95

QTYPrice
1 $3.95

Description

Arduino compatible 7 color LED flash module featuring a 5mm LED that can display any RGB color. This module generates 7 different colors automatically in sequence. It also generates light of high brightness. It can be programmed to flash continually.

Test Code

/*
Blink
Turns on an LED on for two seconds, then off for two seconds,
repeatedly.
This example code is in the public domain.
*/

void setup () {
// Initialize the digital pin as an output.
// Pin 13 has an LED connected on most Arduino boards:
pinMode(13, OUTPUT);
}

void loop () {
digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(2000); // wait for a second
}

Features

  • Features 5mm LED that displays full RGB colour
  • Can flash automatically

Specifications

Standard Forward Voltage

3.0 - 4.5V

Board Colour

Black

Material

PCB

Resources

All prices are in Australian Dollars and include GST. GST will be removed from your order if you are ordering from outside Australia.
Products may differ from pictured.
All trademarks and trade names are the properties of their respective owners. Wiltronics disclaims any proprietary interest in trademarks and trade names other than its own.

7 Color LED Flash Module Arduino Compatible

ARD2-2234

$3.95

We use cookies to ensure you have the best experience on our site. If you continue to use this site you consent to the use of these cookies. OK

Find out more in our Privacy Policy