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
Freddie The Wind Car
R69.71
R30 shipping
Pressure Sensor for Water Air Oil 0~1.2Mpa
R430.20
R30 shipping
STEM Educational Toy - Mansion Manor on the wheel the Wooden Mechanical Ferris Wheel Kit
R132.32
Arduino USB Cable - 50cm
R51.82
Add to cart

Recently viewed

ST. ELMO`S FIRE O.S.T. VINYL RECORD
R80
R30 shipping
Mercedes AMG Baseball Cap - Kids - Black
R499
R30 shipping
F30 Non M sport Front Lip
R1,300

Similar products

RGB LED Remote
R11.90
R30 shipping
3 Colour RGB SMD LED Display Module 5050 Full Color
R336
3 Color RGB Sensor LED Module 4pin
R21.95
R30 shipping
Full Color RGB LED Strip Driver Module STM32 AVR V1.0
R235.75