Fundamentals of Arduino Nano
Hello there close friends, I hope you all are doing great. In today’s tutorial, I am mosting likely to share basic information of Arduino Nano Board. I have actually selected this topic as it’s a most typically made use of Microcontroller board due to its adaptability, little size and also triviality. In addition, it’s also an ideal microcontroller board for engineering pupils to design their Last Year and Term Projects. So let’s look at its basic functions, residential or commercial properties and capabilities:
Essentials of Arduino Nano
Arduino Nano is a Microcontroller board designed and also made by Arduino firm.
Microcontroller made use of in Arduino Nano is Atmega328, which is also utilized in Arduino UNO. The only difference is Nano has its SMD type while in UNO its in DIP form.
The operating voltage differs from 5V to 12V.
Now let’s look at its standard functions:
Basic Functions of Arduino Nano
It has 22 I/O Pins in complete and also 14 of these pins are electronic while the staying 8 pins are analog.
It has 6 PWM Pins among 14 electronic pins.
Analog Pins of Nano has a resolution of 10 bits and its value changes from 0 to 1024 and in regards to voltage it differs from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to post code in it, we need to use Mini USB Pin attached on it.
It supports various procedures for communication, which are:
Serial Procedure.
I2C Method.
SPI Protocol.
Flash memory of Nano is 32kb and also this is the memory where our uploaded code is stored.
Arduino Bootloader is pre mounted on this board as well as this bootlaoder takes 2kb of its flash memory.
SRAM memory is 2kb.
It has an EEPROM memory of 1kb.
Currently let’s take a look at its abilities, so I am gon na have a look at few of its instances and applications.
Applications of Arduino Nano It is a most extensively made use of microcontroller board and also if I am not wrong after that it has actually changed Arduino UNO due to its small size. In Installed jobs, size matters a lot, that’s why Nano is favored over UNO. Now allow’s take a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Solutions.
Protection Systems.
Automation Systems.
Medical Instruments.
Robotics.
Instrumentation.
Digital Fact items.
Above stated applications are just the tip of ice berg as we have a lot. I hope you have delighted in today’s tutorial, yet if you have any kind of concerns or suggestions after that please ask in comments and also I will attempt my best to settle them all. You need to additionally take a look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are considering using it in your job.