

The Hi-Link HLK-10M05 is a compact and efficient DC-DC converter module designed to provide a stable 5V output with a maximum current of 2A. This module is ideal for powering a wide range of electronic devices, including microcontrollers, sensors, and other low-power components. Its small size and high efficiency make it a popular choice for embedded systems, IoT devices, and portable electronics.








The following table outlines the key technical details of the HLK-10M05 module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 36V DC |
| Output Voltage | 5V DC |
| Maximum Output Current | 2A |
| Output Power | 10W |
| Efficiency | Up to 92% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 48mm x 25mm x 15mm |
| Weight | ~20g |
| Protection Features | Overcurrent, Overvoltage, Short Circuit |
The HLK-10M05 module has four pins for input and output connections. The pin configuration is as follows:
| Pin | Name | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage (8V to 36V) |
| 2 | VIN- | Negative input voltage (GND) |
| 3 | VOUT+ | Positive 5V output |
| 4 | VOUT- | Negative 5V output (GND) |
The HLK-10M05 can be used to power an Arduino UNO from a 12V DC power source. Below is an example circuit and Arduino code to blink an LED:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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 Powering the Load
Q1: Can the HLK-10M05 be used with a battery as the input source?
A1: Yes, the module can be powered by a battery as long as the battery voltage is within the 8V to 36V range.
Q2: Is the HLK-10M05 suitable for powering a Raspberry Pi?
A2: The HLK-10M05 can power a Raspberry Pi Zero or similar low-power models. However, it may not be sufficient for higher-power models like the Raspberry Pi 4, especially when peripherals are connected.
Q3: Does the module require additional cooling?
A3: Cooling is not required for light loads. For continuous operation near the maximum load (2A), a heatsink or proper ventilation is recommended.
Q4: Can I use the HLK-10M05 in outdoor applications?
A4: The module is not waterproof. If used outdoors, it must be enclosed in a weatherproof housing.