Basics of Arduino Nano
Hello close friends, I hope you all are doing fantastic. In today’s tutorial, I am mosting likely to share standard information of Arduino Nano Board. I have actually picked this subject as it’s a most generally used Microcontroller board as a result of its adaptability, small size and also cheapness. Moreover, it’s additionally a finest microcontroller board for design trainees to make their Last Year and Term Projects. So let’s take a look at its fundamental attributes, residential properties as well as capabilities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board developed and manufactured by Arduino company.
Microcontroller used in Arduino Nano is Atmega328, which is likewise used in Arduino UNO. The only difference is Nano has its SMD form while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Currently allow’s have a look at its standard functions:
Fundamental Features of Arduino Nano
It has 22 I/O Pins in total and also 14 of these pins are digital while the remaining 8 pins are analog.
It has 6 PWM Pins amongst 14 electronic pins.
Analog Pins of Nano has a resolution of 10 little bits and also its value changes from 0 to 1024 and also 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 need to make use of Mini USB Pin attached on it.
It supports different methods for interaction, which are:
Serial Protocol.
I2C Method.
SPI Protocol.
Blink memory of Nano is 32kb as well as this is the memory where our uploaded code is kept.
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 allow’s look at its capacities, so I am gon na look at few of its instances as well as applications.
Applications of Arduino Nano It is a most extensively used microcontroller board and also if I am not wrong after that it has actually essentially replaced Arduino UNO as a result of its little dimension. In Installed projects, dimension matters a whole lot, that’s why Nano is preferred over UNO. Now allow’s look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Solutions.
Safety and security Solutions.
Automation Solutions.
Medical Instruments.
Robotics.
Instrumentation.
Virtual Reality products.
Over mentioned applications are just the idea of ice berg as we have a great deal. I wish you have enjoyed today’s tutorial, yet if you have any inquiries or pointers after that please ask in comments and I will try my ideal to fix them all. You must likewise 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.