Loading AI tools
Single-board microcontroller From Wikipedia, the free encyclopedia
The Arduino Nano is an open-source breadboard-friendly microcontroller board based on the Microchip ATmega328P microcontroller (MCU) and developed by Arduino.cc and initially released in 2008. It offers the same connectivity and specs of the Arduino Uno board in a smaller form factor.[1]
Developer | arduino.cc |
---|---|
Manufacturer | Many |
Type | Single-board microcontroller |
Availability | Nano webpage |
Operating system | None |
CPU | Microchip AVR (8-bit) at 16 MHz |
Memory | 2 KB SRAM |
Storage | 32 KB Flash 1 KB EEPROM |
The Arduino Nano is equipped with 30 male I/O headers, in a DIP-30-like configuration, which can be programmed using the Arduino Software integrated development environment (IDE), which is common to all Arduino boards and running both online and offline. The board can be powered through a type-B mini-USB cable or from a 9 V battery.[2]
In 2008, the Arduino Nano was released.
In 2019, Arduino released the Arduino Nano Every, a pin-equivalent evolution of the Nano. It features a ATmega4809 microcontroller (MCU) with three times the RAM.[3]
The Arduino Nano has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers. The ATmega328 provides UART TTL serial (5V) communication, which is available on digital pins 0 (RX) and 1 (TX).
An FTDI FT232RL on the board channels this serial communication over USB and the FTDI drivers (included with the Arduino firmware) provide a virtual com port to software on the computer. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board. The RX and TX LEDs on the board flash when data is being transmitted via the FTDI chip and the USB connection to the computer (but not for serial communication on pins 0 and 1). A SoftwareSerial library allows for serial communication on any of the Nano's digital pins. The ATmega328 also supports I2C and SPI communication. The Arduino software includes the Wire library to simplify use of the I2C bus.[4]
Rather than requiring a physical press of the reset button before an upload, the Arduino Nano is designed in a way that allows it to be reset by software running on a connected computer. One of the hardware flow control lines (DTR) of the FT232RL is connected to the reset line of the ATmega328 via a 100 nanofarad capacitor. When this line is asserted (taken low), the reset line drops long enough to reset the chip.[4]
This setup has other implications. When the Nano is connected to a computer running Mac OS X or Linux, it resets each time a connection is made to it from software (via USB). For the following half-second or so, the bootloader is running on the Nano. While it is programmed to ignore malformed data (i.e. anything besides an upload of new code), it will intercept the first few bytes of data sent to the board after a connection is opened.[4]
The following table compares official Arduino boards, and has a similar layout as a table in the Arduino Uno article. The table is split with dark bars into three high-level microcontroller groups: 8-bit AVR cores, 32-bit ARM Cortex-M cores, and 32-bit ESP32 microcontrollers. Though 3rd-party boards have similar board names it doesn't automatically mean they are 100% identical to official Arduino boards. 3rd-party boards often have a different voltage regulator / different USB-to-UART chip / different color solder mask, and some have a different USB connector or additional features, too.
Board Name & Part# |
Board Size Group |
Board Commun- ication |
MCU Part# & Pins |
MCU I/O Voltage |
MCU Core |
MCU Clock |
MCU Flash |
MCU SRAM |
MCU EEPROM |
MCU USART & UART |
MCU SPI |
MCU I²C |
MCU Other Bus Peripherals |
MCU Timers 32/24/16/8 /WD/RT/RC |
MCU ADC & DAC |
MCU Engines |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Nano,[6] A000005[7] |
Nano | USB-Mini-B | ATmega328P,[8] 32 pin |
5V (1.8-5.5V) |
8bit AVR | 16 MHz* | 32 KB | 2 KB | 1 KB | 1, 0 | 1 | 1 | None | 0, 0, 1, 2, WD |
10bit, None |
None |
Nano Every,[9] ABX00028[10] |
Nano | USB-Micro-B | ATmega4809,[11] 48 pin |
5V (1.8-5.5V) |
8bit AVR | 20 MHz | 48 KB | 6 KB | 0.25 KB | 4*, 0 | 1 | 1 | None | 0, 0, 5, 0, WD, RT |
10bit, None |
None |
Nano 33 IoT,[12] ABX00027[13] |
Nano | USB-Micro-B, WiFi, Bluetooth |
ATSAMD21G18,[14] 48 pin |
3.3V (1.62-3.63V) |
32bit ARM Cortex-M0+ |
48 MHz | 256 KB | 32 KB | None | 6*, 0 | None | None | USB-FS, I²S* |
0, 4, 5, 0, WD, RC, 24bit SysTick |
12bit, 10bit |
DMA x12, CRC32, Touch |
Nano RP2040 Connect,[15] ABX00052[16] |
Nano | USB-Micro-B, WiFi, Bluetooth |
RP2040,[17] 56 pin |
3.3V (1.62-3.63V) |
32bit ARM Cortex-M0+ (dual core) |
133 MHz both cores |
None + bootrom + 16 MB (ext) |
264 KB | None | 0, 2* | 2* | 2* | USB-FS, 8pin Prog I/O |
4, 0, 8, 0, WD, RC, 24bit SysTick |
12bit, None |
DMA x2 |
Nano ESP32,[18] ABX00092[19] |
Nano | USB-C, WiFi, Bluetooth |
NORA-W106-10B[20] 82 pad Module, containing ESP32-S3 IC[21] |
3.3V (3.0-3.6V) |
32bit Xtensa LX7 (dual core) (FPU) |
240 MHz both cores |
None + bootrom + 16 MB (ext) |
512 KB SRAM + 16 KB SRAM + 8 MB PSRAM |
None + 224 byte OTP eFuse |
0, 3* | 4* | 2* | USB-FS, CAN-A/B*, I²S*, SD* |
0, 0, 0, 0, WD, 54bit x4, 52bit System |
12bit x2, None |
DMA x10, Crypto, Touch, LCD*, Camera*, WiFi, Bluetooth, CoProcessor x2 |
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.