Basics of Arduino Nano
Hello there friends, I wish you all are doing fantastic. In today’s tutorial, I am going to share fundamental details of Arduino Nano Board. I have selected this topic as it’s a most generally made use of Microcontroller board as a result of its flexibility, small dimension as well as triviality. In addition, it’s additionally an ideal microcontroller board for engineering trainees to make their Last Year as well as Semester Projects. So let’s have a look at its standard attributes, homes and also capabilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board designed as well as produced by Arduino firm.
Microcontroller used in Arduino Nano is Atmega328, which is likewise made use of in Arduino UNO. The only difference is Nano has its SMD form while in UNO its in DIP form.
The operating voltage differs from 5V to 12V.
Currently let’s take a look at its fundamental functions:
Standard Features of Arduino Nano
It has 22 I/O Pins in total and 14 of these pins are digital 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 bits and its value adjustments from 0 to 1024 and in regards to 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 connected on it.
It sustains different methods for communication, which are:
Serial Method.
I2C Method.
SPI Protocol.
Blink memory of Nano is 32kb and this is the memory where our uploaded code is saved.
Arduino Bootloader is pre mounted 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.
Now let’s take a look at its capacities, so I am gon na look at few of its examples as well as applications.
Applications of Arduino Nano It is a most commonly utilized microcontroller board and also if I am not incorrect then it has actually literally replaced Arduino UNO as a result of its tiny size. In Embedded tasks, dimension 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 Equipments.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Digital Fact products.
Over pointed out applications are simply the idea of ice berg as we have a whole lot. I wish you have enjoyed today’s tutorial, however if you have any inquiries or pointers after that please ask in remarks as well as I will certainly try my ideal to solve them all. You need to additionally have a 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.