

The DIYMORE 4 USB Buck Power Supply Module is a compact and efficient DC-DC step-down converter designed to provide a stable 5V output from an input voltage range of 8V to 35V. With a maximum output current of 8A, this module is ideal for powering multiple USB devices simultaneously. It features four USB output ports, making it suitable for applications such as charging smartphones, powering Raspberry Pi boards, or other USB-powered devices.








Below are the key technical details of the DIYMORE 4 USB Buck Power Supply Module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 35V |
| Output Voltage | 5V (fixed) |
| Maximum Output Current | 8A |
| USB Ports | 4 |
| Efficiency | Up to 95% (depending on load) |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 60mm x 50mm x 20mm |
| Weight | Approximately 50g |
The module has the following input and output connections:
| Pin/Port | Description |
|---|---|
| VIN+ | Positive input voltage terminal (connect to 8V-35V DC source) |
| VIN- | Negative input voltage terminal (connect to ground of the DC source) |
| USB Ports | Four USB Type-A output ports providing 5V DC (shared maximum current: 8A total) |
Connect the Input Voltage:
VIN+ pin.VIN- pin.Connect USB Devices:
Power On:
The module can be used to power an Arduino UNO via its USB port. Below is an example of how to connect the module:
VIN+ and VIN- terminals of the module.Here is a simple Arduino sketch to test the setup:
// Simple LED Blink Test for Arduino UNO
// This sketch blinks the onboard LED to verify power supply functionality.
void setup() {
pinMode(LED_BUILTIN, OUTPUT); // Set the onboard LED pin as an output
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(LED_BUILTIN, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
USB Devices Not Charging:
Voltage Drop on USB Ports:
Q: Can I use this module to power a Raspberry Pi?
A: Yes, the module can power a Raspberry Pi via one of its USB ports. Ensure the total current drawn by all connected devices does not exceed 8A.
Q: Is the module protected against reverse polarity?
A: No, the module does not have built-in reverse polarity protection. Double-check the input connections before powering on.
Q: Can I use this module in an automotive application?
A: Yes, the module is suitable for automotive use, as long as the input voltage remains within the 8V-35V range.
Q: What happens if I exceed the 8A current limit?
A: Exceeding the current limit may cause the module to overheat or shut down. Always ensure the total load is within the specified limit.