Item Description

Product 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);
          }

 
We appreciate positive feedback . we always try our best to service our customers .
  so if you have ant question ,PLEASE DON’T HESITATE TO TELL US,
  we are always here to offer help .

We prefer PayPal .For purchasing multiple items , please contact us for a combined invoice .

generally we would like to receive payment thin 48 hours if .

 

We provide airmail service with good package . The items will be shipped within the nest

2 business days after we received the payment . when you buy multiple items ,your shipping

cost will be combined with discount .

SHIPPING TIME (weekends/holidays excluded)

   
   

Country Name

Shipping Time

Country Name

Shipping Time

   

USA/Canada

10 -15d

Spanish/Portugue

10-25d

   

East/South Asia

10 -15d

France/West Asia

10-25d

   

United Kingdom

10 -20d

Italy

10-30d

   

Australia/New Zealand

10 -15d

West Asia/Middle East

15-25d

   

Most Country of West/North Europe

10-20d

South America and Africa

15-30d

   

East /Middle Europe/Russia

10-25d

     

 

  • NEW, GOOD QUALITY, ORIGINAL PACKAGE
  • LARGE STORE AND THE LOWEST PRICE
  • NO-QUESTION-REFUND,
  •             FOR LARGE QUANTITY ,OFFER BETTER PRICE,ORIGINAL      
     PACKING(TAPE REEL/TUBE/TRAY)
     

We specialize in electronic components . ICs, Capacitors, Diodes, Resistors, LEDs,

Transistors, and so on. Especially in Hard To Find Parts . we only sell

NEW , ORIGINAL parts . please buy with confidence .We offer NO-QUESTION-REFUND

 

DataCaciques