Real Projects. Real Learning
Real Projects. Real Learning
TOPIC OUTLINE
Operating Voltage: 5V
Real projects. Real learning.
Why Arduino?
Status Bar
Console
Real projects. Real learning.
ARDUINO PLATFORM
STATUS
BOARDS / CONNECTION
OVERVIEW
In this lesson, you will learn
how to use a RGB (Red Green
Blue) LED with an Arduino.
You will use the analogWrite
function of Arduino to control
the color of the LED.
Real projects. Real learning.
SPECIFICATION
RGB LED
Emitting Light Color: Blue, Red, Green
Size(Approx): 5 x 35mm/ 0.2" x 1.37" (D * L)
Forward Voltage: 3.0-3.4V
Luminous Intensity: 12000-14000mcd
Pin definition
It is the definition of RGBLEDpin :
RGB LED UNO R3
R -> D11
GND -> GND
G -> D10
B -> D9
Real projects. Real learning.
HARDWARE