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
WTV020-SD Mini SD Card MP3 Sound Module
R94.32
Adjustable Boost Module SX1308 2A
R37.33
40 Pin Male Double Row Double Insulation Header
R40.15
Quick Splice Wire Connector T2 Red (10 pack)
R44
Add to cart

Similar products

RGB LED Remote
R11.90
3 Color RGB Sensor LED Module 4pin
R21.95
R30 shipping
RGB 3 Color LED Module Board Red Green Blue
R270
Red LED Module
R48.30