Basics of Arduino Nano
Hello there friends, I wish you all are doing excellent. In today’s tutorial, I am going to share fundamental details of Arduino Nano Board. I have picked this topic as it’s a most frequently made use of Microcontroller board because of its versatility, small dimension and also cheapness. In addition, it’s additionally a best microcontroller board for design trainees to create their Final Year as well as Term Projects. So allow’s look at its basic functions, homes as well as abilities:
Essentials of Arduino Nano
Arduino Nano is a Microcontroller board designed as well as produced by Arduino firm.
Microcontroller made use of in Arduino Nano is Atmega328, which is also used in Arduino UNO. The only distinction is Nano has its SMD type while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Currently let’s have a look at its standard features:
Basic Attributes of Arduino Nano
It has 22 I/O Pins in overall as well as 14 of these pins are electronic while the staying 8 pins are analog.
It has 6 PWM Pins amongst 14 electronic pins.
Analog Pins of Nano has a resolution of 10 bits and also its worth modifications from 0 to 1024 and also in terms of voltage it varies from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to post code in it, we need to make use of Mini USB Pin attached on it.
It supports various protocols for communication, which are:
Serial Procedure.
I2C Procedure.
SPI Protocol.
Flash memory of Nano is 32kb and also this is the memory where our uploaded code is stored.
Arduino Bootloader is pre installed 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.
Now let’s look at its capabilities, so I am gon na look at few of its instances and applications.
Applications of Arduino Nano It is a most widely made use of microcontroller board and if I am not incorrect then it has essentially changed Arduino UNO due to its little dimension. In Installed tasks, size matters a great deal, that’s why Nano is liked over UNO. Currently let’s look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Installed Systems.
Safety and security Systems.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Virtual Reality items.
Above pointed out applications are just the idea of ice berg as we have a great deal. I hope you have enjoyed today’s tutorial, however if you have any concerns or tips after that please ask in remarks and also I will certainly try my best to resolve them all. You must also have a look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are thinking of using it in your task.