0% found this document useful (0 votes)
45 views14 pages

Arduino Tutorial

The document discusses Arduino, an open-source prototyping platform based around microcontrollers. It can be used to build digital devices and connect sensors and actuators. The document outlines different Arduino boards and provides examples of applications as well as step-by-step instructions for setting up and running a basic blinking LED project.

Uploaded by

Drey Concepcion
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views14 pages

Arduino Tutorial

The document discusses Arduino, an open-source prototyping platform based around microcontrollers. It can be used to build digital devices and connect sensors and actuators. The document outlines different Arduino boards and provides examples of applications as well as step-by-step instructions for setting up and running a basic blinking LED project.

Uploaded by

Drey Concepcion
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Arduino

What is Arduino?
A programmable micro controller for prototyping
electromechanical devices
You can connect Digital and Analog electronic signals:
 Sensors (Gyroscopes, GPS Locators, accelerometers)

 Actuators (LEDS or electrical motors)


Different types of Arduinos

Boarduino Kit
DIY Arduino

Arduino Uno

Arduino LilyPad
Arduino Mega 2560
Applications
• [Link]
_bE

• [Link]
dyYI

• [Link]
l1s
Arduino Components
What do we need?
1.- Download and install the Arduino Software
2.- Configure the Arduino software for the correct chip
(Select the Microcontroller)
3.- Configure the Serial Port

4.- Open Blink Sketch


Input

Program Status Bar


Notification
Area
Code
5.- Verify/Compile

6.- Once it compiles, you must see the following


messages in the Status bar and the Program
notification Area
7.- Upload it

8.- Once it upload, you must see the following


messages in the Status bar and the Program
notification Area
9.- Insert LED

It is blinking!!!

You might also like