Raspberry Pi ou Arduino? Uma regra simples para escolher a placa certa
Fonte: Makezine (By Patrick Di Justo )
No portal makezine foi criado este guia simples para começar com Arduino ou Raspberry.
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?
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?
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!
Arduino. It’s better for beginners.
Deixe um comentário