Basics of Arduino Nano
Hi close friends, I wish you all are doing great. In today’s tutorial, I am mosting likely to share standard information of Arduino Nano Board. I have chosen this subject as it’s a most generally made use of Microcontroller board because of its adaptability, small size and also cheapness. Furthermore, it’s likewise an ideal microcontroller board for engineering pupils to make their Final Year and Term Projects. So allow’s have a look at its standard functions, residential or commercial properties and also capabilities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board created and made by Arduino business.
Microcontroller utilized in Arduino Nano is Atmega328, which is likewise used in Arduino UNO. The only distinction is Nano has its SMD form while in UNO its in DIP kind.
The operating voltage differs from 5V to 12V.
Now let’s look at its standard functions:
Fundamental Functions of Arduino Nano
It has 22 I/O Pins in complete and 14 of these pins are electronic 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 as well as its value adjustments from 0 to 1024 as well as in terms of voltage it differs from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to upload code in it, we have to make use of Mini USB Pin attached on it.
It supports different methods for communication, which are:
Serial Method.
I2C Protocol.
SPI Procedure.
Flash memory of Nano is 32kb and this is the memory where our uploaded code is stored.
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.
Currently let’s have a look at its capacities, so I am gon na look at few of its examples and applications.
Applications of Arduino Nano It is a most commonly used microcontroller board as well as if I am not incorrect after that it has actually literally changed Arduino UNO because of its tiny size. In Embedded tasks, dimension matters a lot, that’s why Nano is preferred over UNO. Currently let’s take a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Solutions.
Protection Equipments.
Automation Equipments.
Medical Instruments.
Robotics.
Instrumentation.
Digital Reality items.
Above mentioned applications are simply the tip of ice berg as we have a great deal. I hope you have delighted in today’s tutorial, yet if you have any type of questions or tips after that please ask in remarks and I will attempt my finest to fix them all. You need to likewise 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 project.