Item Description

1. Overview:
RGB LED module consists of a plug-in full color LED made by R, G, B three pin PWM voltage
input can be adjusted section three primary colors (red/blue/green) strength in order to achieve full color mixing effect. Control of the module with the Arduino can be achieved cool lighting effects.


2. Product Features:
1>. the use of plug-in full-color LED
2>. RGB trichromatic limiting resistor to prevent burnout
3>. through the PWM adjusting three primary colors can be mixed to obtain different colors
4>. with a variety of single-chip interface
5>. the working voltage: 5V
6>. LED drive mode: common cathode driver


3. Arduino test code:


int redpin = 11; // select the pin for the red LED
int bluepin = 10; // select the pin for the blue LED
int greenpin = 9 ;// select the pin for the green LED
int val;
void setup() {
pinMode(redpin, OUTPUT);
pinMode(bluepin, OUTPUT);
pinMode(greenpin, OUTPUT);
Serial.begin (9600);
}
void loop()
{
for (val = 255; val>0; val--)
{
analogWrite(11, val);
analogWrite(10, 255-val);
analogWrite(9, 128-val);
delay(1);
}
for (val = 0; val <255; val++)
{
analogWrite(11, val);
analogWrite(10, 255-val);
analogWrite(9, 128-val);
delay (1);
}
Serial.println(val, DEC);
}

 

 

Package including:

1PCS KY-016 RGB LED Module 3 Color Light For Arduino MCU AVR PIC Raspberry



Shipping Policy

  • USA Costomer Attention:
    Eevry package we provide ePacket to you.it only need 7-12 working days to you home.

    ePacket is standard shiping of USPS,which is Safty and Fast.Ebay only allow us to provide ePacket to US.

  • The default shipping is by Hongkong air mail , Over 30 USD We Provide Free tracking Number To You. .
  • Item will be shipped within 1-2 working days after full payment is received.
  • The delivery to most of the countries will take 2-4 weeks, if there's no problem when pass through the customs.
  • It will take about 30 days or more to some places like South America,India,Mexico and Africa.
  • We only ship to the approved address given in PayPal payment. Please make sure payment address in PayPal is correct.
  • Any non-received items caused by invalid address registered on PayPal are not in our full refund or replacement policy.
  • The extra fee occured when the product pass through the customs should be paid by buyer

Payment & Return Policy

  • We accept Paypal as the payment method.
  • If you can't receive the product within 2 months (60 days), please contact with us,we promise to payback 100% of your money.
  • We ensure our products work normally before post.If the products is broken before arrival to you,all you should do is taking a photo to show us our broken product.We promise to payback 100% of your money.
  • If you don't satisfy with our product,please help to post our product back to us.You should pay the post back postage.After we receive our product,we promise to payback 100% of your money.

DataCaciques