

The DROK 12V to 5V Buck Converter is a compact and efficient power supply module designed to step down a 12V DC input to a stable 5V DC output. This device is ideal for powering low-voltage electronic components and systems, ensuring reliable and consistent performance. Its small size and high efficiency make it suitable for a wide range of applications.








The following table outlines the key technical details of the DROK 12V to 5V Buck Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 22V DC |
| Output Voltage | 5V DC (fixed) |
| Output Current | Up to 3A |
| Efficiency | Up to 96% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 22mm x 17mm x 4mm |
| Weight | 5 grams |
The DROK 12V to 5V Buck Converter has four pins for input and output connections. The table below describes each pin:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage (8V to 22V DC) |
| VIN- | Negative input voltage (ground) |
| VOUT+ | Positive output voltage (5V DC) |
| VOUT- | Negative output voltage (ground) |
Connect the Input Voltage:
VIN+ pin.VIN- pin.Connect the Output Voltage:
VOUT+ pin to the positive terminal of the device or circuit you want to power.VOUT- pin to the ground of the device or circuit.Verify Connections:
Power On:
The DROK 12V to 5V Buck Converter can be used to power an Arduino UNO from a 12V power source. Below is an example circuit and code:
VIN+ pin of the buck converter to the positive terminal of a 12V DC power source.VIN- pin to the ground of the power source.VOUT+ pin to the 5V pin of the Arduino UNO.VOUT- pin to the GND pin of the Arduino UNO.// Example code for Arduino UNO powered by DROK 12V to 5V Buck Converter
// This code blinks an LED connected to pin 13
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
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Module Not Working After Connection:
Q1: Can this module be used with a 24V input?
A1: No, the maximum input voltage is 22V. Using a 24V input may damage the module.
Q2: Is the output voltage adjustable?
A2: No, the output voltage is fixed at 5V.
Q3: Can I use this module to power a Raspberry Pi?
A3: Yes, the module can provide a stable 5V output suitable for powering a Raspberry Pi. Ensure the current requirement does not exceed 3A.
Q4: Does the module have built-in overcurrent protection?
A4: No, the module does not have built-in overcurrent protection. Avoid exceeding the maximum current rating to prevent damage.