You are on page 1of 7

(https://www.arduino.

cc)

SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)

GETTING STARTED (/EN/GUIDE/HOMEPAGE) > Arduino UNO

Getting Started with Arduino and Genuino UNO


This document explains how to connect your Uno board to the computer and upload your first sketch. The Arduino Uno is programmed
using the Arduino Software (IDE) (//www.arduino.cc/en/Main/Software), our Integrated Development Environment common to all our
boards and running both online (https://create.arduino.cc/editor) and offline. For more information on how to get started with the
Arduino Software visit the Getting Started page (//www.arduino.cc/en/Guide/HomePage).

- Use your Arduino/Genuino Uno on the Arduino Web IDE


- Use your Arduino/Genuino Uno on the Arduino Desktop IDE
- Install the board drivers
- Open your first sketch
- Select your board type and port
- Upload the program
- Learn more on the Desktop IDE
- Tutorials

Use your Arduino/Genuino Uno on the Arduino Web IDE


(https://create.arduino.cc/editor)

All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Web Editor (https://create.arduino.cc/editor), no
need to install anything.

The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow
this simple guide (https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start
coding on the browser and upload your sketches onto your board.
(https://www.arduino.cc) Use your Arduino/Genuino Uno on the Arduino Desktop IDE
If you want to program your Arduino/Genuino Uno while offline you need to install the Arduino Desktop IDE
(//www.arduino.cc/en/Main/Software) The Uno is programmed using the Arduino Software (IDE), our Integrated Development
SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)
Environment common to all our boards. Before you can move on, you must have installed the Arduino Software (IDE) on your PC, as
explained in the home page of our Getting Started (//www.arduino.cc/en/Guide/HomePage).

Connect your Uno board with an A B USB cable; sometimes this cable is called a USB printer cable

The USB connection with the PC is necessary to program the board and not just to power it up. The Uno 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.

Install the board drivers


If you used the Installer, Windows - from XP up to 10 - will install drivers automatically as soon as you connect your board.

If you downloaded and expanded the Zip package or, for some reason, the board wasn't properly recognized, please follow the
procedure below.

- Click on the Start Menu, and open up the Control Panel.


- While in the Control Panel, navigate to System and Security. Next, click on System. Once the System window is up, open the Device
Manager.
- Look under Ports (COM & LPT). You should see an open port named "Arduino UNO (COMxx)". If there is no COM & LPT section, look
under "Other Devices" for "Unknown Device".
- Right click on the "Arduino UNO (COmxx)" port and choose the "Update Driver Software" option.
- Next, choose the "Browse my computer for Driver software" option.
(https://www.arduino.cc) - Finally, navigate to and select the driver file named "arduino.inf", located in the "Drivers" folder of the Arduino Software download
(not the "FTDI USB Drivers" sub-directory). If you are using an old version of the IDE (1.0.3 or older), choose the Uno driver file
named "Arduino UNO.inf"
- SWindows
I G N I N (will
) finish
H O Mup
E (the
//Wdriver
W W .installation
A R D U I N O from
. C C ) there.
BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)
See also: step-by-step screenshots for installing the Uno under Windows XP (//www.arduino.cc/en/Guide/UnoDriversWindowsXP).

Open your first sketch


Open the LED blink example sketch: File > Examples >01.Basics > Blink.

Select your board type and port


You'll need to select the entry in the Tools > Board menu that corresponds to your Arduino or Genuino board.
(https://www.arduino.cc)

SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)

Select the serial device of the board from the Tools | Serial Port menu. This is likely to be COM3 or higher (COM1 and COM2 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 or Genuino board. Reconnect the board and select that serial port.
(https://www.arduino.cc) 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.

SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)

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 or Genuino up-and-running. If you have problems, please see the troubleshooting suggestions
(//www.arduino.cc/en/Guide/Troubleshooting).

Learn more on the Desktop IDE


See this tutorial (https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-the-arduino-software-ide-623be4) for
a generic guide on the Arduino IDE with a few more infos on the Preferences, the Board Manager, and the Library Manager.

Tutorials
Now that you have set up and programmed your Uno board, you may find inspiration in our Project Hub
(https://create.arduino.cc/projecthub/products/arduino-uno-genuino-uno) tutorial platform
(https://www.arduino.cc)

(https://create.arduino.cc/projecthub/mschaus/old­
(https://create.arduino.cc/projecthub/Mrinnovative/arduino­
school­two­way­pager­with­arduino­ based­mini­cnc­2d­plotter­234462)
cb4785)
SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)

Old­School Two­Way Pager with Arduino Based Mini CNC 2D


Arduino Plotter
(https://create.arduino.cc/projecthub/mschaus/old­
Project tutorial by Mike Schaus (https://c...
(https://create.arduino.cc/projecthub/Mrinnovative/arduino­
Project showcase by Mrinnovative (https:...
41,234 VIEWS 13 COMMENTS 80 RESPECTS 64,562 VIEWS 13 COMMENTS 146 RESPECTS

or have a look to the tutorial pages that explain how to use the various features of your board.

- examples (//www.arduino.cc/en/Tutorial/HomePage) for using various sensors and actuators


- reference (//www.arduino.cc/en/Reference/HomePage) for the Arduino language

Last revision 2017/01/12 by SM

The text of the Arduino getting started guide is licensed under a Creative Commons Attribution-ShareAlike 3.0 License
(http://creativecommons.org/licenses/by-sa/3.0/). Code samples in the guide are released into the public domain.
(https://www.arduino.cc)

SIGN IN () HOME (//WWW.ARDUINO.CC) BUY SOFTWARE PRODUCTS EDUCATION (//WWW.ARDUINO.CC/EN/MAIN/EDUCATION)

NEWSLETTER

ENTER YOUR EMAIL TO SIGN UP SUBSCRIBE

Terms Of Service (//www.arduino.cc/en/Main/TermsOfService)


Privacy Policy (//www.arduino.cc/en/Main/PrivacyPolicy)
Contact Us (//www.arduino.cc/en/Main/ContactUs)
About Us (//www.arduino.cc/en/Main/AboutUs)
Careers (//www.arduino.cc/Careers)
© 2018 Arduino (//www.arduino.cc/en/Main/CopyrightNotice)

(https://www.facebook.com/official.arduino)
(https://twitter.com/arduino)
(https://plus.google.com/+Arduino)
(https://www.instagram.com/arduino.cc/)
(https://github.com/arduino/)
(https://www.flickr.com/photos/arduino_cc)
(https://www.youtube.com/user/arduinoteam)

You might also like