

The UGREEN Revodok Pro 109 9 in 1 USB-C Hub (Manufacturer Part ID: 15532) is a versatile and compact device designed to expand the functionality of a single USB-C port. It provides nine additional ports, including HDMI, USB-A, USB-C, SD card slots, and more, enabling seamless connectivity for multiple devices. This hub is ideal for professionals, students, and anyone looking to enhance their productivity by connecting peripherals, external displays, and storage devices to their laptops or tablets.








The following table outlines the key technical details of the UGREEN Revodok Pro 109 9 in 1 USB-C Hub:
| Specification | Details |
|---|---|
| Manufacturer | UGREEN |
| Part ID | 15532 |
| Input Port | USB-C (male) |
| Output Ports | 1x HDMI, 3x USB-A 3.0, 1x USB-C PD, 1x Ethernet, 1x SD, 1x microSD, 1x 3.5mm Audio |
| HDMI Resolution | Up to 4K @ 60Hz (dependent on host device capabilities) |
| USB-A Data Transfer | Up to 5Gbps |
| USB-C PD Charging | Up to 100W (pass-through charging) |
| Ethernet Port | Gigabit Ethernet (10/100/1000 Mbps) |
| SD/microSD Speeds | UHS-I (up to 104MB/s) |
| Audio Port | 3.5mm headphone/microphone combo jack |
| Material | Aluminum alloy + ABS plastic |
| Dimensions | 4.9 x 2.2 x 0.6 inches (125 x 56 x 15 mm) |
| Weight | 120g |
| Compatibility | Windows, macOS, Linux, iPadOS, Android |
The UGREEN Revodok Pro 109 does not have traditional pins but features the following ports:
| Port | Description |
|---|---|
| USB-C (Input) | Connects to the host device (e.g., laptop, tablet) via USB-C. |
| HDMI | Outputs video and audio to an external display. Supports up to 4K @ 60Hz. |
| USB-A 3.0 | Three ports for connecting peripherals like keyboards, mice, or flash drives. |
| USB-C PD | Power Delivery port for charging the host device (up to 100W). |
| Ethernet | Provides a stable wired internet connection with Gigabit speeds. |
| SD Slot | Reads and writes data to standard SD cards. |
| microSD Slot | Reads and writes data to microSD cards. |
| 3.5mm Audio | Combo jack for headphones or microphones. |
Connect the Hub to Your Device:
Connect Peripherals:
Power Delivery (Optional):
The UGREEN Revodok Pro 109 can be used to connect an Arduino UNO to a laptop for programming and data transfer. Below is an example of Arduino code for basic LED blinking:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is connected to the laptop via the USB-A port on the hub.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
HDMI Output Not Working:
USB Devices Not Recognized:
Ethernet Connection Issues:
SD/microSD Cards Not Detected:
Hub Overheating:
Q: Can I use this hub with my smartphone?
Q: Does the hub support dual monitors?
Q: Can I charge my laptop through the hub?
Q: Is the hub compatible with macOS?
Q: Does the hub require external power?