Description
This generic Arduino UNO Compatible board is great to get started in electronics and coding. If this is your first experience tinkering with the platform, the UNO is the most robust board you can start playing with.
- Microcontroller: ATmega328P
- Operating Voltage: 5VDC
- Input Voltage (recommended): 7-12V through DC jack
- Input Voltage (limits): 6-20V through DC jack
- Digital I/O Pins: 14 (of which 6 provide PWM output)
- Analog Input Pins: 6
- DC Current per I/O Pin: 40 mA
- DC Current for 3.3V Pin: 50 mA
- Flash Memory: 32 KB of which 1 KB is used by the bootloader
- SRAM: 2 KB
- EEPROM: 1 KB
- Clock Speed: 16 MHz
- CH340 as USB to UART IC
- USB B type socket for USB power and interface
Documents/Tutorials:
- Getting Started with Arduino – UNO | is good for first-time users.
- Arduino tutorial | has more than 10 projects, source code, and schematics.
- CH34X driver (Please ensure this UNO board is plugged into the computer USB port during driver installation)
Packing List:
- 1 x Arduino UNO Compatible board
- 1 x USB B type USB cable (1m) – Black or Blue
- 1 x Straight Pin Header (Male) 1×40 Ways
Background Information
Arduino UNO is well known to be the most popular Arduino board. These are the main reasons why the Arduino UNO is so popular:
- It evolves from the first Arduino boards, which have been around since 2004.
- It is a matured board/product as many have contributed to the ecosystem, the library, and the examples.
- There are many examples of projects using Arduino UNO as a controller.
- Shields are designed based on the Arduino UNO mechanically, electronic, and libraries
Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements processing/wiring language. The Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer.
This board is fully compatible with Arduino UNO R3. The changes that you might notice are the CH340 driver, which you can download and install from here: Windows, Mac OS, Linux (pre-installed).