Skip to main content
Social mediaSocial mediaSocial media   Social media   Social mediaSocial media   Social media

Arduino Nano pins. Function with Diagram and Details

Arduino Nano pinout details with schematic

The Arduino Nano is a compact microcontroller board based on the ATmega328P (or ATmega168 in older versions). Nano contains Atmega328P Microcontroller as the main chip. Nano uses a small jack for the DC power supply.  For the USB interface and power, it uses a mini-USB type B cable.
 
It is an electronic experimental board and being small in size, we could install it easily in our projects. It has more analog pins than Uno, so very helpful to create controlling type electronics projects.

Arduino Nano pin Diagram

The pinout of Arduino Nano is very easy to understand if you look at the board.
Arduino Nano

Arduino Nano Board Details

The Arduino Nano contains the Atmega328P chip as the major component of the board. The board has four LEDs for different identification. For ON, RX for receiving data, TX for transmitting data, and L for loading the program.

Atmega328P Datasheet

To learn Arduino Nano pinout it is necessary to understand the datasheet of the Atmega328P Microcontroller. We can download the datasheet from the link below.

Arduino Nano Specifications:

Microcontroller
ATmega328P chip (or ATmega168 in some older versions) is the main chip of the board.

Operating Voltage

Operating Voltage: 5Vdc

Input Voltage (recommended)

Recommended Input Voltage starts from 7 to 12Vdc.

Input Voltage (limits)

Input Voltage limit is from 6 to 20V DC.

Digital I/O Pins

It have14 digital IO pins out of which 6 pins can be used as PWM output.

PWM Digital I/O Pins

Six Pins D3, D5, D6, D9, D10, D11 are pulse width modulation enable function pins.

Analog Input Pins

Analog Input Pins A0 to A5 used as Digital I/O input-output pins. A6 and A7 are additional analog pins.

DC Current per I/O Pin

Every IO pin have maximum current load limit is up to 40 mA.

Flash Memory

Arduino Nano have 32 KB flash memory(ATmega328P) of which 2 KB used by bootloader.

SRAM

SRAM capacity is 2 KB (ATmega328P)

EEPROM

EEPROM is only 1 KB (ATmega328P)

Clock Speed

Clock Speed is16 MHz

Arduino Nano Pins

Arduino Nano has Power pins, analog, and 14 digital pins. We used the Analog and digital pins for communication with different electronic components and sensors. 
ICSP Pins
If we look at one side of the board, a six-pin header is located for ICSP (In-circuit series programming). We program an Arduino board through a mini USB cable, although without the bootloader, the Microcontroller can’t be programmed.

These are six pins are used to upload the bootloader to the Microcontroller.  

1- MISO (master in slave out)
2- 5V(power supply)
3- SCK(Clock)
4- MOSI(master out slave in)
5- Reset
6- GND

Power Pins

Vin

Vin pin used for external power supply to the Nano board. It could be an unregulated 6-20v external power source. We can also apply a regulated 5v supply 


5V/3V3

If we connect the board through a mini-B USB cable for power source, we can use these pins as a voltage source of 5V and 3.3V(Two different pins)

Arduino GPIO Pins

Nano has 14 digital input/output pins. We use it as input or output, depending on the function programmed in the board. 

Functions

pinmode() you can configure the pin as input/output.
digitalwrite() configure the pin as High/Low output. 
digitalread() configure to read the specified pin as High/Low(digital input).

Communication Pins with Protocols

I2C Communication

A4 and A5 pins are used for I2C serial communication with other electronic modules, e.g. Wi-Fi, Bluetooth, GPS, sensors, and indicators.
A4 as SDA (serial data) and A5 as SCL (serial clock) also, similar to TWI (Two-wire interface) interface by using TWI-library. 

Serial Communication

We use TX and RX pins for transmitting and receiving TTL serial data. We connect these pins with the corresponding FTDI USB to TTL serial chip.

SPI Communication

D10(SS), D11(MOSI), D12(MISO), D13(SCK) these pins can be used for SPI communication. The pins function is to download the bootloader in the Atmega328P, also ICSP does the same function.

Interrupt Pins

The external interrupt can be activated if configured as the value at pin becomes low, high, rising the value, falling and some change happens. Pin D2 and D3 are used as INT0 and INT1. we can monitor the operation through the interrupt function. Any change that happens, interrupt will be triggered. 

PWM Pins

Pulse Width modulation is a method that is used to control the analog components/devices. Through PWM we increase or decrease digital signals by changing pulse and time values. PWM works with pulse and duty cycle.

To vary pulse width and time duration of duty cycle, you can achieve the required value. D3, D5, D6, D9, D10, D11 are used as 8-Bit PWM by analogwrite() function. 

AREF

We use the AREF pin for analog Reference voltage; we provide it from an external power supply. Reference voltage should be from 0 to 5V. we use AREF for analog input with analogreference().

Reset

We can configure the reset pin to stop abnormal activity or malfunction by pressing the reset button. If you make it low, it will reset the micro-controller.  

Communication Connection

Mini-B USB cable is used for Arduino Nano board connection with a computer or mobile phone(Android/iPhone). Atmega328 provided serial communication UART TTL (5V). FT232RL chip at Nano provides serial communication via USB port.

Programing Arduino Nano

We can easily program Nano with Arduino IDE software. The IDE software is compatible with Windows, Linux, Mac OS X. IDE also works on android, so a quick and easy programming job to be done.  

Arduino Nano pins, as compared to Arduino Uno, contain more options and compatibility. It could be a better option because using less space and easy installation in the projects.

Popular posts from this blog

Electronic components list with Images and Symbols

Electronic components function and details Electronic components are used in electronics circuits. These components might be PCB mounted or integrated type, widely used in electronics devices. Digital computers, control devices in industries and household items containing large number of integrated components. It is essential to know how to identify circuit board parts, whether you are an electronic technician or engineer. We made the electronics devices with integrated chips and circuit components. In circuits, electronic components are used. What are active and passive components? Types of electronic components? There are two major types of electronic components . In electronic circuits, there are active and passive components. 1- Active components 2- Passive components Active components These types of components operate with external power supplies.  Passive components Passive components do not require an external power supply. These components energize with circuit signals. ...

Arduino UNO Pinout with schematic Diagram and Functions

Arduino UNO Pinout and Board components detail The Arduino Uno is a microcontroller board based on the ATmega328P. It has a total of 28 pins, including digital I/O pins, analog input pins, and power pins. Below is a detailed description of the pin functions It offers extensive resources and a wealth of project ideas, making it a go-to choice for educational purposes, prototyping, and a myriad of DIY electronics projects. The  Arduino UNO Pins  and function are described here in details.  Arduino Uno  is a standard board of the company, even though other boards, e.g. micro, Nano, mega, Leonardo, 101, Due and Yen.  Arduino also manufactured IoT (Internet of Things), Bluetooth, GSM/3G, Wi-Fi, and motion sensor boards. Arduino uno Specifications Microcontroller : ATmega328P Operating Voltage : 5V Input Voltage (recommended) : 7-12V Digital I/O Pins : 14 (of which 6 can be used as PWM outputs) Analog Input Pins : 6 DC Current per I/O Pin : 20 mA Flash Memory : ...

Arduino sensors and modules list for Projects.

Arduino Sensors for Electronics Projects What is Sensor? A Sensor is a device used as the primary element that measures physical value and converts it into an electrical signal. Also, we can say that the sensor is a transducer. It measures temperature, distance, light, sound, etc. Sensors and actuators are widely used in Arduino projects. These sensors come with a kit or can be purchased separately. Some of them are compatible with Arduino Uno boards and also Raspberry Pi and other electronic modules. There are a lot of types of Arduino sensor kits available in the market. How many types of Arduino Sensors? There are a lot of sensors used in electronics projects , e.g. robotics cars, moving objects, flying drones, IoT(internet of things), sound and light operation, etc. Here is a list of 45 in 1 electronic sensor that comes with an Arduino sensors kit , and the details of their applications. Analog temperature Sensors KY 013 Temperature Sensor KY-013 is an analog temperature sensor...

"ESP32 GPIO Pinout and Overview: Complete Guide to Pin Functions

ESP32 pinout and functions and details ESP32 module is an Internet of things wireless module. It is used to control the devices through the internet. It is a remote IoT development board that can be easily programmed and controlled via WIFI or Bluetooth.  It has a dual-core Tensilica Xtensa LX6 CPU, which provides ample processing power for  various tasks. It includes GPIO pins, SPI, I2C, UART, ADC, DAC, and more peripherals.  So we can configure  esp32 pins for a wide variety of projects.                     Figure:ESP32 ESP32 development board used arduino ide to program as well as other environments e.g. micro python, Thoni, Scratch 3.0, etc. There are several modules that are part of the ESP 32 family.  ESP32 devkit, ESP wroom-32.  It has a flash memory of 520 k bytes with a working frequency of 240kMHZ. WIFI 802.11, Bluetooth 4.2BR and BLE ...

Resistor Calculator with Graphical Chart

Resistor Calculator for measuring resistance Resistor calculator is a very useful tool for anyone working on electronic experiments or projects. It is easy to use and has a simple design. To get resistance for Led voltage drop or your circuit resistance, you can use an online calculator or look up a formula. We can use it for voltage drops or led current limiting. Online resistor calculator It is a simple and easy-to-use online resistor calculator instead of using formulas. It comes with different bands e.g.3 band, 4, 5, and 6 bands. The program calculates resistor values. # Get in touch with more interesting topics ……… 1- How to use a led Matrix with Arduino . 2- Arduino books for projects . 3- Best Arduino kits for beginners . Standard Table For Calculating 4 Band Resistors Online Resistor Calculator (4 Band) Graphical Resistor Calculator Graphical Resistor Calculator is a Free Software to easil...

How to make Robot Eyes with OLED display ?

Robot Eyes for robotic projects How to make robot eyes in a simple way with an OLED display? In this blog, I am going to explain with the help of pictures and the code. Robotic eyes make your robotic project very interactive. It depends on the specific goals and applications of the project. Robotic eyes with displays offer a wide range of benefits across various robotics projects. There are different types of projects for robot eyes that have their own requirements. but I am going to explain the simple blinking eyes with an OLED display and Arduino. This is very useful for beginners and learners to understand the level of robotic parts. Material Required 1- Arduino Uno                                                  01 No 2- OLED 0.96”(128x64)(with I2C interface )     01 No 3- Jumper wires                ...

Arduino Apps and software for genius

  Arduino apps for Android and Windows We know that Arduino Apps is used for programming, but we could run it on Windows and Android. As it depends on the availability of a programming device for our projects. This application also works for the Arduino Bluetooth Android project. These Applications can help to learn and create electronic projects . I will describe the functions and introduction of the following: application and also support systems required to run. List of Arduino programming applications for Android Android Apps for Electronics Solutions. It is an easy-to-use Arduino Application in Apple Android. Arduino Droid app for Mobiles Droid v   4.9.1 . Droid is a short form of Android; it means a robot. The Droid app works on PC and, an example of Arduino Android is also available. It includes IDE, compiler, and up-loader. the mobile memory should be enough, and it can't be set up on an SD card for the Android protection policy. The second picture shows a menu,...

Best Electronic Books for beginners in 2025

Electronic books with Kindle editions A wonderful variety of electronic books . Those who have a very basic knowledge of electronic components. These books are very useful. You can understand the basic structure of the electronic components. These are helpful for theory and practical purposes. What is an electronics book and how to read it? T he book is called an electronic or E-book if it is available for online reading. It might be in pdf format and available to download . Getting Started in Electronics Third Edition, Writer - Forrest M Mims III 128 Pages "Getting Started in Electronics" is a well-known beginner's guide to the basics of electronics. Authored by Forrest M. Mims III , this book is widely appreciated for its easy-to-understand approach to teaching electronics concepts, even to people with no prior experience. Here’s what the book covers: Basic Concepts : The book introduces fundamental principles like voltage, current, resistance, and power in electronic...

Temperature Converter with Temperature conversion Formula

Temperature Converter Temperature Converter Enter temperature: Select unit: Celsius Fahrenheit Kelvin Convert A temperature converter is a handy tool in our daily life. It is quite easy to get the conversion of temperature between different units. We can also calculate temperature by using the temperature conversion formula.  In electronics circuits , temperature sensors are commonly employed for many tasks, such as  temperature monitoring and detection of overheating issues.    Usually, the Celsius scale displays the atmosphere's temperature, but for humans, temperature is measured in Fahrenheit. Temperature Converter Formula Temperature converter formula to find values in Celsius to Fahrenheit, Kelvin, and Ran...

Contact Form

Name

Email *

Message *