
Login or create an account
CloseReturning Customer
I am a returning customer
Login or create an account
CloseRegister Account
If you already have an account with us, please login at the login form.
Your Account Has Been Created!
Thank you for registering with TechMaze!
You will be notified by e-mail once your account has been activated by the store owner.
If you have ANY questions about the operation of this online shop, please contact the store owner.
Account Logout
You have been logged off your account. It is now safe to leave the computer.
Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.
Tags: Nano, V3, ATmega328, CH340, soldered, Compatiable, Arduino
Nano V3 ATmega328 CH340 soldered Compatiable Arduino
15.00 AED
19.00 AED
Arduino boards are widely used in robotics, embedded systems, and electronic projects where automation is an essential part of the system. These boards were introduced for the students and people who come with no technical background.
Any kind of support and help is readily available by the Arduino community that is too easy to approach and sets you free from depending on others that may cost you bunch of dollars
- 1 X ATmega328 Nano v3 board
- 1 X Free Mini-B USB cable
And this is a TUTORIAL For Absolute Beginner's to Guide them in Getting Started with Arduino! (How To)
Introduction to Arduino Nano
- Arduino Nano is a small, compatible, flexible and breadboard friendly Microcontroller board, developed by Arduino.cc in Italy, based on ATmega328p ( Arduino Nano V3.x) / Atmega168 ( Arduino Nano V3.x).
- It comes with exactly the same functionality as in Arduino UNO but quite in small size.
- It comes with an operating voltage of 5V, however, the input voltage can vary from 7 to 12V.
- Arduino Nano Pinout contains 14 digital pins, 8 analog Pins, 2 Reset Pins & 6 Power Pins.
- Each of these Digital & Analog Pins are assigned with multiple functions but their main function is to be configured as input or output.
- They are acted as input pins when they are interfaced with sensors, but if you are driving some load then use them as output.
- Functions like pinMode() and digitalWrite() are used to control the operations of digital pins while analogRead() is used to control analog pins.
- The analog pins come with a total resolution of 10bits which measure the value from zero to 5V.
- Arduino Nano comes with a crystal oscillator of frequency 16 MHz. It is used to produce a clock of precise frequency using constant voltage.
- There is one limitation using Arduino Nano i.e. it doesn’t come with DC power jack, means you can not supply external power source through a battery.
- This board doesn’t use standard USB for connection with a computer, instead, it comes with Mini USB support.
- Tiny size and breadboard friendly nature make this device an ideal choice for most of the applications where a size of the electronic components are of great concern.
- Flash memory is 16KB or 32KB that all depends on the Atmega board i.e Atmega168 comes with 16KB of flash memory while Atmega328 comes with a flash memory of 32KB. Flash memory is used for storing code. The 2KB of memory out of total flash memory is used for a bootloader.
- The SRAM can vary from 1KB or 2KB and EEPROM is 512 bytes or 1KB for Atmega168 and Atmega328 respectively.
- This board is quite similar to other Arduino boards available in the market, but the small size makes this board stand out from others.
- Following figure shows the specifications of Arduino Nano Board.
- It is programmed using Arduino IDE which is an Integrated Development Environment that runs both offline and online.
- No prior arrangements are required to run the board. All you need is board, mini USB cable and Arduino IDE software installed on the computer. USB cable is used to transfer the program from computer to the board.
- No separate burner is required to compile and burn the program as this board comes with a built-in boot-loader.
Arduino Nano Pinout
Following figure shows the pinout of Arduino Nano Board.
- Each pin on the Nano board comes with a specific function associated with it.
- We can see the analog pins that can be used as an analog to digital converter where A4 and A5 pins can also be used for I2C communication. Similarly, there are 14 digital pins, out of which 6 pins are used for generating PWM.