1. Introduction
The ELEGOO UNO R3 Board is a microcontroller board based on the ATmega328P. It is fully compatible with the Arduino IDE, making it an ideal platform for beginners and experienced users in electronics prototyping and programming. This manual provides essential information for setting up, operating, maintaining, and troubleshooting your UNO R3 board.
2. What's in the Box
- 1 x ELEGOO UNO R3 Development Board
- 1 x USB Cable

3. Key Features
- ATmega328P Microcontroller: Powered by the ATmega328P chip, offering robust performance for various projects.
- Enhanced USB-to-Serial Converter: Features an ATmega16U2 chip for faster transfer rates and more memory compared to older versions.
- Clear Pin Labeling: Female header connectors are clearly printed for precise and easy wiring.
- Arduino IDE Compatibility: 100% compatible with the Arduino Integrated Development Environment for seamless programming.
- RoHS Compliant: Manufactured in accordance with Restriction of Hazardous Substances directives.
4. Setup Guide
4.1. Connecting the Board
To begin using your ELEGOO UNO R3 board, connect it to your computer using the provided USB cable. This connection supplies power to the board and enables communication for programming.

4.2. Installing Arduino IDE and Drivers
- 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. During installation, ensure that the USB driver installation option is selected.
- Once installed, open the Arduino IDE.
- Connect your ELEGOO UNO R3 board to your computer via the USB cable.
- In the Arduino IDE, go to Tools > Board and select "Arduino Uno".
- Go to Tools > Port and select the COM port corresponding to your connected UNO R3 board. (The port name may vary depending on your operating system).
4.3. Initial Test (Blink Sketch)
To verify your setup, upload the classic "Blink" example sketch:
- In the Arduino IDE, go to File > Examples > 01.Basics > Blink.
- Click the Upload button (right arrow icon) in the toolbar.
- If the upload is successful, the onboard LED (usually labeled "L") on your UNO R3 board should start blinking.
5. Operating the ELEGOO UNO R3 Board
5.1. Understanding the Board Layout
The ELEGOO UNO R3 board features various pins and components for connecting sensors, actuators, and other electronic modules. Familiarize yourself with the pinout for effective project development.

5.2. Digital and Analog Pins
- Digital I/O Pins (0-13): These pins can be used as either input or output. Pins 3, 5, 6, 9, 10, and 11 support Pulse Width Modulation (PWM) for analog output simulation.
- Analog Input Pins (A0-A5): These pins can read analog sensor values, converting them into digital values.

5.3. Power Pins
The board provides several power pins:
- 5V: Regulated 5V power supply.
- 3.3V: Regulated 3.3V power supply.
- GND: Ground pins.
- Vin: Input voltage to the board when using an external power source (7-12V recommended).
5.4. Programming and Project Examples
The ELEGOO UNO R3 board is versatile for various projects. Here are some examples:
- Ultrasonic Motion Detector: Utilize an ultrasonic sensor to detect motion and trigger an alarm.
- LED Lighting Control: Control the brightness and color of LEDs based on various inputs.
- Environmental Monitoring: Connect sensors to monitor temperature, humidity, or other environmental factors.
6. Maintenance
To ensure the longevity and optimal performance of your ELEGOO UNO R3 board, follow these maintenance guidelines:
- Keep Dry: Protect the board from moisture and liquids, as they can cause short circuits and damage.
- Handle with Care: Avoid dropping or subjecting the board to excessive physical shock.
- Clean Gently: If necessary, clean the board with a soft, dry cloth. Avoid using harsh chemicals or abrasive materials.
- Static Protection: When handling the board, take precautions against electrostatic discharge (ESD) by working on an anti-static mat or wearing an anti-static wrist strap.
- Proper Storage: Store the board in a cool, dry place, away from direct sunlight and extreme temperatures.
7. Troubleshooting
If you encounter issues with your ELEGOO UNO R3 board, consider the following troubleshooting steps:
- Board Not Detected:
- Ensure the USB cable is securely connected to both the board and your computer.
- Verify that the correct board type ("Arduino Uno") and COM port are selected in the Arduino IDE (Tools > Board and Tools > Port).
- Try a different USB port or USB cable.
- Reinstall the Arduino IDE and its drivers.
- Upload Errors:
- Check for syntax errors in your code. The Arduino IDE will highlight these.
- Ensure the correct board and port are selected.
- Disconnect any components connected to pins 0 (RX) and 1 (TX) during upload, as they can interfere with communication.
- Code Not Running as Expected:
- Review your code logic carefully.
- Use the Serial Monitor (Tools > Serial Monitor) to debug your code by printing variable values or status messages.
- Check your circuit connections for any loose wires or incorrect wiring.
- Power Issues:
- If using an external power supply, ensure it provides between 7V and 12V DC.
- Check for any short circuits in your wiring that might draw excessive current.
8. Specifications
| Feature | Specification |
|---|---|
| Microcontroller | ATmega328P |
| USB-to-Serial Converter | ATmega16U2 |
| Operating Voltage | 5V |
| Input Voltage (recommended) | 7-12V |
| Digital I/O Pins | 14 (of which 6 provide PWM output) |
| PWM Digital I/O Pins | 6 |
| 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) of which 0.5 KB used by bootloader |
| SRAM | 2 KB (ATmega328P) |
| EEPROM | 1 KB (ATmega328P) |
| Clock Speed | 16 MHz |
| Dimensions (L x W x H) | 75.1mm x 53.4mm x 10mm (approx. 3.15"L x 2.36"W x 0.39"H) |
| Weight | 27.22 g |
| Connectivity Technology | USB |
| Compatible Devices | Arduino-compatible devices |

9. Warranty and Support
ELEGOO is committed to customer satisfaction and product quality. Your ELEGOO UNO R3 board comes with a standard limited warranty against manufacturing defects.
- Warranty Period: Please refer to the product packaging or the official ELEGOO website for specific warranty duration.
- Technical Support: For technical assistance, troubleshooting, or inquiries regarding your product, please visit the official ELEGOO support page or contact their customer service directly.
- Online Resources: A vast community and numerous online tutorials are available for Arduino-compatible boards, offering extensive resources for learning and project development.