Datasheet

Arduino Nano technical notes

Arduino Nano Technical Specifications

MicrocontrollerATmega328P – 8 bit AVR family microcontroller
Operating Voltage5v
Recommended Input Voltage for Vin pin7-12v
Analog Input Pins 6 (A0 – A5)
Digital I/O Pins14 (Out of which 6 provide PWM output)
DC Current on I/O Pins40 mA
DC Current on 3.3v Pin50 mA
Flash Memory32KB (2 KB is used for Boot loader)
SRAM2 KB
EEPROM1 KB
Frequency (Clock Speed)16 Mhz
CommunicationIIC, SPI, USART

Arduino Nano Pin Configuration

Pin CategoryPin NameDetails
PowerVin, 3.3V, 5V, GNDVin: Input voltage to Arduino when using an external power source (6-12V).

5V: Regulated power supply used to power microcontroller and other components on the board.

3.3V: 3.3V supply generated by on-board voltage regulator. Maximum current draw is 50mA.

GND: Ground pins.

ResetResetResets the microcontroller
Analog PinsA0 – A7Used to measure analog voltage in the range of 0-5V
Input/Output PinsDigital Pins D0 – D13Can be used as input or output pins. 0V (low) and 5V (high)
SerialRx, TxUsed to receive and transmit TTL serial data
External Interrupts2, 3To trigger an interrupt
PWM3, 5, 6, 9, 11Provides 8-bit PWM output
SPI10 (SS), 11 (MOSI), 12 (MISO) and 13 (SCK)Used for SPI communication
Inbuilt LED13To turn on the inbuilt LED
IICA4 (SDA), A5 (SCA)Used for TWI communication
AREFAREFTo provide reference voltage for input voltage
Ephraim Gariguez

Recent Posts

Logitech RF mouse suddenly stop scrolling on Ubuntu 22.04LTS

I have an M238 RF mouse that works perfectly fine on Windows and suddenly stop…

2 days ago

Zastone Radios Software

The following are software for radios by Zastone Technology this is publicly and freely available…

3 months ago

PHP 8.2 FPM Tuning

This is a personal note for myself to remember the process I used to tune…

3 months ago

Kicad 6.0 Fix or Workaround for OpenGL required version 1.5

Kicad 6.0 is an schematic entry and pcb layout editor software that is popularly used…

2 years ago

2 Elements Yagi VHF antenna for 144Mhz

If you liked the 3 elements yagi, this antenna build is very close to the…

2 years ago

2 Elements Yagi UHF antenna for 410Mhz

This 2 elements yagi antenna is intended for the 70cm UHF band center frequency is…

2 years ago