Fundamentals of Arduino Nano
Hi close friends, I hope you all are doing excellent. In today’s tutorial, I am mosting likely to share fundamental information of Arduino Nano Board. I have actually chosen this topic as it’s a most frequently used Microcontroller board as a result of its adaptability, tiny dimension as well as triviality. In addition, it’s additionally an ideal microcontroller board for design students to create their Last Year and Semester Projects. So allow’s have a look at its basic attributes, homes as well as abilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board designed as well as made by Arduino business.
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 kind while in UNO its in DIP form.
The operating voltage differs from 5V to 12V.
Now allow’s look at its standard attributes:
Standard Functions 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 bits and also its value modifications from 0 to 1024 and in terms of voltage it varies from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to upload code in it, we have to make use of Mini USB Pin attached on it.
It supports different protocols for interaction, which are:
Serial Procedure.
I2C Procedure.
SPI Procedure.
Flash memory of Nano is 32kb as well as 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 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 extensively used microcontroller board and if I am not wrong after that it has essentially replaced Arduino UNO as a result of its little dimension. In Embedded tasks, dimension matters a whole lot, that’s why Nano is liked over UNO. Now let’s look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Equipments.
Protection Systems.
Automation Solutions.
Medical Instruments.
Robotics.
Instrumentation.
Online Reality products.
Over mentioned applications are just the suggestion of ice berg as we have a great deal. I hope you have actually delighted in today’s tutorial, but if you have any kind of questions or suggestions after that please ask in comments and I will try my finest to fix them all. You should likewise look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are thinking of utilizing it in your job.