ARDUINO Vs RASPBERRY PI
Vs
ARDUINO
What is Arduino?
Arduino is an open-source electronics platform based on easy-to-use hardware and
software. Arduino boards are able to read inputs - light on a sensor, a finger on a
button, or a Twitter message - and turn it into an output - activating a motor, turning on
an LED, publishing something online. You can tell your board what to do by sending a
set of instructions to the microcontroller on the board. To do so you use the
Arduino programming language (based on Wiring), and the Arduino Software (IDE),
based on Processing.
Types Of Arduino Boards
The list of Arduino boards includes the following
such as REDBOARD ARDUINO
ARDUINO UNO LILYPAD ARDUINO
ARDUINO MAGA
ARDUINO LEONARDO
RASPBERRY PI
WHAT IS RASPBERRY PI?
The Raspberry Pi launched in 2012, and there have been several iterations and
variations released since then. The original Pi had a single-core 700MHz CPU and
just 256MB RAM, and the latest model has a quad-core 1.4GHz CPU with 1GB RAM.
The main price point for Raspberry Pi has always been $35 and all models have
been $35 or less, including the Pi Zero, which costs just $5.
All over the world, people use Raspberry Pis to learn programming skills, build
hardware projects, do home automation, and even use them in industrial
applications.
The Raspberry Pi is a very cheap computer that runs Linux, but it also provides a
set of GPIO (general purpose input/output) pins that allow you to control electronic
TYPES OF RASPBERRY PI
ARDUINO RASPBERRY PI
UNO
PROCESSORS AVR
ATmega328p
BROADCOM
ARM1186JZF-S
CLOCK SPEED 16MHz 700MHZ
REGISTER 8bit 32bit
WIDTH
RAM 2k 512Mb
GPIO 20 8
I/O MAX 40mA 5-10mA
CURRENT
POWER 175mW 700mW
OPERATING NONE Linux
SYSTEM