Essentials of Arduino Nano
Hello there buddies, I wish you all are doing great. In today’s tutorial, I am mosting likely to share basic details of Arduino Nano Board. I have selected this subject as it’s a most typically utilized Microcontroller board due to its versatility, small size as well as cheapness. Additionally, it’s likewise a best microcontroller board for engineering trainees to create their Final Year as well as Term Projects. So let’s take a look at its fundamental functions, homes as well as capabilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board made as well as produced by Arduino company.
Microcontroller utilized in Arduino Nano is Atmega328, which is additionally used in Arduino UNO. The only distinction is Nano has its SMD kind while in UNO its in DIP form.
The operating voltage varies from 5V to 12V.
Currently let’s take a look at its basic attributes:
Basic Attributes of Arduino Nano
It has 22 I/O Pins in overall and 14 of these pins are digital while the staying 8 pins are analog.
It has 6 PWM Pins among 14 digital pins.
Analog Pins of Nano has a resolution of 10 little bits as well as its worth adjustments from 0 to 1024 and also in regards to voltage it varies from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to post code in it, we have to use Mini USB Pin linked on it.
It supports different methods for communication, which are:
Serial Procedure.
I2C Protocol.
SPI Method.
Blink memory of Nano is 32kb and also this is the memory where our uploaded code is kept.
Arduino Bootloader is pre mounted on this board and also 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 have a look at few of its instances as well as applications.
Applications of Arduino Nano It is a most commonly utilized microcontroller board as well as if I am not wrong after that it has actually replaced Arduino UNO due to its small dimension. In Embedded tasks, dimension matters a lot, that’s why Nano is chosen over UNO. Now allow’s take a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Installed Equipments.
Security Systems.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Online Reality products.
Above discussed applications are just the tip of ice berg as we have a whole lot. I wish you have enjoyed today’s tutorial, yet if you have any concerns or tips after that please ask in comments as well as I will certainly try my ideal to settle them all. You must additionally 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 job.