Skip to main content

Arduino Nano : Smallest and Most Affordable Arduino

Arduino Nano : Smallest and Most Affordable Arduino

 


THE CLASSIC ARDUINO NANO IS THE SMALLEST MICROCONTROLLER BOARD TO BUILD YOUR PROJECTS WITH.


ARDUINO NANO BOARD :

The Arduino nano as the name suggests is a compact, complete and bread-board friendly microcontroller board developed by Arduino.cc and based on ATmega328p / Atmega168 . The nano boards weigh around 7 grams with dimensions of 4.5cm and1.8 cm .

Arduino boards are widely used in robotics, embedded systems, and electronic projects where automation is an essential part of the system. These boards were introduced for the students and people who come with no technical background.

Any kind of help and support is readily available by the Arduino community that is too easy to approach . Official website - https://www.arduino.cc/ .


TECHNICAL SPECIFICATIONS OF ARDUINO NANO :


  • MCU 

ATmega328p
  • Architecture

AVR

  • Operating Voltage

5 V
  • Input Voltage 

7 V - 12 V

  • Clock Speed

16 MHz
  • Flash Memory

32 KB (2KB of this used by bootloader)

  • SRAM

2 KB
  • EEPROM

1 KB

  • Digital IO Pins

22 (of which 6 can produce PWM)
  • Analog Input Pins

8



ARDUINO NANO PINOUTS :
 

Pin Number

Pin NameDescription

Alternative Functions

1

TX / D1Digital IO Pin 1

Serial TX Pin

Generally used as TX
2RX / D0Digital IO Pin 0

Serial RX Pin

Generally used as RX

3

RSTReset (Active LOW)
4GND

Ground

5

D2Digital IO Pin 2
6D3Digital IO Pin 3

Timer (OC2B)

7

D4Digital IO Pin 4Timer (T0/XCK)
8D5Digital IO Pin 5

Timer (OC0B/T1)

9

D6Digital IO Pin 6
10D7Digital IO Pin 7

11

D8Digital IO Pin 8Timer (CLK0/ICP1)
12D9Digital IO Pin 9

Timer (OC1A)

13

D10Digital IO Pin 10Timer (OC1B)
14D11Digital IO Pin 11

SPI (MOSI) Timer (OC2A)

15

D12Digital IO Pin 12SPI (MISO)
16D13Digital IO Pin 12

SPI (SCK)

17

3V3Power
18AREFAnalog Reference

19

A0Analog Input 0
20A1

Analog Input 1

21

A2Analog Input 2
22A3Analog Input 3

23

A4Analog Input 4I2C (SDA)
24A5Analog Input 5

I2C (SCL)

25

A6Analog Input 6
26A7

Analog Input 7

27

5V+5V Output from regulator or +5V regulated Input

28

RSTReset (Active LOW)
29GND

Ground

30VINUnregulated Supply


  • hope this will help you out.
  • comment down your queries fast!
  • stay tuned to learn quickly.

Comments