Fundamentals of Arduino Nano
Hey there buddies, I hope you all are doing fantastic. In today’s tutorial, I am mosting likely to share basic information of Arduino Nano Board. I have chosen this topic as it’s a most frequently used Microcontroller board as a result of its flexibility, small size and triviality. Additionally, it’s also an ideal microcontroller board for engineering students to make their Final Year and Term Projects. So let’s take a look at its standard features, properties as well as capabilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board developed and manufactured by Arduino company.
Microcontroller utilized in Arduino Nano is Atmega328, which is additionally used in Arduino UNO. The only difference is Nano has its SMD kind while in UNO its in DIP form.
The operating voltage varies from 5V to 12V.
Now let’s look at its basic attributes:
Standard Functions of Arduino Nano
It has 22 I/O Pins in overall and 14 of these pins are electronic while the continuing to be 8 pins are analog.
It has 6 PWM Pins amongst 14 digital pins.
Analog Pins of Nano has a resolution of 10 little bits as well as its value changes from 0 to 1024 as well as 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 make use of Mini USB Pin connected on it.
It sustains different procedures for interaction, which are:
Serial Procedure.
I2C Procedure.
SPI Method.
Blink memory of Nano is 32kb as well as 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.
Currently allow’s look at its capacities, so I am gon na take a look at few of its examples as well as applications.
Applications of Arduino Nano It is a most commonly made use of microcontroller board and also if I am not incorrect then it has actually literally changed Arduino UNO due to its small dimension. In Installed tasks, dimension matters a 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] Installed Systems.
Protection Systems.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Digital Truth products.
Above mentioned applications are simply the tip of ice berg as we have a lot. I wish you have delighted in today’s tutorial, however if you have any concerns or tips then please ask in comments and I will try my best to resolve them all. You ought to also take 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 job.