Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
382 views11 pages

User Manual PDF

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 11

UNIVERSIDAD POLITÉCNICA DE TAPACHULA

ENGLISH VIII

ARDUINO USER MANUAL

JOEL JACOB CASTELLANOS 173138

MISS: ALEJANDRA CAROLINA GONZALEZ


LOPEZ

January 27, 2020


1
INDEX

INTRODUCTION………………………………………………………3

OPERATION DEMO…………………………………………………..4

▪ Step 1: Install the Arduino Software (IDE)

▪ Step 2: Get an Uno R3 and USB cable


▪ Step 3: Connect the board

▪ Step 4: Open Lesson 1: LED blink

▪ Step 5: Select your board


▪ Step 7: Upload the program
▪ Step 8: Result

HOW TO ADD LIBRARY FILES……………………………………11

2
Arduino IDE (Integrated Development Environment)

Introduction
The Arduino Software (IDE) is easy-to-use for beginners, yet flexible enough
for advanced users to take advantage of as well. For teachers, it's
conveniently based on the Processing programming environment, so
students learning to program in that environment will be familiar with
how the Arduino IDE works.

3
OPERATION DEMO

Step 1: Install the Arduino Software (IDE)

Download the latest version from this page: http://arduino.cc/en/Main/Software

Next, proceed with the installation and please allow the driver installation process.

4
Choose the components to install and click “next” button.

Choose the installation directory.

The process will extract and install all the required files to execute
properly the Arduino Software (IDE)

5
Step 2: Get an Uno R3 and USB cable
In this tutorial, you're using an Uno R3. You also need a standard USB
cable (A plug to B plug): the kind you would connect to a USB printer,
for example.

Step 3: Connect the board


The USB connection with the PC is necessary to program the board
and not just to power it up. The Uno and Mega automatically draw
power from either the USB or an external power supply. Connect the
board to your computer using the USB cable. The green power LED
(labelled PWR) should go on.

6
Step 4: Open Lesson 1: LED blink

Open the LED blink example sketch: CD > For Arduino>Demo Code>Lesson1-
LED_bink>led_blink.

7
Step 5: Select your board

You'll need to select the entry in the Tools > Board menu that corresponds to your
Arduino board.

Selecting an Arduino/Genuino Uno.

Step 6: Select your serial port

8
Select the serial device of the board from the Tools | Serial Port menu.
This is likely to be COM3 or higher (COM1 andCOM2 are usually
reserved for hardware serial ports). To find out, you can disconnect your
board and re-open the menu; the entry that disappears should be the
Arduino board. Reconnect the board and select that serial port.

Step 7: Upload the program


Now, simply click the "Upload" button in the environment. Wait a few
seconds - you should see the RX and TX leds on the board flashing. If
the upload is successful, the message "Done uploading." will appear in
the status bar.

Step 8: Result
A few seconds after the upload finishes, you should see the pin 13 (L) LED
on the board start to blink (in orange). If it does, congratulations!
You've gotten Arduino up-and-running.
ARDUINO INTERFACE INTRODUCTION

A-Compile
B-Upload
C-New
D-Open
E-Save
F-Serial monitor

9
ARDUINO UNO HARDWARE INTRODUCTION

10
HOW TO ADD LIBRARY FILES
Step 1:
Add library file: Sketch>Include Library>Add.ZIP Library

Step 2:
Select your library file compression package on the demo code file, as
follows:

11

You might also like