01. Introduction to Arduino
01. Introduction to Arduino
It is the latest in the Arduino USB board series and the current reference model for
the Arduino platform. The board is fairly easy to use and capable of doing a lot of things.
Figure 1: A part of Arduino Website’s download page. The current version at this time was
0022. Arduino allows you to install its IDE on several platforms (see encircled)
Figure 2: Screenshot of attempt to extract the zipped Arduino folder. Make sure you have an
archive utility such as 7zip or WinRAR.
3. Congratulations! Arduino IDE is installed on your computer. To use it, just navigate
to your main folder directory and run the Arduino application [2].
Figure 3: Screenshot of what’s inside the Arduino-0022 folder. The application icon
looks like an infinity symbol.
Figure 4: Photo of Arduino Uno board connected to a Computer. Note that the board’s USB-B port.
2. Wait for Windows to try and install the device’s driver until it fails. Navigate to the
Device Manager through Start > Control Panel > Device Manager. Locate the
Arduino Uno Device. Right-click it to choose Update Driver Software [2].
Figure 5: Screenshot of the Device Manager. The Arduino Uno should have an exclamation point.
Figure 6: Screenshot of the options for searching the device driver. Choose the second option
so that you can look for it in your hard disk.
4. A new window will open for you to indicate the location of the driver. Click Browse…
Figure 7: Screenshot of the browse option menu. Choose the first option which is to look manually
for the folder that contains the Arduino Uno board’s driver.
Figure 8: Screenshot of navigating through the Arduino software folder. Note that the drivers
folder was chosen rather than the FTDI USB Drivers (It was mentioned earlier that only preceding
models use this)
Figure 9: Screenshot of pop-up window. Windows can’t verify the publisher of the device software
but we know that the software’s publisher is Arduino.
Figure 10: Screenshot of successful driver installation of the Uno board. The next step is to
start doing the exercises.
Figure 11: Schematic Diagram of the Arduino Uno board. It is possible to create the board
by yourself just purchase the necessary components.
10
Figure 12: Photo of the Arduino Uno Board taken from [1]. The components are labelled and a brief
explanation of each one is provided at the next part.
11
NOTE: The file naming conventions used in this manual are as follows: unless otherwise
specified, the filename of the final .pde files for each exercise will consist of the word
“exercise” concatenated with the exercise number. Most of these exercises build on from
previous ones, so it would be a good practice to use File > Save As… in saving your files
to avoid unwanted overwriting.
12