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
Color Coded Alligator Test Leads - Pack of 10
R71.97
PCB Heat Transfer Paper A4
R24.95
R30 shipping
SX1278 LoRa Module 433M 10KM Ra-02
R173.53
DIY 15KV Ignition Coil Kit
R57.11
Add to cart

Recently viewed

R30 shipping
23% OFF
Foxwell T2000 TPMS Service Tool & Tire Pressure Programmer Kit
R8,499 R10,999

Similar products

R30 shipping
5Pcs 3W LED Module High Power Module Board
R439
Red LED Module
R48.30
R30 shipping
3W LED Driver Module High Power Module
R336
RGB LED Remote
R11.90