Basics of Arduino Nano
Hello friends, I hope you all are doing terrific. In today’s tutorial, I am mosting likely to share fundamental details of Arduino Nano Board. I have actually selected this topic as it’s a most typically utilized Microcontroller board because of its adaptability, small dimension as well as cheapness. Additionally, it’s also an ideal microcontroller board for design trainees to develop their Last Year as well as Semester Projects. So let’s have a look at its standard attributes, residential or commercial properties and also abilities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board developed and also made by Arduino company.
Microcontroller used in Arduino Nano is Atmega328, which is likewise made use of in Arduino UNO. The only distinction is Nano has its SMD form while in UNO its in DIP kind.
The operating voltage varies from 5V to 12V.
Currently allow’s take a look at its fundamental functions:
Fundamental Features of Arduino Nano
It has 22 I/O Pins in total as well as 14 of these pins are electronic while the staying 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 worth modifications from 0 to 1024 and in regards to voltage it differs from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to upload code in it, we have to use Mini USB Pin attached on it.
It supports different procedures for communication, which are:
Serial Method.
I2C Method.
SPI Method.
Blink memory of Nano is 32kb and this is the memory where our uploaded code is kept.
Arduino Bootloader is pre set up 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 have a 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 and also if I am not incorrect then it has actually literally changed Arduino UNO because of its small size. In Embedded projects, size matters a great deal, that’s why Nano is liked over UNO. Now let’s take a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Solutions.
Safety Systems.
Automation Equipments.
Clinical Instruments.
Robotics.
Instrumentation.
Digital Reality items.
Over mentioned applications are just the suggestion of ice berg as we have a whole lot. I wish you have appreciated today’s tutorial, but if you have any kind of inquiries or recommendations then please ask in comments as well as I will attempt my ideal to settle them all. You need to likewise take a 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.