

The 5V 5A Dual PD Power Module by Geekworm is a versatile power delivery module designed to provide dual USB Power Delivery (PD) outputs. It is capable of delivering up to 5 volts and 5 amps of current per output, making it ideal for powering a wide range of electronic devices and projects. This module is particularly useful for charging USB-powered devices, powering single-board computers like the Raspberry Pi, or supplying power to DIY electronics projects.








Below are the key technical details of the 5V 5A Dual PD Power Module:
| Parameter | Specification |
|---|---|
| Input Voltage | 6V to 36V DC |
| Output Voltage | 5V DC (fixed) |
| Output Current | Up to 5A per port |
| Number of Outputs | 2 USB Type-C PD ports |
| Efficiency | Up to 95% |
| Protection Features | Overcurrent, overvoltage, short-circuit |
| Operating Temperature | -40°C to 85°C |
| Dimensions | 50mm x 30mm x 12mm |
The module has the following input and output connections:
| Pin Name | Description |
|---|---|
| VIN+ | Positive DC input voltage (6V to 36V) |
| VIN- | Negative DC input (ground) |
| Port Name | Description |
|---|---|
| USB-C PD1 | USB Type-C Power Delivery output (5V, 5A max) |
| USB-C PD2 | USB Type-C Power Delivery output (5V, 5A max) |
Connect the Input Voltage:
VIN+ and VIN- pins. Ensure the power source can supply sufficient current for your application.Connect the Output Devices:
Power On:
Monitor Operation:
The 5V 5A Dual PD Power Module can be used to power an Arduino UNO via its USB port. Below is an example of how to connect and use the module:
VIN+ and VIN- pins of the module.Here is an example Arduino sketch to blink an LED while powered by the module:
// Blink an LED connected to pin 13 of the Arduino UNO
// This sketch demonstrates basic functionality while powered by the module.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
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
}
Module Not Powering On:
Output Voltage is Not 5V:
Module Overheating:
Connected Device Not Charging:
Q: Can I use this module to power a Raspberry Pi?
A: Yes, the module is suitable for powering a Raspberry Pi. Use a USB-C to USB-C cable for models like the Raspberry Pi 4, or a USB-C to Micro-USB cable for older models.
Q: Is the module safe to use with sensitive electronics?
A: Yes, the module includes overcurrent, overvoltage, and short-circuit protection to ensure safe operation.
Q: Can I use both USB-C ports simultaneously?
A: Yes, both ports can be used at the same time, but ensure the total current draw does not exceed the input power supply's capacity.
Q: What happens if the input voltage exceeds 36V?
A: Exceeding the maximum input voltage may damage the module. Always use a regulated power supply within the specified range.