Arduino Activity
Arduino Activity
The first project is one of the most basic and simple circuits you can create with Arduino.
This project will test your Arduino by blinking an LED that is connected directly to the
board.
Parts Needed
Project Diagram
Project Steps
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_01_TestArduino
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#2 – Blink an LED
This project is identical to project #1 except that we will be building it on a breadboard.
Once complete, the LED should turn on for a second and then off for a second in a loop.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_02_Blink
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#3 – Push Button
Using a push button switch, you will be able to turn on and off an LED.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_03_Pushbutton
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#4 – Potentiometer
Using a potentiometer, you will be able to control the resistance of an LED. Turning the
knob will increase and decrease the frequency the LED blinks.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_04_Potentiometer
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#5 – Fade an LED
By using a PWM pin on the Arduino, you will be able to increase and decrease the
intensity of brightness of an LED.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_05_Fade
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#6 – Scrolling LED
This project will blink 6 LEDs, one at a time, in a back and forth formation. This type of
circuit was made famous by the show Knight Rider which featured a car with looping
LEDs.
Parts Needed
Project Diagram
Click Image To Enlarge
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_06_Scrolling
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#7 – Bar Graph
Using a potentiometer, you can control a series of LEDs in a row. Turning the
potentiometer knob will turn on or off more of the LEDs.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_07_BarGraph
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#8 – Multiple LEDs
This project will use 8 pins on the Arduino board to blink 8 LEDs at the same time.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_08_MultipleLEDs
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#9 – RGB LED
This project will be using an RGB LED to scroll through a variety of colors. RGB stands
for Red, Green and Blue and this LED has the ability to create nearly unlimited color
combinations.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_09_RGBLED
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#10 – Photoresistor
A photoresistor changes the resistance a circuit gets based on the amount of light that hits
the sensor. In this project, the brightness of the LED will increase and decrease based on
the amount of light present.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_10_Photoresistor
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_11_TempSensor
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
Parts Needed
(1) Arduino Uno
(1) USB A-to-B Cable
(1) Breadboard – Half Size
(1) Piezo Buzzer/Speaker
(2) Jumper Wires
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_12_ToneMelody
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#13 – Servo
In this project, you will be able to sweep a servo back and forth through its full range of
motion.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_13_Servo
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
#14 – Motor
Using a switching transistor, we will be able to control a DC motor. If everything is
connected correctly, you should see the motor spinning.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_14_Motor
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino.
Parts Needed
Project Diagram
Project Code
1. Connect the Arduino board to your computer using the USB cable.
2. Open project code – Circuit_15_LCD
3. Select the board and serial port as outlined in earlier section.
4. Click upload button to send sketch to the Arduino