RGB led module

RGB led module

New 1 available
Only 1 left – grab it before it’s gone!
R31.27
Shipping
R65.00 Standard shipping applies to orders under R100.00, in most areas in South Africa. R35.00 Standard shipping applies to orders over R100.00. Some areas may attract a surcharge surcharge. This will be calculated at checkout if applicable.
Check my rate
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
Seller
Buyer protection
Get it now, pay later

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);
Add to cart

Recently viewed

See more
Linkbasic 305M Shielded UV Protected Cat5e Cable
New
R3,712.50
Rare 1970 "Broadstruck" error RSA 1/2 cent coin - The edge of the collar can be seen
Secondhand
R750.00
RESISTOR 1/4W ROUND M/F 1% 1M3 MF25-1M3-F
New
R0.15
Redemption
Secondhand
R40.00

Similar products

15% OFF
Aerbes AB-Z1120 Smart LED Light RGB
New
R119.00 R140.00
Godox LED6R Litemons RGB Pocket Size LED Video Light
New
R746.00
19% OFF
RGB LED Striplight Kit - 3 Meter
New
R720.00 R889.00
22% OFF
10M RGB LED STRIP
New
R349.99 R449.99