Audrino Vs Raspberry Pi
Audrino Vs Raspberry Pi
Audrino is an open-source electronic device that can read inputs (such as light on a
sensor, finger on a button, or a Twitter message), and based on these inputs produces
output (such as turning on an LED or activating a motor).
Features
Most of the Arduino boards come with an 8-bit Microcontroller.
32k bytes of flash memory and 2k bytes of SRAM (Static Random Access
Memory).
Input voltage required- 7 V – 12V
Arduino uses C/C++ as a programming language.
Digital I/O pins- 14
Analog Input pins- 6
Clock frequency-
Processor speed ranges from 8 MHz to 400 MHz. The average speed of most of
the Arduinos is 16 MHz.
Flash Memory- 32KB
It is limited to IDE (Integrated Development Environment)
Raspberry Pi does not offer storage, but you can use microSD cards to store whatever OS
(Raspberry Pi, Ubuntu Mate, etc) you like. Raspberry Pi also contains Bluetooth, ethernet, and
WiFi-based connectivity, so it can also be used to transfer files over the internet.
Raspberry Pi project design and the software are not open-source.
Features of Raspberry Pi
Superior software implementation
64-bit Quad-core processor
Large RAM (latest Raspberry Pi 4 Model B Board has up to 8G of RAM)
Processor speed- 700MHz- 1.5GHz
Raspberry Pi has 40 input/output pins.
It can be connected to the Internet.
It can run all kinds of applications (including MS Office and Email).
It contains everything- CPU (Central Processing Unit), GPU (Graphics Processing
Unit), Ethernet port, GPIO (General-purpose Input/Output) pins, and power
source connector.