Fundamentals of Arduino Nano
Hi friends, I wish you all are doing excellent. In today’s tutorial, I am mosting likely to share basic information of Arduino Nano Board. I have selected this topic as it’s a most commonly made use of Microcontroller board because of its adaptability, tiny size and also triviality. Additionally, it’s also a best microcontroller board for design pupils to develop their Last Year as well as Term Projects. So allow’s look at its fundamental functions, residential properties and also capacities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board designed and made by Arduino firm.
Microcontroller made use of in Arduino Nano is Atmega328, which is additionally made use of in Arduino UNO. The only difference is Nano has its SMD kind while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Currently let’s take a look at its basic features:
Basic Functions of Arduino Nano
It has 22 I/O Pins in overall and also 14 of these pins are digital while the staying 8 pins are analog.
It has 6 PWM Pins among 14 electronic pins.
Analog Pins of Nano has a resolution of 10 bits as well as its worth 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 need to use Mini USB Pin connected on it.
It supports different procedures for interaction, which are:
Serial Procedure.
I2C Procedure.
SPI Protocol.
Flash memory of Nano is 32kb and this is the memory where our uploaded code is kept.
Arduino Bootloader is pre installed on this board and this bootlaoder takes 2kb of its flash memory.
SRAM memory is 2kb.
It has an EEPROM memory of 1kb.
Now allow’s take a look at its capacities, so I am gon na take a look at few of its examples and applications.
Applications of Arduino Nano It is a most widely utilized microcontroller board and also if I am not incorrect after that it has actually replaced Arduino UNO due to its little dimension. In Embedded tasks, size matters a lot, that’s why Nano is liked over UNO. Now allow’s have a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Installed Equipments.
Safety Equipments.
Automation Solutions.
Clinical Instruments.
Robotics.
Instrumentation.
Virtual Truth items.
Above mentioned applications are just the idea of ice berg as we have a lot. I hope you have actually appreciated today’s tutorial, however if you have any kind of concerns or recommendations then please ask in comments as well as I will try my finest to solve them all. You must also have a look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are thinking about using it in your task.