1. Introduction
The DFRobot UNO R3 board is an Arduino-compatible microcontroller board designed for beginners and enthusiasts in electronics and programming. It is based on the ATmega328P-PU microcontroller and features the ATMega16U2 for USB communication. This board provides a robust platform for learning and prototyping various electronic projects.
Key features include:
- ATmega328P-PU Microcontroller: The main processing unit, in a DIP package for easy replacement.
- ATMega16U2 USB-to-Serial Chip: Enables seamless communication with a computer without manual driver installation on most operating systems.
- Color-Coded Headers: Simplifies wiring and identification of I/O ports (Red for Power, Blue for Analog I/O, Green for Digital I/O).
- Arduino UNO R3 Compatibility: Fully compatible with the Arduino IDE and existing Arduino UNO R3 shields and libraries.
2. What's in the Box
Upon opening your DFRobot UNO R3 package, please verify that all components are present:
- 1 x DFRobot UNO R3 Board
- 1 x 1-meter USB Cable (Type A to B)

Image: DFRobot UNO R3 Board and the included 1-meter USB cable.
3. Product Overview
Familiarize yourself with the main components and pin layout of the DFRobot UNO R3 board:

Image: Top-down view of the DFRobot UNO R3 board, showing various components and pin headers.
3.1. Key Components
- ATmega328P-PU Microcontroller: The large black chip in the center, responsible for executing your programs.
- USB B-Type Connector: Used for connecting the board to your computer for programming and power.
- Power Jack: For external power supply (7-12V DC recommended).
- ICSP Header: In-Circuit Serial Programming header for direct programming of the microcontroller.
- Reset Button: Resets the microcontroller, restarting the program from the beginning.

Image: Close-up view of the ATmega328P-PU microcontroller chip in its DIP package.
3.2. Color-Coded Headers
The DFRobot UNO R3 features color-coded headers to simplify connections:
- Red Headers: Indicate Power Section (e.g., 5V, 3.3V, GND).
- Blue Headers: Indicate Analog Input/Output pins (A0-A5).
- Green Headers: Indicate Digital Input/Output pins (0-13, including PWM pins).

Image: DFRobot UNO R3 board highlighting the red (power), blue (analog), and green (digital) color-coded headers for easy identification.
4. Setup
Follow these steps to set up your DFRobot UNO R3 board for the first time:
4.1. Software Installation (Arduino IDE)
- Download the latest version of the Arduino IDE from the official Arduino website (www.arduino.cc/en/software).
- Install the Arduino IDE on your computer by following the on-screen instructions.
4.2. Connecting the Board
- Connect one end of the provided USB cable to the USB B-type connector on your DFRobot UNO R3 board.
- Connect the other end of the USB cable to an available USB port on your computer.
- The board's power LED should illuminate, indicating it is receiving power.
4.3. Driver Installation
The DFRobot UNO R3 board uses the ATMega16U2 chip for USB-to-serial communication. Most modern operating systems (Windows, macOS, Linux) will automatically detect and install the necessary drivers when the board is connected for the first time. If prompted, allow the system to install the drivers.

Image: Example of a device driver installation wizard, which may appear during initial setup on some operating systems.
4.4. Selecting Board and Port in Arduino IDE
- Open the Arduino IDE.
- Go to Tools > Board and select "Arduino Uno".
- Go to Tools > Port and select the serial port corresponding to your DFRobot UNO R3 board. This will typically appear as a COM port on Windows (e.g., COM3, COM4) or a /dev/ttyUSB* or /dev/ttyACM* device on Linux/macOS.
5. Operating Instructions
Once your DFRobot UNO R3 board is set up, you can begin programming and interacting with it.
5.1. Uploading Your First Sketch
- In the Arduino IDE, go to File > Examples > 01.Basics > Blink. This will open a new window with the Blink example sketch.
- Ensure the correct board and port are selected (as described in Section 4.4).
- Click the Upload button (right arrow icon) in the Arduino IDE toolbar. The IDE will compile the sketch and upload it to your board.
- Upon successful upload, the onboard LED (usually connected to digital pin 13) should start blinking.
5.2. Powering the Board
The DFRobot UNO R3 can be powered in several ways:
- USB Power: Connect the board to your computer via the USB cable. This is suitable for most projects.
- External Power Supply: Connect a 7-12V DC power adapter to the power jack. This is recommended for projects requiring more power or when the board is not connected to a computer.
- VIN Pin: Provide regulated 7-12V DC power directly to the VIN pin.
Caution: Do not supply more than 12V to the power jack or VIN pin, as this can damage the board.
6. Maintenance
To ensure the longevity and proper functioning of your DFRobot UNO R3 board, follow these maintenance guidelines:
- Handle with Care: Avoid dropping the board or subjecting it to excessive force.
- Keep Dry: Protect the board from moisture and liquids.
- Cleanliness: Keep the board free from dust and debris. Use a soft, dry brush or compressed air for cleaning.
- Static Discharge: Always handle the board by its edges to minimize the risk of electrostatic discharge (ESD), which can damage sensitive electronic components.
- Storage: Store the board in an anti-static bag or a protective enclosure when not in use.
7. Troubleshooting
If you encounter issues with your DFRobot UNO R3 board, consider the following troubleshooting steps:
7.1. Board Not Recognized by Computer
- Check USB Cable: Ensure the USB cable is securely connected to both the board and the computer. Try a different USB cable.
- Check USB Port: Try connecting to a different USB port on your computer.
- Driver Issues: Although drivers are usually automatic, verify that the drivers are correctly installed in your computer's Device Manager (Windows) or System Information (macOS).
- Restart Computer: A simple restart can often resolve connectivity issues.
7.2. Sketch Upload Fails
- Correct Board and Port: Double-check that you have selected "Arduino Uno" under Tools > Board and the correct serial port under Tools > Port in the Arduino IDE.
- Reset Button: Press the reset button on the board just before clicking the upload button in the IDE.
- Error Messages: Read the error messages in the Arduino IDE console for clues. Common errors include "avrdude: stk500_recv(): programmer is not responding" or "avrdude: ser_open(): can't open device".
- Power Supply: Ensure the board is adequately powered.
7.3. Program Not Running as Expected
- Code Review: Carefully review your sketch for any logical errors or typos.
- Wiring Check: Verify all connections to sensors, LEDs, or other components are correct.
- Serial Monitor: Use the Serial Monitor in the Arduino IDE to print debugging information from your sketch.
For further assistance, refer to the extensive resources available on the DFRobot Community or the official Arduino documentation.
8. Specifications
The following table details the technical specifications of the DFRobot UNO R3 board:
| Feature | Specification |
|---|---|
| Microcontroller | ATmega328P-PU |
| USB-to-Serial Converter | ATMega16U2 |
| Operating Voltage | 5V |
| Input Voltage (recommended) | 7-12V |
| Digital I/O Pins | 14 (6 provide PWM output) |
| Analog Input Pins | 6 |
| DC Current per I/O Pin | 20 mA |
| DC Current for 3.3V Pin | 50 mA |
| Flash Memory | 32 KB (ATmega328P-PU) of which 0.5 KB used by bootloader |
| SRAM | 2 KB (ATmega328P-PU) |
| EEPROM | 1 KB (ATmega328P-PU) |
| Clock Speed | 16 MHz |
| Dimensions (LxWxH) | 2.95 x 2.13 x 0.59 inches |
| Weight | 3.2 ounces |
9. Warranty and Support
DFRobot provides technical support and resources for the DFRobot UNO R3 board. For any technical inquiries, project ideas, or community discussions, please visit the official DFRobot Community.
Information regarding product warranty, returns, and replacements can typically be found on the retailer's website where the product was purchased or by contacting DFRobot customer service directly.





