

The 4-Channel USB 5V Power Supply by Drok (Manufacturer Part ID: 4-Channel USB stepdown DC to DC) is a versatile power supply module designed to provide stable 5V power to multiple devices simultaneously. This component is ideal for powering various electronic projects, including microcontrollers, sensors, and other peripherals, making it a valuable addition to any electronics toolkit.








| Parameter | Value |
|---|---|
| Input Voltage | 6V - 32V DC |
| Output Voltage | 5V DC |
| Output Current | Up to 3A per channel |
| Total Power Output | 60W (15W per channel) |
| Efficiency | Up to 95% |
| Operating Temperature | -40°C to 85°C |
| Dimensions | 60mm x 50mm x 20mm |
| Pin No. | Pin Name | Description |
|---|---|---|
| 1 | VIN | Input Voltage (6V - 32V DC) |
| 2 | GND | Ground |
| 3 | VOUT1 | 5V Output Channel 1 |
| 4 | VOUT2 | 5V Output Channel 2 |
| 5 | VOUT3 | 5V Output Channel 3 |
| 6 | VOUT4 | 5V Output Channel 4 |
Connect the Input Voltage:
VIN pin.GND pin.Connect the Output Channels:
VOUT1, VOUT2, VOUT3, and VOUT4 pins as needed.Power On:
No Output Voltage:
VIN and GND pins.Overheating:
Inconsistent Output Voltage:
Q1: Can I use this module to charge my smartphone?
Q2: Can I connect more than one device to a single output channel?
Q3: Is this module compatible with Arduino and Raspberry Pi?
Here is an example of how to use the 4-Channel USB 5V Power Supply to power an Arduino UNO and control an LED:
// Example code to control an LED using Arduino UNO powered by the 4-Channel USB 5V Power Supply
const int ledPin = 13; // Pin connected to the LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
In this example, the Arduino UNO is powered by one of the 5V output channels from the 4-Channel USB 5V Power Supply. The code simply toggles an LED on and off every second.
This documentation provides a comprehensive overview of the 4-Channel USB 5V Power Supply by Drok, including its technical specifications, usage instructions, and troubleshooting tips. Whether you are a beginner or an experienced user, this guide will help you effectively utilize this versatile power supply module in your electronic projects.