Basics of Arduino Nano
Hello there pals, I wish you all are doing great. In today’s tutorial, I am going to share basic information of Arduino Nano Board. I have chosen this topic as it’s a most generally made use of Microcontroller board as a result of its flexibility, little dimension as well as cheapness. Additionally, it’s likewise an ideal microcontroller board for design students to design their Final Year and also Term Projects. So let’s have a look at its fundamental functions, residential properties and capacities:
Fundamentals of Arduino Nano
Arduino Nano is a Microcontroller board created and made by Arduino firm.
Microcontroller made use of in Arduino Nano is Atmega328, which is likewise utilized in Arduino UNO. The only difference is Nano has its SMD form while in UNO its in DIP form.
The operating voltage differs from 5V to 12V.
Now allow’s have a look at its fundamental functions:
Standard Functions of Arduino Nano
It has 22 I/O Pins in complete 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 little bits and also 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 publish code in it, we have to utilize Mini USB Pin attached on it.
It supports different methods for communication, which are:
Serial Method.
I2C Procedure.
SPI Protocol.
Blink memory of Nano is 32kb as well as this is the memory where our uploaded code is saved.
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 let’s take a look at its capabilities, so I am gon na look at few of its examples and also applications.
Applications of Arduino Nano It is a most extensively made use of microcontroller board and also if I am not incorrect after that it has actually changed Arduino UNO as a result of its tiny size. In Installed tasks, dimension matters a lot, that’s why Nano is preferred over UNO. Now allow’s have a look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Embedded Equipments.
Security Systems.
Automation Solutions.
Clinical Instruments.
Robotics.
Instrumentation.
Digital Fact items.
Over discussed applications are just the suggestion of ice berg as we have a great deal. I hope you have actually appreciated today’s tutorial, yet if you have any questions or tips then please ask in remarks as well as I will try my finest to fix them all. You should also 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.