

The 5V 5A Dual PD Power Module by Geekworm is a compact and efficient power delivery module designed to provide dual 5V outputs with a maximum current of 5A per port. This module leverages Power Delivery (PD) technology to ensure fast and reliable charging for a variety of devices, including smartphones, tablets, single-board computers (e.g., Raspberry Pi), and other USB-powered electronics.








The following table outlines the key technical details of the 5V 5A Dual PD Power Module:
| Parameter | Specification |
|---|---|
| Input Voltage | 5V to 20V (via USB-C PD input) |
| Output Voltage | 5V |
| Maximum Output Current | 5A per port |
| Number of Outputs | 2 (Dual USB-C or USB-A, depending on model) |
| Efficiency | Up to 95% |
| Dimensions | 50mm x 30mm x 10mm |
| Operating Temperature | -20°C to 85°C |
| Protection Features | Overcurrent, overvoltage, short-circuit protection |
The module typically features a USB-C input for power delivery and two output ports. Below is a description of the key pins and connectors:
| Pin/Connector | Description |
|---|---|
| USB-C Input | Connects to a PD-compatible power source (5V-20V). |
| Output Port 1 | Provides 5V output with a maximum current of 5A. |
| Output Port 2 | Provides 5V output with a maximum current of 5A. |
| LED Indicator | Indicates power status (ON when module is active). |
Connect the Input:
Connect the Outputs:
Monitor the LED Indicator:
The 5V 5A Dual PD Power Module can be used to power an Arduino UNO. Below is an example setup:
Here is a simple Arduino sketch to blink an LED while powered by the module:
// This sketch blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered via the 5V 5A Dual PD Power Module.
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
}
No Power Output:
Overheating:
Device Not Charging:
LED Indicator Not Lit:
By following these guidelines, you can effectively integrate the 5V 5A Dual PD Power Module into your projects and ensure reliable performance.