

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 multiple output voltages, including 3.3V, 5V, and 12V. This module provides stable and efficient power for a wide range of electronic devices, making it an essential component for embedded systems, IoT devices, and prototyping projects.








Below are the key technical details of the Hailege DC-DC Power Module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 12V DC |
| Output Voltage Options | 3.3V, 5V, 12V DC |
| Output Current | Up to 2A (varies by output voltage) |
| Efficiency | Up to 92% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 45mm x 25mm x 15mm |
| Weight | 10g |
The module has a simple pinout for easy integration into circuits:
| Pin Name | Description |
|---|---|
| VIN | Input voltage pin (connect to 12V DC power source). |
| GND | Ground pin (common ground for input and output). |
| VOUT 3.3V | 3.3V output pin for low-voltage devices. |
| VOUT 5V | 5V output pin for standard peripherals. |
| VOUT 12V | 12V output pin for devices requiring 12V. |
Connect the Input Voltage:
Select the Desired Output Voltage:
Verify Connections:
Power On:
The 5V output of the module can be used to power an Arduino UNO. 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; // Built-in LED pin on Arduino UNO
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 Instability:
Device Not Powering On:
By following this documentation, users can effectively integrate the Hailege DC-DC 12V to 3.3V 5V 12V Power Module into their projects and ensure reliable performance.