


People Also Buy

Arduino Uno R3 Board compatible

Arduino Leonardo R3 compatible board

Arduino Nano R3 Compatible Board with CH340 Chip
Found a better price?
Let us know!
We'll try to match the price for you
Package Includes:
- 1 x Arduino Nano R3 Board compatible
- 30 x Soldered Pins
Specifications:
Analog I/O Pins |
8 |
Architecture |
AVR |
Clock Speed |
16 MHz |
Colour |
Blue |
DC Current per I/O Pin |
40 mA |
Digital I/O Pins |
22 |
EEPROM |
1KB |
Flash Memory |
32 KB of which 2 KB used by the bootloader |
Input Voltage(Recommended) |
7-12 V |
Microcontroller |
ATmega328 |
Operating Voltage |
5 |
Power Consumption |
19 mA |
PWM Output Pins |
6 |
SRAM |
2KB |
Weight (gm) |
8g |
Shipment Weight |
0.105 kg |
Shipment Dimensions |
6 × 5 × 3 cm |
Specifications:
Analog I/O Pins
Specifications:
8
Specifications:
Architecture
Specifications:
AVR
Specifications:
Clock Speed
Specifications:
16 MHz
Specifications:
Colour
Specifications:
Blue
Specifications:
DC Current per I/O Pin
Specifications:
40 mA
Specifications:
Digital I/O Pins
Specifications:
22
Specifications:
EEPROM
Specifications:
1KB
Specifications:
Flash Memory
Specifications:
32 KB of which 2 KB used by the bootloader
Specifications:
Input Voltage(Recommended)
Specifications:
7-12 V
Specifications:
Microcontroller
Specifications:
ATmega328
Specifications:
Operating Voltage
Specifications:
5
Specifications:
Power Consumption
Specifications:
19 mA
Specifications:
PWM Output Pins
Specifications:
6
Specifications:
SRAM
Specifications:
2KB
Specifications:
Weight (gm)
Specifications:
8g
Specifications:
Shipment Weight
Specifications:
0.105 kg
Specifications:
Shipment Dimensions
Specifications:
6 × 5 × 3 cm
1. What is the difference between Uno and Nano?
The difference between these two is the size. Because the Arduino Uno board is twice the size of the Arduino Nano board. As a result, Uno boards take up more room on the system. UNO can be programmed using a USB cable, whereas Nano requires a mini USB cable. The most notable difference between the two is that the Uno has 1.5 kB more available program memory due to a smaller boot section.
2. Should I buy Uno or Nano?
If the project is simple with low cost and a small profile it is better to go with Nano and it can be used in portable electronics and sensor gathering. Uno is the best choice for desktop prototyping with ethernet shields, and they can also be used in IoT sensors.
3. What is Nano Arduino?
The Nano is a small, complete, and breadboard-friendly board based on the ATmega328P released in 2008. It has the same connectivity and specifications as the Arduino Uno board but in a smaller form factor.
4. What is Nano R3 Development Board?
The Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3. x). It has more or less the same functionality as the Arduino Duemilanove but in a different package. It only has a DC power jack and uses a Mini-B USB cable rather than a standard one.
5. How many digital pins are there on the Nano board?
Each of the 14 digital pins on the Nano can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts.
6. Is this Nano Development board compatible with the official Arduino?
The Nano development board is the smallest, most complete, and breadboard-friendly board and 100% compatible with the official Arduino Nano card, and fully compatible with Windows, Mac, and Linux operating systems. It uses the chip ATmega328P CH340 instead of FT232RL. You can start with various electronic projects by using the Arduino software (IDE)
7. Is Bluetooth available on the Nano Development Board?
Yes. The Arduino Nano's main microprocessor is an ATmega328P, which communicates with the serial port to send and receive Bluetooth packets from the CC2540 BLE chip. This results in a Bluetooth-enabled Arduino device housed in a Nano-sized circuit board!