Lesson 1 Blinking LED
Lesson 1 Blinking LED
Introduction
In this lesson, you will learn how to use the RexQualis UNO R3 controller
board by turning on an LED and making it blink once per second.
Hardware Required
1 * RexQualis UNO R3
1 * 220ohm Resistorr
1 * Breadboard
Principle
Breadboard
LED
Light Emitting Diodes (LEDs) are the most widely used semiconductor diodes
among all the different types of semiconductor diodes available today. Light
emitting diodes emit either visible light or invisible infrared light when forward
biased. The LEDs which emit invisible infrared light are used for remote
controls.
The safe forward voltage ratings of most LEDs are from 1V to 3V and forward
current ratings are from 200mA to 100mA.
To avoid this we need to place a resistor (Rs) in series with the LED. The
resistor (Rs ) must be placed in between voltage source (Vs) and LED.
Resistors
As the name suggests, resistors resist the flow of electricity. The higher the
value of the resistor, the more it resists and the less electrical current will flow
through it.
The resistor color code has three colored stripes and then a gold stripe at one
end.
Unlike LEDs, resistors do not have a positive and negative lead. They can be
onnected either way around.
Code interpretation
void setup()
}
void loop()
Experimental Procedures
Schematic Diagram
Step 2: Open the code:Blinking_LED_Code
Step 3: Attach Arduino UNO R3 board to your computer via
USB cable and check that the 'Board Type' and 'Serial Port' are
set correctly.
Step 4: Upload the code to the RexQualis UNO R3 board.
Now, You should see the LED blinking.