Skip to docs navigation

01.03 - Arduino Introduction

Arduino is an open-source electronics platform. It consists of a physical programmable circuit board, often referred to as a microcontroller, and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.

The Arduino microcontroller is a small, low-cost computer used in physical-computing , programming a computer to “interact” with the world around it. Arduino boards have a number of input and output pins, which can be used to connect to sensors, motors, and other electronic devices. The Arduino can be programmed to read inputs from these devices and control the outputs based on the inputs.

Download and Install the Arduino IDE 2

This online guideexternal link on the Arduino website provides the Arduino Integrated Development Environment design specifically for working with the Arduino board. The new IDE 2 allows syncing sketches with the cloud. To use this feature, you will need to register for an Arduino account.

What is a Breadboard?

A breadboard allow simple and quick electrical connections between the Arduino and electronic components like resistors and LEDs. It is used for prototyping since the connections are temporary unlike soldered connections. Breadboards usually have two power rails running down the sides and then two rows of 4 connected pins for laying out components.

Arduino References

Arduino UNO Data sheetexternal link

Arduino Pinout PDF Download from Arduinoexternal link