1 article for Arduino Nano Every pinout and their function Always work

The Arduino Nano Every is the evolved version of the Arduino Nano Board

The Nano Every Board is the smallest board in the Arduino family with dimensions of 45x18mm and a weight under 5 grams. The low price and small size of this board make it an ideal pick for the range of electrical projects like electronic musical instruments, low-cost robots, and the general development of the small parts of large projects.

As compared to Arduino Nano Board, is a tiny powerful board that is based on the ATMega4809 AVR processor and has Random Access Memory(RAM) three times more than the Arduino nano.

The Arduino Nano Every has 2 variants:-

  1. One With header
  2. One Without header

Arduino Nano Every Board Layout

Arduino nano every onboard component

ATMega4809 Microchip

It is an 8-bit AVL processor developed by Atmel. The ATMega4809 can run up to 20MHz.

It has 6 Kilobytes of SRAM, 48KB of flash, and 256 bytes of EEPROM.

The ATMega4809 chip consists of the latest features like efficient and flexible-power architecture, including Event System, Sleepwalking, precious analog features, and advanced peripherals. 

Micro USB Port

The Nano Every consists of a Micro USB port while in Nano it has a Mini USB B port. This micro USB  board is used to power up the Nano Every board as well as to connect with a computer for flashing the code.

RESET Button

The Nano Every board comes with a RESET button which is used to reset the board and begin the execution of the program from the beginning.

Power LED

The board consists of a LED that will light up when the board is connected to the computer or to the power supply.

IN-Built LED(13)

An IN-Built LED is connected to pin number 13 on the board which can be controlled by switching the pin to high or low.

RX and TX LED

The Arduino Nano Every board consists of an RX and a TX LED which will light up whenever a receiving or transmitting of data takes place. 

These two LEDs are connected to the UART pin RX(1) and  TX(0) respectively.

Specifications of Arduino Nano Every

The specifications of Arduino Nano Every are shown in the table below

MCUATmega4809
ArchitectureAVR
Operating Voltage5V
Input Voltage7V – 12V
DC Current per I/O15mA
Clock Speed16 MHz
Flash Memory32 KB (2 KB of this used by bootloader)
SRAM2 KB
EEPROM1 KB
Digital IO Pins22 (of which 6 can produce PWM)
Analog Input Pins8
PWM Pins5
Built-in LED13
Weight5gr
Width18 mm
Length45 mm

These are the specifications of Arduino Nano Every.

Arduino Nano Every Pinout

Pin NumberPin NameDescriptionAlternative Functions
1TX / D1Digital IO Pin 1Serial TX PinGenerally used as TX
2RX / D0Digital IO Pin 0Serial RX PinGenerally used as RX
3RSTReset (Active LOW)
4GNDGround
5D2Digital IO Pin 2
6D3Digital IO Pin 3Timer (OC2B)
7D4Digital IO Pin 4Timer (T0/XCK)
8D5Digital IO Pin 5Timer (OC0B/T1)
9D6Digital IO Pin 6
10D7Digital IO Pin 7
11D8Digital IO Pin 8Timer (CLK0/ICP1)
12D9Digital IO Pin 9Timer (OC1A)
13D10Digital IO Pin 10Timer (OC1B)
14D11Digital IO Pin 11SPI (MOSI) Timer (OC2A)
15D12Digital IO Pin 12SPI (MISO)
16D13Digital IO Pin 13SPI (SCK)
17D14Digital IO Pin 14
18D15Digital IO Pin 15
19D16Digital IO Pin 16
20D17Digital IO Pin 17
21D18Digital IO Pin 18
22D19Digital IO Pin 19
23D20Digital IO Pin 20
243V3Power
25AREFAnalog Reference
26A0Analog Input 0
27A1Analog Input 1
28A2Analog Input 2
29A3Analog Input 3
30A4Analog Input 4I2C (SDA)
31A5Analog Input 5I2C (SCL)
32A6Analog Input 6
33A7Analog Input 7
345V+5V Output from regulator or +5V regulated Input

The Arduino Nano Every board consists of 30 pins in total out of which 20 pins are digital input/output pins. From these 20 pins, 5 are Pulse Width Modulation(PWM) pins and 8 are analog pins. A reset button. 

The pinout of Arduino Nano Every is discussed below.

Power Pins

Vin

The Vin pin is used as a voltage input pin which powers up the Arduino board. Once a certain amount of voltage is given to the board with the help of a micro USB port to power the board, this voltage also shows up at the Vin pin.

3v3 Pin

The 3v3 pin is used to generate the output voltage of 3 volts.

5v

The 5v pin is used to generate regulated 5 volts outputs for the externally connected components. The power source of the 5v pin for the Arduino Nano Every board is the USB connector and Vin pin.

GND

The GND pin is used as a ground pin. There are two ground pins available on Arduino Nano Every Board.

Digital Pins

There are a total of 20 Input/Output pins present on Arduino Nano Every board can be used as an input or output. These pis operate at 5 volts.

These I/O pins can read only two states i.e, when current is present and when current is absent. When current is present it is referred to as High(1) and when current is absent it is referred to as Low(0).

PWM pins

PWM stands for Pulse Width Modulation. There are five PWM pins present on Arduino Nano on Every board which are 3,5,6,9 and 10.

These pins are used for converting digital signals into analog signals.

Each PWM pin produces 8 – bit PWM output. To generate the PWM output we have to use the syntax “analog write (PWM Pin, PWM value)”. PWM values vary between 0 volts to 255 volts.

Analog Pins

The number of Analog Pins incorporated on Arduino Nano Every board is 8 labeled as AX where x is the pin number. All of the analog pins can also be utilized as digital I/O pins. The analog pins can receive any number of values while the digital pins only receive two values i.e, High or Low.

Communication Pins Of Arduino Nano Every

I2C Pins

I2C is the two-wire serial communication protocol. The I2C protocol uses two pins for sending and receiving serial data as well as clock data. The two pins are the Serial clock pin(SCL) A5 and the Serial data pin(SDA) A4.

  • SCL pin(Pin A5):- It stands for Serial Clock pin. This pin is used for sending clock data between the devices. This pin is also used for synchronization purposes. The SCL pin is provided by the master device. It is also known as the Clock Line.
  • SDA pin(Pin A4):- It stands for Serial data pin. This pin is used for both sending and receiving the data and this is the reason behind its name “Data Line”.

This pin is operated by both master and slave devices.

SPI Pins

SPI stands for “Serial Peripheral Interface”. These pins are mainly used to carry out the communication between the microcontroller and the other peripheral devices such as sensors or shift registers efficiently and effectively.

The Arduino Nano Every board consists of 4 SPI Pins:-

  1. SCK (Serial Clock) D13
  2. SS (Slave Select) D8
  3. MOSI (Master Output Slave Input) D11
  4. MISO (Master Input Slave Output) D12

The pins MOSI and MISO are employed to receive or send data by the microcontroller.


UART Pins

These pins are used for serial communication. It carries two lines TX and RX. 0(RX) is used to receive data and 1(TX) to transmit (TX) TTL serial data using the ATMega4809 Microprocessor’s advanced hardware serial capabilities.

Programming of Arduino Nano Every Board

  1. Arduino Integrated Development Environment (IDE) is used to program the Nano Every board.   
  1. Arduino IDE contains a built-in bootloader used to install the program inside the Microcontroller.
  1. The Arduino Nano Every Board consists of a micro USB port which is used to connect the device to the computer. By using this Micro USB port, you can test and run the program directly from the computer.

Frequently Asked Questions:-

1) What can an Arduino Nano Every do?

Arduino Nano Every is suitable for making wearable inventions, low-cost robotics, and interactive projects. It is also used to create electronic musical instruments and is generally used to control smaller parts of larger projects.

2) Does Arduino Nano Every have WiFi?

No, Arduino Nano, Everyone does not have Wi-Fi or Bluetooth features.

3) Difference between Arduino Nano and Arduino Nano Every?

The Arduino Nano Every is a pin equivalent and evolved version of the Arduino Nano. As compared to the Nano’s ATmega328p processor and 2 KB of RAM, Nano every comes with a powerful processor ATmega4809 (20Mhz) and 3 times larger RAM capacity of 6 KB than Arduino Nano for more details download the datasheet.

4) What are the actual voltage thresholds for digital I/O?

The voltage threshold for I/O pins is 0.5+VCC. So if  VCC is 5V then the absolute max is 5.5V as an input.

Leave a Comment