
The annual Humble deal featuring our amazing collection of Arduino and Raspberry Pi ebooks is upon us once again, running from today through Monday, March 4. You can snap up over $300 of Make:’s best wisdom on the subject of microcontrollers for as little as $15. It’s emphatically in your best interest to check it out.
But then what do you do? After all, figuring the different uses for a Raspberry Pi or an Arduino can be a head scratcher. Naturally, you want both โ but they do different things. With all of our best books on both subjects available in one cool deal, you’re going to be ready to build a robot, monitor near space, auto-water your plants, help your kid bug her bedroom against her sister, and fairly shout, HELLO WORLD.
This super simple guide will help you get started. And when we say “super simple,” well, we’re making things unnecessarily complex.

What is the difference between the two?
An Arduino is a microcontroller motherboard. A microcontroller is aย simple computer that can run one program at a time, over and overย again. It is very easy to use.
A Raspberry Pi is a general-purpose computer, usually with a Linuxย operating system, and the ability to run multiple programs. It isย more complicated to use than an Arduino.
What would I use each for?
An Arduino board is best used for simple repetitive tasks: opening andย closing a garage door, reading the outside temperature and reportingย it to Twitter, driving a simple robot.
Raspberry Pi is best used when you need a full-fledged computer:ย driving a more complicated robot, performing multiple tasks, doingย intense calculations (as for Bitcoin or encryption)
Is there a simple rule of thumb to help me decide?
Yes, there is! Think about what you want your project to do. If youย can describe it with less than two โandโs, get an Arduino. If youย need more than two โandโs, get a Raspberry Pi.
Examples:
โI want to monitor my plants and have them Tweet me when theyย need water.โย That can best be done by an Arduino.
โI want to monitor my plants and have them Tweet me when theyย need water and check the National Weather Service, and if theย forecast is for fair weather, turn on the irrigation system and if theย forecast is for rain, do nothing.โย That would best be handled by a Raspberry Pi.
Isn’t that rule of thumb oversimplifying what is actually a much more complex issue?
Yes. That’s what a rule of thumb is.
Look, this is confusing! Just tell me which one I should buy!
An Arduino. Itโs a system designed for beginners.
A Raspberry Pi. It’s the computer you’ve been wanting.
OK, I’m buying them both. Tell me again how I can learn to use them?
As indelible as the microcontrollers it discusses, this article was originally published by Make: books editor Patrick DiJusto in December 2015.
ADVERTISEMENT