KY-016 RGB 3 Color Full Color LED Module for Arduino AVR PIC

Product information

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 Includes

5pcs KY-016 RGB 3 Color Full Color LED Module for Arduino AVR PIC

Payment

Payment

Payable To

Note

PayPal

Paypal

All payments are due within 7 days of the close of auction. Failing to do so, non-paying bidders will be reported to eBay.

Shipping Policy

Delivery Time

We ship to worldwide, it usually takes 10-30 Business Days to delivery.

Shipping address

We ship to your PayPal address. Please, make sure to provide us with correct, precise, and detailed shipping Address.

Send Time

Items will be shipped within 1 to 3 business days upon payment received or cleared.

Note

If you don't receive items over 30 business days, please notify us via eBay message.

Return Policy
We appreciate your business and offer an instant 7 days return policy.(7 days after receive the item). The returned item has to be in its original condition. We are able to refund your money without shipping cost.  
Contact us
For anything about product, price, shipping or order status, please contact us via eBay message.
We love positive feedback and 5 scores DSR. We will leave it for everyone that leaves it for us. 

DataCaciques