The different ARDUINO cards
published: 17 May 2019 / updated 1 February 2023
modèle | CS Mhz | mem. flash |
SRAM | EEPROM |
---|---|---|---|---|
Mega 2560 R3 | 16 Mhz | 256 Ko | 8 Ko | 4 Ko |
Uno | 16 Mhz | 32 Ko | 2 Ko | 1 Ko |
Leonardo | 16 Mhz | 32 Ko | 2 Ko | 1 ko |
Mini | 16 Mhz | 32 Ko | 2 Ko | 1 Ko |
Micro | 16 Mhz | 32 Ko | 2.5 Ko | 1 Ko |
Nano | 16 Mhz | 32 Ko | 2 Ko | 1 Ko |
Esplora | 16 Mhz | |||
Yun | 16 Mhz | 32 Ko | 2.5 Ko | 1 Ko |
ARDUINO LEONARDO
The Arduino Leonardo is a microcontroller board based on the ATmega32u4. It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, a power jack, an ICSP header, and a reset button.
ARDUINO MICRO
Arduino Micro is the smallest board of the family, easy to integrate it in everyday objects to make them interactive.
The Micro is based on the ATmega32U4 microcontroller featuring a built-in USB which makes the Micro recognisable as a mouse or keyboard.
ARDUINO Yun
The Arduino Yún is a microcontroller board based on the ATmega32u4 and the Atheros AR9331. The Atheros processor supports a Linux distribution based on OpenWrt named Linino OS.
The board has built-in Ethernet and WiFi support, a USB-A port, micro-SD card slot, 20 digital input/output pins (7 of them can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and 3 reset buttons.