15 Arduino Uno Breadboard Projects For Beginners W - Code PDF
15 Arduino Uno Breadboard Projects For Beginners W - Code PDF
LED
RGB LED
Temp Sensor
Pushbutton
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 1/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Potentiometer
Photoresistor
Servo
Motor
Buzzer
LCD screen
Getting Started
Before you can start working with Arduino, you need to
make sure you have the IDE software installed on your
computer. This program allows you to write, view and
upload the code to your Arduino Uno board. You can
download the IDE for free on Arduino’s website.
Once the board is plugged in, you will need to open the
IDE and click on Tools > Board > Arduino Uno to select
the board.
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 2/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Next, you have to tell the Arduino which port you are
using on your computer. To select the port, go to
Tools > Port and then select the port that says Arduino.
Project Code
To complete the projects in this tutorial, you will need to
download the project code which are known as sketches.
A sketch is simply a set of instructions that tells the
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 3/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#1 – Test Arduino
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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 4/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Steps
Project Code
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 5/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 6/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
#3 – Push Button
Using a push button switch, you will be able to turn on
and off an LED.
Parts Needed
Project Diagram
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 7/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 9/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 10/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 11/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 12/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Diagram
Project Code
#8 – Multiple LEDs
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 13/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Parts Needed
Project Diagram
Project Code
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 14/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 15/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 16/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Diagram
Project Code
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 17/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Parts Needed
Project Diagram
Project Code
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 18/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Parts Needed
Project Diagram
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 19/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 21/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
#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
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 22/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Parts Needed
Project Diagram
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 23/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Project Code
Troubleshooting
Make sure your board and serial port is selected in
the IDE. To do this, plug your board in and go to
Tools > Board >Arduino to select your board. Next,
go to Tools > Port >Com (Arduino) to select your
serial port.
The long leg of the LED is the (+) positive and the
short leg is the (-) negative. Make sure the correct
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 24/25
1/24/2020 15 Arduino Uno Breadboard Projects For Beginners w/ Code - PDF
Makerspaces.com
Makerspaces.com was built to help
schools and libraries start and run their
own makerspaces. We truly believe that
adding a makerspace to a school or
library can help students acquire the
skills needed for the 21st century.
https://www.makerspaces.com/15-simple-arduino-uno-breadboard-projects/ 25/25