Fundamentals of Arduino Nano
Hey there close friends, I hope you all are doing great. In today’s tutorial, I am mosting likely to share standard information of Arduino Nano Board. I have actually picked this subject as it’s a most generally made use of Microcontroller board because of its versatility, little dimension and also cheapness. Moreover, it’s likewise a finest microcontroller board for engineering pupils to make their Final Year as well as Term Projects. So let’s take a look at its fundamental attributes, residential properties and also capabilities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board created as well as produced by Arduino firm.
Microcontroller made use of in Arduino Nano is Atmega328, which is also made use of in Arduino UNO. The only difference is Nano has its SMD form while in UNO its in DIP type.
The operating voltage differs from 5V to 12V.
Currently let’s take a look at its basic attributes:
Basic Features of Arduino Nano
It has 22 I/O Pins in complete and 14 of these pins are digital while the continuing to be 8 pins are analog.
It has 6 PWM Pins among 14 electronic pins.
Analog Pins of Nano has a resolution of 10 little bits and its worth adjustments 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 publish code in it, we need to make use of Mini USB Pin connected on it.
It supports various methods for interaction, which are:
Serial Procedure.
I2C Procedure.
SPI Protocol.
Blink memory of Nano is 32kb and this is the memory where our uploaded code is stored.
Arduino Bootloader is pre mounted on this board and 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 capacities, so I am gon na take a look at few of its instances and also applications.
Applications of Arduino Nano It is a most widely used microcontroller board as well as if I am not wrong after that it has literally changed Arduino UNO due to its little size. In Installed projects, size matters a whole lot, that’s why Nano is liked over UNO. Now let’s have a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Equipments.
Safety Systems.
Automation Solutions.
Medical Instruments.
Robotics.
Instrumentation.
Digital Reality items.
Above discussed applications are just the suggestion of ice berg as we have a whole lot. I hope you have delighted in today’s tutorial, however if you have any kind of concerns or pointers after that please ask in remarks and also I will attempt my best to resolve them all. You ought to likewise have a look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are thinking about using it in your task.