[go: up one dir, main page]

0% found this document useful (0 votes)
263 views1 page

Arduino Nano

Arduino Nano is a small, breadboard friendly microcontroller board based on the ATmega328p chip, with the same functionality as the Arduino Uno but in a smaller size. It has 14 digital pins, 8 analog pins, and 6 power pins that can be configured as inputs or outputs to interface with sensors or drive loads. The Arduino Nano uses a 16 MHz crystal oscillator to generate a precise clock signal and has 16KB to 32KB of flash memory for storing code.

Uploaded by

shahadat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
263 views1 page

Arduino Nano

Arduino Nano is a small, breadboard friendly microcontroller board based on the ATmega328p chip, with the same functionality as the Arduino Uno but in a smaller size. It has 14 digital pins, 8 analog pins, and 6 power pins that can be configured as inputs or outputs to interface with sensors or drive loads. The Arduino Nano uses a 16 MHz crystal oscillator to generate a precise clock signal and has 16KB to 32KB of flash memory for storing code.

Uploaded by

shahadat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Arduino

Arduino Nano is a small, compatible, flexible and breadboard friendly Microcontroller board,
developed by Arduino.cc in Italy, based on ATmega328p. It comes with exactly the same
functionality as in Arduino UNO but quite in small size. It’s operating voltage of 5V. Arduino
Nano Pinout contains 14 digital pins, 8 analog Pins, 2 Reset Pins & 6 Power Pins.
Each of these Digital & Analog Pins are assigned with multiple functions but their main function
is to be configured as input or output.
They are acted as input pins when they are interfaced with sensors, but if you are driving some
load then use them as output.
Arduino Nano comes with a crystal oscillator of frequency 16 MHZ. It is used to produce a clock
of precise frequency using constant voltage.
Flash memory is 16KB or 32KB that all depends on the Atmega328 comes with a flash memory
of 32KB. Flash memory is used for storing code.

Fig: 2.1 Arduino nano

You might also like