Basics of Arduino Nano
Hey there close friends, I wish you all are doing excellent. In today’s tutorial, I am mosting likely to share standard details of Arduino Nano Board. I have actually chosen this subject as it’s a most commonly used Microcontroller board because of its versatility, little size and also cheapness. Additionally, it’s also a best microcontroller board for design students to design their Final Year and Semester Projects. So allow’s take a look at its fundamental features, properties and also abilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board developed and also produced by Arduino company.
Microcontroller made use of in Arduino Nano is Atmega328, which is likewise made use of in Arduino UNO. The only difference is Nano has its SMD type while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Currently let’s take a look at its basic features:
Basic Features of Arduino Nano
It has 22 I/O Pins in overall as well as 14 of these pins are electronic while the remaining 8 pins are analog.
It has 6 PWM Pins amongst 14 electronic pins.
Analog Pins of Nano has a resolution of 10 little bits and its value changes from 0 to 1024 and in terms of voltage it varies from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to upload code in it, we have to make use of Mini USB Pin connected on it.
It sustains various methods for interaction, which are:
Serial Procedure.
I2C Protocol.
SPI Protocol.
Blink memory of Nano is 32kb and also this is the memory where our uploaded code is saved.
Arduino Bootloader is pre set up on this board and this bootlaoder takes 2kb of its flash memory.
SRAM memory is 2kb.
It has an EEPROM memory of 1kb.
Now allow’s take a look at its abilities, so I am gon na look at few of its instances as well as applications.
Applications of Arduino Nano It is a most widely made use of microcontroller board and if I am not wrong then it has essentially replaced Arduino UNO as a result of its tiny dimension. In Embedded jobs, dimension matters a whole lot, that’s why Nano is preferred over UNO. Currently let’s have a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Solutions.
Security Solutions.
Automation Systems.
Clinical Instruments.
Robotics.
Instrumentation.
Digital Fact items.
Above mentioned applications are simply the suggestion of ice berg as we have a great deal. I hope you have appreciated today’s tutorial, but if you have any kind of questions or ideas after that please ask in remarks as well as I will certainly try my best to fix them all. You must also look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are considering utilizing it in your task.