You are on page 1of 6

Arduino Microcontroller

Arduino Starter kit: 3000 pesos


Arduino R3 Motherboard: 700 pesos
What is Arduino?
Arduino is an open-source prototyping 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 onWiring), and the Arduino Software
(IDE), based on Processing.
Over the years Arduino has been the brain of thousands of projects, from everyday
objects to complex scientific instruments. A worldwide community of makers students, hobbyists, artists, programmers, and professionals - has gathered around
this open-source platform, their contributions have added up to an incredible
amount of accessible knowledge that can be of great help to novices and experts
alike.
Arduino was born at the Ivrea Interaction Design Institute as an easy tool for fast
prototyping, aimed at students without a background in electronics and
programming. As soon as it reached a wider community, the Arduino board started
changing to adapt to new needs and challenges, differentiating its offer from simple
8-bit boards to products for IoT applications, wearable, 3D printing, and embedded
environments. All Arduino boards are completely open-source, empowering users to
build them independently and eventually adapt them to their particular needs.
The software, too, is open-source, and it is growing through the contributions of
users worldwide.

Arduino Processor
CPU
Spee
d

Analo
g
In/Ou
t

Digital
IO/PW
M

EEPRO
M [kB]

SRA
M
[kB]

Flas
h
[kB]

US

Name

Processor

Operating/In
put
Voltage

101

Intel Curie

3.3 V/ 7-12V

32MH
z

6/0

14/4

24

196

Reg
ar

Gemma

ATtiny85

3.3 V / 4-16 V

8 MHz

1/0

3/2

0.5

0.5

Mic

LilyPad

ATmega168
V
ATmega328
P

2.7-5.5 V /
2.7-5.5 V

8MHz

6/0

14/6

0.512

16

LilyPad
SimpleS
nap

ATmega328
P

2.7-5.5 V /
2.7-5.5 V

8 MHz

4/0

9/4

32

LilyPad
USB

ATmega32U
4

3.3 V / 3.8-5
V

8 MHz

4/0

9/4

2.5

32

Mic

Mega
2560

ATmega256
0

5 V / 7-12 V

16
MHz

16/0

54/15

256

Reg
ar

Micro

ATmega32U
4

5 V / 7-12 V

16
MHz

12/0

20/7

2.5

32

Mic

MKR100
0

SAMD21
Cortex-M0+

3.3 V/ 5V

48MH
z

7/1

8/4

32

256

Mic

Pro

ATmega168
ATmega328
P

3.3 V / 3.3512 V
5 V / 5-12 V

8
MHz
16
MHz

6/0

14/6

0.512
1

1
2

16
32

Pro Mini

ATmega328
P

3.3 V / 3.3512 V
5 V / 5-12 V

8
MHz
16
MHz

6/0

14/6

32

Uno

ATmega328
P

5 V / 7-12 V

16
MHz

6/0

14/6

32

Reg
ar

Zero

ATSAMD21G
18

3.3 V / 7-12 V

48
MHz

6/1

14/10

32

256

2
Mic

Arduino Retired boards specs


CPU
Speed

Analo
g
In/Ou
t

Digital
IO/PW
M

EEPRO
M [kB]

SRAM
[kB]

Flash
[kB]

USB

Name

Processor

Operating/In
put
Voltage

Due

ATSAM3X8
E

3.3 V / 7-12 V

84 MHz

12/2

54/12

96

512

2 Micro

BT

ATmega32
8P

5 V / 2.5-12 V

16 MHz

6/0

14/6

32

Esplora

ATmega32
U4

5 V / 7-12 V

16 MHz

2.5

32

Micro

Ethern
et

ATmega32
8P

5 V / 7-12 V

16 MHz

6/0

14/4

32

Regular

Fio

ATmega32
8P

3.3 V / 3.7-7
V

8 MHz

8/0

14/6

32

Mini

Leonar
do

ATmega32
U4

5 V / 7-12 V

16 MHz

12/0

20/7

2.5

32

Micro

Mega
ADK

ATmega25
60

5 V / 7-12 V

16 MHz

16/0

54/15

256

Regular

Mini

ATmega32
8P

5 V / 7-9 V

16 MHz

8/0

14/6

32

Nano

ATmega16
8
ATmega32
8P

5 V / 7-9 V

16 MHz

8/0

14/6

0.512
1

1
2

16
32

Mini

Yn

ATmega32
U4
AR9331
Linux

5V

16 MHz
400MH
z

12/0

20/7

2.5
16MB

32
64M
B

Arduino Sensors

Distance 650
3 Axis 680

Barometer 195
Camera 1675
Touch 299
Color 599

Micro

Current 339
Dust 555
Fingerprint 2499
Flame 115
Flex 869
Gas 220
Gesture 837
Hall 139
Humidity 150
Thermometer 1199
Infrared 395
Light 199

Line 299
Luminosity 310

PH 1449
Motion 219
Rain 299
Reed 99
Soil 199
Sound 260
Temperature 199
Tilt 95
Turbidity 589
Ultrasonic 150
UV 349
Vibration 95
Volatage 240
Water Flow 345
Weight 1035
Accelerometer 199
Pulse 810
Proximity 329

Arduino devices

You might also like