Arduino Boards Comparison – Which Arduino Should I Choose ?

Arduino Boards Comparison

Which Arduino Board Should I choose ?
Short Answer: Start With Arduino UNO…

Keywords: Selecting an Arduino, Which Arduino Should I Buy? , Which Arduino do you need ?, Comparison of Arduino Boards


Arduino is, a great robotic microcontroller platform for anyone interested in robots and robotics projects. One of the best things about it is that it’s undergoing constant innovation. There lots of different Arduino boardswhich you can use as your robot controller on the market, so you can find the perfect hardware for any kind of project you’re working on.

Unfortunately, that same huge selection of Arduino boards can make it hard for a beginner to get started with the platform.”Which Arduino Board Should I choose ?”  is the main question. On the official site alone, there are almost 20  Arduino boards listed, and there are dozens more unofficial boards for sale on other sites. Picking the one that’s exactly what you need is HARD—especially if you’re not familiar with the terms used to describe the various microcontrollers and boards.

To help make the process a little easier, we are going to look at the most common Arduino boards on the market right now, and we will explain how to distinguish between them.


3 BROAD WAYS to Differentiate the Various Arduino Boards:

A – Processing Capabilities : The first is to look at the board’s processing capabilities — the microcontroller’s memory, clockspeed, and bandwidth. The processing hardware is generally entirely determined by which microcontroller chip the board uses, and constrains what kinds of software can run on that board.

B- Feature Set: The second way to differentiate between the boards is their feature set. This includes all the stuff on the board other than the microcontroller, such as input and output pins, built-in hardware like Buttons and LEDs, and the interfaces available on the board (USB, Ethernet, etc).

C- Form Factor: Finally, because Arduino is meant to be built into physical projects, form factor is very important. Arduino comes a variety of shapes and sizes.

Now Let’s look at the boards you’re most likely to want to use in your project (as of Now 2013).  We’ll examine the distinguishing characteristics and features of each Arduino Board model.


1-ARDUINO UNO – Best for Beginners 

  • Processor: ATmega328 (8-bit CPU, 16MHz clock speed, 2KB SRAM, 32KB flash storage)
  • Features: 14 digital I/O pins, 6 analog input pins, removable microcontroller
  • Form Factor: 2.7” x 2.1” (6,8 cm x 5,3 cm )rectangle
  • Price: Around $30

The Arduino Uno is the most “standard” Arduino board currently on the market, and is probably the best choice for beginners just getting started with the platform. The board is compatible with more shields (add-on boards) than other models. Additionally, the ATmega328 microcontroller can be removed from its socket and replaced for as little as $6, in case you break it somehow.

The Uno’s main limitation is the ATmega328 chip, which doesn’t have a lot of SRAM or flash memory. That limits the kinds of programs you can load on the chip—if your project involves a display or otherwise needs to store and use any form of images or audio data, 2KB of memory probably isn’t going to be enough.


2-  ARDUINO LEONARDO – Slight Upgrade to the UNO, Built in USB 

  • Processor: ATmega32u4 (8-bit CPU, 16MHz clock speed, 2.5KB SRAM, 32KB flash storage)
  • Features: 20 digital I/O pins, 12 of which can be used as analog inputs, native USB support
  • Form Factor: 2.7” x 2.1” (6,8 cm x 5,3 cm) rectangle
  • Price: Around $25

The Leonardo is, essentially, a slight upgrade to the Uno. It looks a lot like the Uno, but it features a soldered-on ATmega32u4 microprocessor with a tiny bit more memory. The main advantage of the AtMega32u4 isn’t the extra SRAM, though, it’s the chip’s built-in USB compatibility. This allows the Leonardo to interface with a PC, which sees it as a generic mouse or keyboard. It also features a few extra analog input pins.

Most impressively? The Leonardo is actually cheaper than the Uno, at $25. Before you start hammering that “add to shopping cart” button, note that the general impression around the web seems to be that the Leonardo still has a few bugs that need ironing out, and isn’t quite as beginner friendly as the Uno. For builders already familiar with Arduino, this is the better deal.


3- ARDUINO DUE – For More Complicated Projects

  • Processor: Atmel SAM3X8E ARM Cortex-M3 (32 bit CPU, 84MHz clock speed, 96KB SRAM, 512KB flash storage)
  • Features: 54 digital I/O pins, 12 analog input pins, 2 analog output pins, native USB port
  • Form factor: 4” x 2.1” (10 cm x 5,3 cm)  rectangle
  • Price: Around $50

One of the newest Arduino boards, the Due is the heavy-hitter of the family, packing a 32-bit ARM processor that handily outclasses any of the processors found in other Arduino boards. The DUE is primarily for more complicated projects that can make use of its muscular processor, or that need more I/O pins than are found on the smaller Arduino boards. That said, the Due is substantially bigger and more expensive than the Uno or Leonardo, so consider whether you really need the extra power before making a purchase.

One drawback to the Due is that it operates at 3.3 volts, which is different than the 5 volts that most other Arduino boards operate at. That limits the add-on hardware that’s compatible with the Arduino Due—if an add-on board tries to send a 5 volt signal to the Due’s I/O pins, it could damage the microcontroller. If you need a powerful Arduino board that still operates at 5 volts, you can look at the $58 Arduino Mega 2560, but for the most purposes that board is outperformed by the cheaper DUE.


4- ARDUINO MICRO – Small form factor, Leonardo Performance

  • Processor: ATmega32u4 (8-bit CPU, 16MHz clock speed, 2.5KB SRAM, 32KB flash storage)
  • Features: 20 digital I/O pins, 12 of which can be used as analog inputs, native USB support
  • Form Factor: 1.9” x 0.7” (4,8cm x  1,78 cm )rectangle
  • Price: $27

For projects where size matters, there are a number of miniaturized boards to consider, including the Micro, Nano and Mini (and that’s just on the official Arduino site!). For most builders, the best choice is going to be the Arduino Micro, a new board that includes all of the power and functionality of a full-sized Arduino Leonardo board in a much smaller form factor.

Due to the small form factor, the Arduino Micro won’t work with many add-on boards, but it is designed to easily slot into a breadboard, for faster prototyping.


5- LILYPAD ARDUINO – For Flexible Fabric-Based Projects

  • Processor: ATmega328 (8-bit CPU, 16MHz clock speed, 2KB SRAM, 32KB flash storage)
  • Features: 14 digital I/O pins, 6 analog input pins
  • Form Factor: 2” diameter circle
  • Price: $22

The LilyPad is an Arduino board specifically designed for wearable devices. Its circular shape and standoff-less I/O pins are designed to make it easy to sew the LilyPad into fabric-based projects.

The hardware on a standard LilyPad board is basically the same as on and Arduino Uno. There are a number of other LilyPad options available as well, including the are a number of LilyPad boards available, including the LilyPad Arduino USB, which feature’s the Leonardo’s ATmega32u4 chip, the LilyPad Arduino Simple, which has fewer I/O connections than the basic model, and the LilyPad Arduino SimpleSnap, which can be snapped into and out of projects, so they can be safely washed.


6- ARDUINO ESPLORA – For Special Needs

  • Processor: ATmega32u4 (8-bit CPU, 16MHz clock speed, 2.5KB SRAM, 32KB flash storage)
  • Features: Lots of built-in input and output hardware
  • Form Factor: 6.5” x 2.4” oval
  • Price: $60

The Esplora is an Arduino board (based on the Leonardo hardware) that comes with a whole bunch of I/O hardware soldered directly to the board. On the input side you get a joystick, four buttons, a linear potentiometer (slider), a microphone, a light sensor, a temperature sensor and a three-axis accelerometer. For outputs, you get a buzzer, an RGB led, and a TFT display connector to attach a LCD screen (not included).

The tradeoff is that you do not get the standard set of digital and analog I/O pins, which allow you to wire up all sorts of hardware to your Arduino board. That sharply limits the kinds of projects you can make. The Arduino Esplora is best for people who want to learn to use the Arduino software to write programs that have access to a basic toolbox of I/O sources, without having to worry about the electronics side of things.


7- ARDUINO YUN – Linux-based system-on-a chip

  • Processor: ATmega32u4 (8-bit CPU, 16MHz clock speed, 2.5KB SRAM, 32KB flash storage), Atheros AR9331 system on a chip
  • Features: Wi-fi enabled Linux based system on a chip, 14 digital analog I/O pins, 12 of which can be used as analog inputs. Native USB.
  • Form Factor: ~2.7” x 2.1” rectangle
  • Price: $65, available at the end of June

The Yun is an attempt to make it easier to connect to cloud-based services from the Arduino platform. Typically, the low-bandwidth, low-memory microcontrollers have a hard time handling the verbose protocols used to access those services—to get around this limitation, the Yun features a separate Linux-based system-on-a chip on the motherboard. The Linux system takes care of the networking tasks, while you can use the ATmega32u4 like a standard Arduino Leonardo.


8- ARDUINO ROBOT – To  build your own, custom robot

  • Processor: 2 x ATmega32u4 (8-bit CPU, 16MHz clock speed, 2.5KB SRAM, 32KB flash storage)
  • Features: Wheels, 8 analogue input pins,6 digital I/O pins, LCD screen
  • Form Factor: Two 7.5” diameter circles
  • Price: $275, on sale online at the end of July.

At the risk of stating the obvious, the Arduino Robot is an Arduino board that’s also a little robot. It’s actually composed of two separate boards (a control board and a motor board) that each feature the Leonardo’s ATmega32u4 processor. The bottom board has a pair of wheels, space for 4 batteries, and infrared sensors. The top board has an LCD screen, 4 buttons, a speaker, a compass chip and some LEDs.

Though it’s designed with room to add your own custom hardware, the Arduino Robot is still more preconfigured than most Arduino boards. If you want to build your own, custom robot, you’ll have a lot more flexibility using an Uno or a Leonardo, along with a motor control shield and whatever motors, servos and actuators you want to use.


 

TECHNICAL DATA TABLE of Arduino Boards 

 


 ARDUINO BOARDS COMPARE

Name Processor Operating
Voltage/Input
Voltage
CPU
Speed
Analog
In/Out
Digital
IO/PWM
EEPROM
[KB]
SRAM
[KB]
Flash
[KB]
USB UART
Uno ATmega328 5 V/7-12 V 16 Mhz 6/0 14/6 1 2 32 Regular 1
Due AT91SAM3X8E 3.3 V/7-12 V 84 Mhz 12/2 54/12 - 96 512 2 Micro 4
Leonardo ATmega32u4 5 V/7-12 V 16 Mhz 12/0 20/7 1 2.5 32 Micro 1
Mega 2560 ATmega2560 5 V/7-12 V 16 Mhz 16/0 54/15 4 8 256 Regular 4
Mega ADK ATmega2560 5 V/7-12 V 16 Mhz 16/0 54/15 4 8 256 Regular 4
Micro ATmega32u4 5 V/7-12 V 16 Mhz 12/0 20/7 1 2.5 32 Micro 1
Mini ATmega328 5 V/7-9 V 16 Mhz 8/0 14/6 1 2 32 - -
Nano ATmega168
ATmega328
5 V/7-9 V 16 Mhz 8/0 14/6 0.512

1
1

2
16

32
Mini-B 1
Ethernet ATmega328 5 V/7-12 V 16 Mhz 6/0 14/4 1 2 32 Regular -
Esplora ATmega32u4 5 V/7-12 V 16 Mhz - - 1 2.5 32 Micro -
ArduinoBT ATmega328 5 V/2.5-12 V 16 Mhz 6/0 14/6 1 2 32 - 1
Fio ATmega328P 3.3 V/3.7-7 V 8 Mhz 8/0 14/6 1 2 32 Mini 1
Pro (168) ATmega168 3.3 V/3.35-12 V 8 Mhz 6/0 14/6 0.512 1 16 - 1
Pro (328) ATmega328 5 V/5-12 V 16 Mhz 6/0 14/6 1 2 32 - 1
Pro Mini ATmega168 3.3 V/3.35-12 V

5 V/5-12 V
8 Mhz

16Mhz
6/0 14/6 0.512 1 16 - 1
LilyPad ATmega168V
ATmega328V
2.7-5.5 V/2.7-5.5 V 8 Mhz 6/0 14/6 0.512 1 16 - -
LilyPad USB ATmega32u4 3.3 V/3.8-5V 8 Mhz 4/0 9/4 1 2.5 32 Micro -
LilyPad Simple ATmega328 2.7-5.5 V/2.7-5.5 V 8 Mhz 4/0 9/4 1 2 32 - -
LilyPad SimpleSnap ATmega328 2.7-5.5 V/2.7-5.5 V 8 Mhz 4/0 9/4 1 2 32 - -

 


Glossary of Arduino and Microcontroller Terms:

uC (Microcontroller): The microcontroller is the heart (or, more appropriately, the brain) of the Arduino board. The Arduino development board is based on AVR microcontrollers of different types, each of which have different functions and features.

Input Voltage: This is the suggested input voltage range for the board. The board may be rated for a slightly higher maximum voltage but this is the safe operating range. A handy thing to keep in mind is that many of the Li-Po batteries that we carry are 3.7V meaning that any board with an input voltage including 3.7V can be powered directly from one of our Li-Po battery packs.

System Voltage: This is the system voltage of the board, i.e. the voltage that the microcontroller is actually running at. This is an important factor for shield-compatibility since the logic level is now 3.3V instead of 5V. You always want to be sure that whatever outside system with which you’re trying to communicate is able to match the logic level of your controller.

Clock Speed: This is the operating frequency of the microcontroller and is related to the speed at which it can execute commands. Although there are rare exceptions, most ATMega microcontrollers running at 3V will be clocked at 8MHz whereas most running at 5V will be clocked at 16MHz. The clock speed of the Arduino can be divided down for power savings with a few tricks if you know what you’re doing.

Digital I/O: This is the number of digital input/output pins that are broken out on the Arduino board. Each of these can be configured as either an input or an output, some are capable of PWM and some double as serial communication pins.

Analog Inputs: This is the number of analog input pins that are available on the Arduino board. Analog pins are labeled “A” followed by their number, they allow you to read analog values using the analog-to-digital converter (ADC) in the ATMega chip. Analog inputs can also be configured as more digital I/O if you need it!

PWM: This is the number of digital I/O pins that are capable of producing a PWM signal. A PWM signal is like an analog output, it allows your Arduino to “fake” an analog voltage between zero and the system voltage.

UART: This is the number of separate serial communication lines your Arduino board can support. On most Arduino boards, digital I/O pins 0&1 double as your serial send and receive pins and are shared with the serial programming port. Some Arduino boards have multiple UARTs and can support multiple serial ports at once. All Arduino boards have at least one UART for programming, but some aren’t broken out to pins that are accessible.

Flash Space: This is the amount of program memory that the chip has available for your to store your sketch. Not all of this memory is available as a very small portion is taken up by the bootloader (usually between 0.5 and 2KB).

Bootloader: If the microcontroller is the brain of the Arduino board, then the bootloader is its personality. Without the bootloader, it just wouldn’t be an Arduino. The bootloader lives on the ATMega chip and allows you to load programs through the serial port instead of having to use a hardware programmer. Because different Arduino board use different microcontrollers and programming interfaces, there are different bootloader programs on each. The source code for the bootloaders can be found in your Arduino distribution. All Arduino bootloaders will allow you to load code from the Arduino IDE.

Programming Interface: This is how you hook up the Arduino board to your computer for programming. Some boards have a USB jack on-board so that all you need to do is plug them into a USB cable, others have a header available so that you can plug in an FTDI Basic breakout or FTDI Cable. Other boards, like the Mini, break out the serial pins for programming but aren’t pin-compatible with the FTDI header. Any Arduino board that has a USB jack on-board also has some other hardware that enables the serial to USB conversion. Some boards, however, don’t need additional hardware because their microncontrollers have built-in support for USB.


Resources:

http://www.tested.com/tech/robots/456466-know-your-arduino-guide-most-common-boards/

http://arduino.cc/en/Products.Compare


 

You may also like...

Leave a Reply