RGB led module

New
-+
40 available
R33.26
Shipping
Standard courier shipping from R60
R60 Standard shipping applies to orders under R100, in most areas in South Africa. R30 Standard shipping applies to orders over R100. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Get it now, pay later
Seller
Buyer Protection

Product details

Condition
New
Location
South Africa
Product code
DL-044
Bob Shop ID
614718281


RGB led module

The KY-009 is a small breadboard-friendly RGB LED module mounted on a small PCB making it very versatile. Using the Arduino PWM function almost any color can be created. Limiting resistors are required when connecting to Arduino pins.

SMD RGB LED Module Specs:

Operating voltage

5V

LED drive mode

Common Cathode

Max current

20mA

Recommended Current Limiting Resistors and Wiring:

  • R - Red: 180 Ohm resistor
  • G - Green: 100 Ohm resistor
  • B - Blue: 100 Ohm resistor

int redPin = 11; int greenPin = 10; int bluePin = 9;   //uncomment this line if using a Common Anode LED //#define COMMON_ANODE   void setup() {  pinMode(redPin, OUTPUT);  pinMode(greenPin, OUTPUT);  pinMode(bluePin, OUTPUT);  }   void loop() {  setColor(255, 0, 0); // red  delay(1000);  setColor(0, 255, 0); // green  delay(1000);  setColor(0, 0, 255); // blue  delay(1000);  setColor(255, 255, 0); // yellow  delay(1000);   setColor(80, 0, 80); // purple  delay(1000);  setColor(0, 255, 255); // aqua  delay(1000); }   void setColor(int red, int green, int blue) {  #ifdef COMMON_ANODE  red = 255 - red;  green = 255 - green;  blue = 255 - blue;  #endif  analogWrite(redPin, red);  analogWrite(greenPin, green);

More from this seller

View all
R30 shipping
Grove - Relay
R119.54
R30 shipping
Step-up step-down buck boost converter
R164.97
Test Hooks Clips - (5 Pack)
R65.27
R30 shipping
TCS3200D/TCS230 Colour Recognition Sensor Module
R252.07
Add to cart

Recently viewed

R30 shipping
Alloy Steel Carabiner Buckle Climbing Safety Harness Lanyard Belt
R845

Similar products

R30 shipping
3W LED Driver Module High Power Module
R336
Gravity:Digital RED LED Light Module
R66.04
R30 shipping
10Pcs Three Colour RGB SMD LED Module 5050 Full Color Board Geekcreit for Arduino - products that wo
R396
R30 shipping
Full Color RGB LED Strip Driver Module STM32 AVR V1.0
R235.75