Skip to main content

Arduino

Arduino Nano

Breadboard-friendly ATmega328P board — same silicon as the Uno, 5V logic, no wireless.

A000005 · Arduino

🍌 Simulates in-browser
Voltage
7–12V
Package
Module
Pins
26
Interfaces
I2C, SPI, UART
Lifecycle
Active
Footprint
Not verified

Overview

The Arduino Nano packs the same ATmega328P as the Uno onto a small DIP-sized board that plugs straight into a breadboard. It's 5V logic (no level-shifting needed for most classic hobby sensors), has no radio, and — unlike the Uno — exposes two extra analog-only pins, A6 and A7, that can't be used as digital I/O. This part record models the classic Nano (fqbn arduino:avr:nano); the newer "Nano Every"/"Nano 33" family uses a different MCU and isn't the same part.

Wiring tip: 5V logic — the easy pick when a sensor's datasheet only mentions 5V; A6/A7 are analog-input only

Ecosystem: arduino

arduinoavratmega328pdevboard5v

Pins & wiring

01Pin map
26 positions · top view
Arduino Nano

Logical two-sided map — confirm the package or board drawing before wiring.

PowerGroundGPIOAnalogI2CSPIUARTPWM

All pins

Selected pin

5V

Also: +5V

Power
Direction
Power
Logic / rail
5 V

Regulated 5V out (also USB 5V).

Full pin table
PinNameRoleDirectionVoltageNote
5VPowerPower5 VRegulated 5V out (also USB 5V).
3V3PowerPower3.3 V3.3V from the USB bridge chip (low current — not meant to power much).
VINPowerPowerUnregulated input (7-12V).
GNDGroundPassive
0UARTBidirectionalSerial RX — avoid if using Serial.
1UARTBidirectionalSerial TX — avoid if using Serial.
2GPIOBidirectional
3PWMBidirectional
4GPIOBidirectional
5PWMBidirectional
6PWMBidirectional
7GPIOBidirectional
8GPIOBidirectional
9PWMBidirectional
10SPIBidirectional
11SPIBidirectional
12SPIBidirectional
13SPIBidirectionalBuilt-in LED.
A0AnalogBidirectional
A1AnalogBidirectional
A2AnalogBidirectional
A3AnalogBidirectional
A4I2CBidirectional
A5I2CBidirectional
A6AnalogInAnalog input only — no digital I/O, Nano-only extra (the Uno doesn't have this pin).
A7AnalogInAnalog input only — no digital I/O, Nano-only extra (the Uno doesn't have this pin).

Wiring examples

Power-up

Any 5V host

Runs from its USB port with no extra wiring for most projects; VIN accepts an unregulated 7-12V supply (e.g. a 9V battery) when running standalone.

Arduino Nano pinConnects toNote
  • A6 and A7 are analog-input only — wiring a digital device (button, PIR, etc.) to them will not work; use D2-D13 instead.

Specifications

Electrical

Core
AVR 8-bit (ATmega328P)src
Max Clock
16 MHzsrc
Flash
32 KBsrc
SRAM
2 KBsrc
Logic Voltage
5 Vsrc
Onboard Regulator
Yessrc
Operating Voltage
7 – 12 Vsrc

Interface

GPIO Count
22src
ADC Channels
8src
ADC Resolution
10 bitsrc
Wi-Fi
Nosrc
Bluetooth
Nosrc
Interfaces
i2c, spi, uartsrc

Physical

USB Connector
Varies by vendor
Package
Modulesrc
Length
45 mmsrc
Width
18 mmsrc
Weight
7 gsrc
Mounting
thtsrc
Header Format
arduino-nanosrc

Footprint

No independently verified physical footprint is on file for this part yet.

Alternatives

Upgrades

Strictly better on the headline spec, but expect to touch firmware or wiring to actually use the difference.

Adds WiFi/Bluetooth and a faster dual-core MCU for close to the same price — but everything moves from 5V to 3.3V logic.

Compare with Arduino Nano
  • Logic Voltage: 5V3.3V
  • Wi-Fi: noyes

Similar parts

Does the same job with a different part. Expect wiring and library changes — a starting point, not a guarantee.

Similarly cheap, faster dual-core ARM MCU, but 3.3V logic and no built-in EEPROM emulation the way AVR has.

Compare with Arduino Nano
  • Logic Voltage: 5V3.3V
  • Core: AVR 8-bitDual ARM Cortex-M0+

Documents

Datasheets

Product pages

Frequently asked questions

What voltage does the Arduino Nano run at?

The Arduino Nano runs at 7–12V, per the spec sheet below. Always double-check against the specific board you have — some breakouts add an onboard regulator that changes the usable input range.

How many pins does the Arduino Nano have?

The Arduino Nano has 26 pins, communicating over I2C, SPI, UART. See the full pinout table in Pins & wiring for each pin's role.

Can I simulate the Arduino Nano before ordering hardware?

Yes — the Arduino Nano has a live in-browser simulation model, so you can exercise the circuit before ordering any hardware.

Where is the Arduino Nano datasheet?

Linked in the Documents section on this page, and cited on every spec that came from it.

Build it, do not just look it up

Describe your circuit in one sentence and Banana Board wires it to these exact pins, validates it, and lays out a fab-ready PCB.

Start building free