Fundamentals of Arduino Nano
Hello pals, I wish you all are doing excellent. In today’s tutorial, I am mosting likely to share fundamental details of Arduino Nano Board. I have actually chosen this subject as it’s a most commonly made use of Microcontroller board because of its versatility, tiny size and cheapness. Furthermore, it’s also an ideal microcontroller board for design pupils to create their Last Year and also Semester Projects. So let’s look at its standard features, properties and also abilities:
Basics of Arduino Nano
Arduino Nano is a Microcontroller board created as well as manufactured by Arduino business.
Microcontroller made use of in Arduino Nano is Atmega328, which is additionally made use of in Arduino UNO. The only distinction is Nano has its SMD kind while in UNO its in DIP kind.
The operating voltage varies from 5V to 12V.
Currently allow’s look at its standard attributes:
Basic Features of Arduino Nano
It has 22 I/O Pins in total and also 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 bits as well as its worth changes from 0 to 1024 and also in regards to voltage it varies from 0V to 5V.
It has a crystal oscillator of 16MHz.
In order to post code in it, we need to utilize Mini USB Pin connected on it.
It supports different protocols for communication, which are:
Serial Procedure.
I2C Protocol.
SPI Protocol.
Flash memory of Nano is 32kb and also 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 allow’s look at its capacities, so I am gon na look at few of its examples and also applications.
Applications of Arduino Nano It is a most commonly made use of microcontroller board and also if I am not incorrect after that it has essentially changed Arduino UNO because of its small size. In Embedded projects, size matters a whole lot, that’s why Nano is chosen over UNO. Now let’s look at few of its applications:
[https://en.wikipedia.org/wiki/Embedded_system] Installed Solutions.
Safety and security Equipments.
Automation Solutions.
Clinical Instruments.
Robotics.
Instrumentation.
Virtual Reality products.
Over stated applications are just the pointer of ice berg as we have a whole lot. I wish you have enjoyed today’s tutorial, yet if you have any questions or pointers then please ask in comments as well as I will try my ideal to settle them all. You should likewise take a look at [https://www.theengineeringprojects.com/2018/06/introduction-to-arduino-nano.html] Arduino Nano Pinout, if you are considering utilizing it in your project.