Searching for the best Arduino
How many arduino boards you can find?
There are several sizes and types of arduino boards. Each has different advantages.
There are bigger ones: Arduino Uno, Arduino Due, Arduino Mega, Arduino Leonardo; and smaller: Arduino Nano, Arduino Micro arduino boards.
In this post, I'll go over some of the more popular ones so you can find the one that's right for you.
Arduino Uno
This is the most popular arduino board, and it's the best for beginners. (I have one too!)
Why?
- Because it has 14 digital input/output and 6 analog inputs pins, that's totally enough
- Because its output pins operate at 5 volts
- Because you can get many different shields for it
- Because you can simply connect it to your computer with a USB cable to get started
- Because if something goes wrong you can replace the chip(ATmega328) for a few dollars
- Because it features a barrel plug connector, that works great with a standard 9V battery (so you can power it without your computer)
Arduino Nano
The Arduino Nano is Arduino's classic breadboard friendly
designed board with the smallest dimensions.
(docs.arduino.cc)
It's really small, so if you don't have enough space, this is the best arduino for you.
- The classical Nano has 14 digital input/output and 8 analog input pins
- The operating voltage of it is 5V
- It has got the same microcontroller(ATmega328) as Arduino Uno
- It has got a Mini-B USB port to connect to your computer
- Unfortunately it hasn't got a replaceable chip, and you can only get a few shields for it (but I think shields aren't that important)
Arduino Micro
The arduino micro is really small (like the arduino nano), but it also features with USB communication. It allows the Micro to appear as a mouse/keyboard on your computer.
- It's got an ATmega32u4 microcontroller with USB communication
- It has 20 digital input/output and 12 analog inputs pins
- The operating voltage of it is 5V
- It has got a Micro USB connector
- You also can get shields for it
Arduino Mega
It's about the same as the arduino uno, only bigger.
- It's got an ATmega2560 microcontroller, but it isn't replaceable
- It has a lot of digital input/output(54) and a lot of analog input pins(16)
- The operating voltage of it is 5V
- It has got a barrel plug connector
- You can connect it to your computer with an USB cable
If you want to make projects with a lot of sensors and components, it's the best arduino for you!
Arduino Leonardo
At first glance, it looks the same as the arduino uno, but it's different! It is more similar to the arduino micro.
- It's got an ATmega32u4 microcontroller, so it comes with USB communication
- It has 20 digital input/output and 12 analog inputs pins
- The operating voltage of it is 5V
- It has got a Micro-B USB port
- It also has got a barrel plug connector
- You can't get shields for it
