Arduino Nano
The board as it appears on the Velxio canvas, with its full pin map
read live from the simulator (regenerated by scripts/gen-boards.mjs,
so it always matches what you can wire).

Family: Arduino & AVR · Languages: Arduino C++
About this board
Section titled “About this board”The same ATmega328P at 16 MHz as the UNO, 32 KB of flash, in a breadboard-friendly stick. Sketches move between the two without changes.
The one real difference is in the pin map below: the Nano exposes A6 and
A7, two extra analog-only inputs the UNO does not have. They read with
analogRead() but cannot be used as digital pins.
Start here
Section titled “Start here”New Arduino Nano project opens the editor with this board and a working blink sketch.
Pins (36)
Section titled “Pins (36)”- 12spi
- 11spi, pwm
- 10spi, pwm
- 9pwm
- 8
- 7
- 6pwm
- 5pwm
- 4
- 3pwm
- 2
- GND.2power
- RESET.2
- 0usart
- 1usart
- 13spi
- 3.3Vpower
- AREF
- A0analog
- A1analog
- A2analog
- A3analog
- A4analog, i2c
- A5analog, i2c
- A6analog
- A7analog
- 5Vpower
- RESET
- GND.1power
- VINpower
- 12.2spi
- 5V.2power
- 13.2spi
- 11.2spi, pwm
- RESET.3
- GND.3power
Every pin above is clickable on the canvas — click one to start a wire. Board-level behavior, quirks and example links live on the family page.