Basics of Arduino Nano
Hey there close friends, I hope you all are doing excellent. In today’s tutorial, I am mosting likely to share basic information of Arduino Nano Board. I have actually chosen this subject as it’s a most commonly used Microcontroller board due to its adaptability, tiny dimension as well as cheapness. Furthermore, it’s likewise a finest microcontroller board for design pupils to make their Final Year as well as Term Projects. So allow’s have a look at its standard features, residential properties and also capacities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board created and also produced by Arduino firm.
Microcontroller utilized in Arduino Nano is Atmega328, which is likewise made use of in Arduino UNO. The only distinction is Nano has its SMD kind while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Now let’s have a look at its fundamental features:
Basic Functions of Arduino Nano
It has 22 I/O Pins in total as well as 14 of these pins are digital while the remaining 8 pins are analog.
It has 6 PWM Pins amongst 14 digital pins.
Analog Pins of Nano has a resolution of 10 little bits and also its value changes 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 publish code in it, we need to use Mini USB Pin linked on it.
It sustains various protocols for communication, which are:
Serial Method.
I2C Procedure.
SPI Protocol.
Flash memory of Nano is 32kb and also this is the memory where our uploaded code is saved.
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.
Currently allow’s look at its abilities, so I am gon na look at few of its instances and applications.
Applications of Arduino Nano It is a most extensively utilized microcontroller board as well as if I am not wrong after that it has actually replaced Arduino UNO as a result of its little size. In Embedded jobs, dimension matters a great deal, that’s why Nano is favored over UNO. Currently let’s look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Equipments.
Safety Solutions.
Automation Equipments.
Clinical Instruments.
Robotics.
Instrumentation.
Virtual Fact products.
Above stated applications are just the idea of ice berg as we have a lot. I wish you have actually enjoyed today’s tutorial, yet if you have any kind of concerns or pointers then please ask in remarks as well as I will try my ideal to resolve them all. You need to additionally look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are considering utilizing it in your job.