Essentials of Arduino Nano
Hello buddies, I hope you all are doing fantastic. In today’s tutorial, I am mosting likely to share standard details of Arduino Nano Board. I have actually selected this topic as it’s a most generally used Microcontroller board due to its adaptability, tiny size and also cheapness. Additionally, it’s also a finest microcontroller board for design students to make their Last Year as well as Term Projects. So allow’s have a look at its standard functions, residential or commercial properties as well as capabilities:
Essentials of Arduino Nano
Arduino Nano is a Microcontroller board made and made by Arduino business.
Microcontroller made use of in Arduino Nano is Atmega328, which is likewise used in Arduino UNO. The only distinction is Nano has its SMD kind while in UNO its in DIP type.
The operating voltage varies from 5V to 12V.
Now let’s take a look at its basic functions:
Basic Attributes of Arduino Nano
It has 22 I/O Pins in complete and 14 of these pins are electronic 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 value modifications 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 submit code in it, we have to use Mini USB Pin linked on it.
It supports various methods for interaction, which are:
Serial Protocol.
I2C Protocol.
SPI Protocol.
Blink memory of Nano is 32kb and also this is the memory where our uploaded code is kept.
Arduino Bootloader is pre set up on this board and also 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 capabilities, so I am gon na look at few of its instances and also applications.
Applications of Arduino Nano It is a most commonly used microcontroller board and if I am not wrong then it has literally changed Arduino UNO as a result of its tiny size. In Installed projects, size matters a whole lot, that’s why Nano is liked over UNO. Currently let’s take a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Installed Equipments.
Safety Systems.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Virtual Fact products.
Above pointed out applications are just the tip of ice berg as we have a great deal. I wish you have actually delighted in today’s tutorial, however if you have any kind of questions or pointers then please ask in remarks as well as I will certainly try my finest to fix them all. You need to additionally look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are considering using it in your project.