Chapter 1 What is Arduino

Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards can read inputs like light falling on a sensor, a finger pushing on a button, or even a Twitter message - and turn it into an output like activating a motor, turning on/off an LED, publishing something online.

In simple terms, Arduino acts as the brain in an electronic project. It handles all the information, decides the actions based on the information received, and created the required output.

1.1 Arduino board

Find more about the Arduino Uno board on their official website.

(Top row: left to right) Unboxing the Arduino, front side; (Bottom row: left to right) isometric view, back side(Top row: left to right) Unboxing the Arduino, front side; (Bottom row: left to right) isometric view, back side(Top row: left to right) Unboxing the Arduino, front side; (Bottom row: left to right) isometric view, back side(Top row: left to right) Unboxing the Arduino, front side; (Bottom row: left to right) isometric view, back side

Figure 1.1: (Top row: left to right) Unboxing the Arduino, front side; (Bottom row: left to right) isometric view, back side

1.2 Arduino pinout

The name of the most used available pin on the Arduino board is shown below. You will find yourself keep coming back to this figure, so it’s useful to print out this image or draw a rough sketch for a ready reference.

Arduino pinout

Figure 1.2: Arduino pinout