1. Úvod
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.
Mezi klíčové vlastnosti patří:
- 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. Co je v krabici
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. Konec produktuview
Familiarize yourself with the main components and pin layout of the DFRobot UNO R3 board:

Obrázek: Shora dolů view of the DFRobot UNO R3 board, showing various components and pin headers.
3.1. Klíčové komponenty
- 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.
- Napájecí konektor: For external power supply (7-12V DC recommended).
- ICSP Header: In-Circuit Serial Programming header for direct programming of the microcontroller.
- Resetovací tlačítko: Resets the microcontroller, restarting the program from the beginning.

Obrázek: Detail 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. Nastavení
Follow these steps to set up your DFRobot UNO R3 board for the first time:
4.1. Instalace softwaru (Arduino IDE)
- Stáhněte si nejnovější verzi Arduino IDE z oficiálního Arduina webweb (www.arduino.cc/en/software).
- Install the Arduino IDE on your computer by following the on-screen instructions.
4.2. Připojení desky
- Connect one end of the provided USB cable to the USB B-type connector on your DFRobot UNO R3 board.
- Připojte druhý konec kabelu USB k volnému portu USB v počítači.
- The board's power LED should illuminate, indicating it is receiving power.
4.3. Instalace ovladače
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.

Obrázek: Přample 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
- Otevřete Arduino IDE.
- Přejít na Nástroje > Deska a vyberte "Arduino Uno".
- Přejít na Nástroje > 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. Návod k obsluze
Once your DFRobot UNO R3 board is set up, you can begin programming and interacting with it.
5.1. Uploading Your First Sketch
- V Arduino IDE přejděte na File > Přamples > 01.Základy > Blink. This will open a new window with the Blink example skica.
- Ensure the correct board and port are selected (as described in Section 4.4).
- Klikněte na Nahrát 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. Napájení desky
The DFRobot UNO R3 can be powered in several ways:
- Napájení USB: Connect the board to your computer via the USB cable. This is suitable for most projects.
- Externí napájení: 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. Údržba
To ensure the longevity and proper functioning of your DFRobot UNO R3 board, follow these maintenance guidelines:
- Zacházejte opatrně: Avoid dropping the board or subjecting it to excessive force.
- Udržujte v suchu: Protect the board from moisture and liquids.
- Čistota: Udržujte desku bez prachu a nečistot. K čištění používejte měkký, suchý kartáč nebo stlačený vzduch.
- Statický výboj: Always handle the board by its edges to minimize the risk of electrostatic discharge (ESD), which can damage sensitive electronic components.
- Skladování: Store the board in an anti-static bag or a protective enclosure when not in use.
7. Řešení problémů
If you encounter issues with your DFRobot UNO R3 board, consider the following troubleshooting steps:
7.1. Board Not Recognized by Computer
- Zkontrolujte kabel USB: Ensure the USB cable is securely connected to both the board and the computer. Try a different USB cable.
- Zkontrolujte USB port: Zkuste se připojit k jinému portu USB na počítači.
- Problémy s ovladači: Although drivers are usually automatic, verify that the drivers are correctly installed in your computer's Device Manager (Windows) or System Information (macOS).
- Restartujte počítač: Problémy s připojením může často vyřešit jednoduchý restart.
7.2. Sketch Upload Fails
- Correct Board and Port: Double-check that you have selected "Arduino Uno" under Nástroje > Deska and the correct serial port under Nástroje > Port v vývojovém prostředí Arduina.
- Resetovací tlačítko: Press the reset button on the board just before clicking the upload button in the IDE.
- Chybové zprávy: 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".
- Napájení: Ensure the board is adequately powered.
7.3. Program Not Running as Expected
- Code Review: Opatrně znovuview your sketch for any logical errors or typos.
- Kontrola zapojení: 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. Specifikace
The following table details the technical specifications of the DFRobot UNO R3 board:
| Funkce | Specifikace |
|---|---|
| Mikrokontrolér | ATmega328P-PU |
| Převodník USB na sériový port | ATMega16U2 |
| Provozní svtage | 5V |
| Vstupní objemtage (doporučeno) | 7-12V |
| Digitální I / O kolíky | 14 (6 provide PWM output) |
| Analogové vstupní kolíky | 6 |
| Stejnosměrný proud na I / O Pin | 20 mA |
| Stejnosměrný proud pro 3.3V pin | 50 mA |
| Flash paměť | 32 KB (ATmega328P-PU) of which 0.5 KB used by bootloader |
| SRAM | 2 KB (ATmega328P-PU) |
| EEPROM | 1 KB (ATmega328P-PU) |
| Rychlost hodin | 16 MHz |
| Rozměry (DxŠxV) | 2.95 x 2.13 x 0.59 palce |
| Hmotnost | 3.2 unce |
9. Záruka a podpora
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.