Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board.
There are millions of contributors to the development of this platform.
Arduino Key Features :
- Arduino boards are able to read analog or digital input signals from different sensors and turn it into an output using an actuator (for example a motor, LED, etc).
- You can control your board functions by sending a set of instructions to the microcontroller on the board via Arduino IDE (referred to as uploading software).
- Unlike most previous programmable circuit boards, Arduino does not need an extra piece of hardware (called a programmer) in order to load a new code onto the board. You can simply use a USB cable to plug and upload.
- Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program.
- Finally, Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.
Arduino Family:
Various kinds of Arduino boards are available depending on different microcontrollers used. However, all Arduino boards have one thing in common: they are programed through the Arduino IDE.
The differences are based on the number of inputs and outputs (the number of sensors, LEDs, and buttons you can use on a single board), speed, operating voltage, form factor etc. Some boards are designed to be embedded and have no programming interface (hardware), which you would need to buy separately. Some can run directly from a 3.7V battery, others need at least 5V.
Arduino boards based on ATMEGA328 microcontroller
Board Name | Operating Voltage | Clock Speed | Digital Input/Output |
Arduino Uno R3 | 5V | 16MHz | 14 |
Arduino Uno SMD | 5V | 16MHz | 14 |
Arduino Pro 1 | 3.3V | 8MHz | 14 |
Arduino Pro 2 | 5V | 16MHz | 14 |
Arduino Mini 05 | 5V | 16MHz | 14 |
Arduino Pro Mini 1 | 3.3V | 8MHz | 14 |
Arduino Pro Mini 2 | 5V | 16MHz | 14 |
Arduino Fio | 3.3V | 8MHz | 14 |
Arduino Ethernet | 5V | 16MHz | 14 |
LilyPad 328 Main Board | 3.3V | 8MHz | 14 |
Lilypad Simple Board | 3.3V | 8MHz | 9 |
Arduino boards based on ATMEGA32u4 microcontroller
Board Name | Operating Voltage | Clock Speed | Digital Input/Output |
Arduino Leonardo | 5V | 16MHz | 20 |
Pro micro | 5V | 16MHz | 14 |
Pro micro | 5V | 16MHz | 14 |
LilyPad USB | 3.3V | 8MHz | 14 |
Arduino boards based on ATMEGA2560 microcontroller
Board Name | Operating Voltage | Clock Speed | Digital Input/Output |
Arduino Mega 2560 R3 | 5V | 16MHz | 54 |
Mega Pro 3.3 | 3.3V | 8MHz | 54 |
Mega Pro 5 | 5V | 16MHz | 54 |
Mega Pro Mini 3.3 | 3.3V | 8MHz | 54 |
Arduino boards based on AT91SAM3X8E microcontroller
Board Name | Operating Voltage | Clock Speed | Digital Input / Output |
Arduino Mega 2560 r3 | 3.3v | 84MHz | 54 |