Time for an Upgrade?
So your project has outgrown the Uno and you need something more. There are many options for expansion: There are many Arduino boards with more pins, more memory, more connectivity and/or more computing power compared to the Uno.But first keep in mind that moving to a processor with more capabilities than the Uno's Atmega 328P comes with some trade-offs in compatibility. Although many of these boards have headers that are laid out to accept standard Arduino shields, the pinouts of all these boards are somewhat different.
SPI, i2c, PWM and Pin change interrupts are on different pins from a standard Arduino. In addition to all that, the Due runs at 3.3v, and many libraries have not yet been ported to support the Due's ARM processor.
So use this guide to help you select a board that will take your project to the next level. But be aware that it may not be 100% "Plug & Play" with all the shields. See our Shield Compatibility Guide for more details.
More Pins!
Stepping up to an Arduino Mega gives you 40 extra digital pins and 10 more analog input pins.
The Arduino Mega ADK also adds a USB port designed for integrating with Android devices.
The Arduino Due gives you 40 extra digital pins, 6 extra analog input pins and 2 analog output pins.
More Connectivity!
The Arduino Ethernet is the simplest way to make your project part of the Internet of Things. As a bonus, it comes with a built-in SD card.The Megas and the Due mentioned above all have 4 hardware serial ports for efficient communication with serial devices.
The Due, Leonardo, Micro and Flora all have native USB capabilities, so they can emulate keyboards, mice etc.
The Due also supports the CAN bus - popular for automotive applications.
More Memory!
Having trouble fitting your code into Flash? Is you sketch crashing from lack of SRAM?
Either of the Megas will give you 8X the Flash and 4X the SRAM.
A Due has 16X the Flash and 48X the SRAM compared to an Arduino Uno!
Text editor powered by tinymce.