

The Hailege DC-DC 12V to 3.3V 5V 12V Power Module (Manufacturer Part ID: B07Z3FPNTK) is a versatile power conversion module designed to step down a 12V input voltage to stable 3.3V, 5V, or 12V outputs. This module is ideal for powering low-voltage electronic devices and circuits, offering high efficiency and reliability. It is commonly used in embedded systems, IoT devices, microcontroller projects, and portable electronics.








| Parameter | Specification |
|---|---|
| Input Voltage Range | 8V to 23V |
| Output Voltage Options | 3.3V, 5V, 12V |
| Maximum Output Current | 3A (5V output), 2A (3.3V output) |
| Efficiency | Up to 92% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 45mm x 25mm x 14mm |
| Weight | 10g |
| Pin Name | Description |
|---|---|
| VIN | Input voltage pin (connect to 12V power source) |
| GND | Ground pin (common ground for input and output) |
| VOUT 3.3V | 3.3V output pin (regulated output) |
| VOUT 5V | 5V output pin (regulated output) |
| VOUT 12V | 12V output pin (regulated output) |
Connect the Input Voltage:
Select the Desired Output Voltage:
Power Your Circuit:
The module can be used to power an Arduino UNO by providing a stable 5V output. Below is an example circuit and code:
// Example code to blink an LED using Arduino UNO powered by the DC-DC module
const int ledPin = 13; // Pin connected to the onboard 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
}
No Output Voltage:
Overheating:
Voltage Drop Under Load:
Module Not Working After Connection:
Q: Can I use this module with a 9V battery?
A: Yes, the module supports input voltages as low as 8V. However, ensure the battery can supply sufficient current for your load.
Q: Can I use multiple output voltages simultaneously?
A: Yes, you can draw power from multiple output pins simultaneously, but ensure the total current does not exceed the module's capacity.
Q: Is the module protected against short circuits?
A: The module includes basic protection features, but it is recommended to avoid short circuits to prevent damage.
Q: Can I use this module to power a Raspberry Pi?
A: Yes, the 5V output can be used to power a Raspberry Pi. Ensure the current requirements of the Raspberry Pi and connected peripherals do not exceed the module's maximum output current.
This concludes the documentation for the Hailege DC-DC 12V to 3.3V 5V 12V Power Module.