

The HLK LD2450 is a compact and efficient AC-DC power supply module manufactured by Hi-Link. It is designed to convert a wide range of AC input voltages (85-265V AC) into a stable 5V DC output, making it ideal for powering low-power electronic devices. This module is widely used in IoT devices, home automation systems, embedded systems, and other applications requiring a reliable and compact power source.








The HLK LD2450 is designed to provide stable and efficient power conversion. Below are its key technical specifications:
| Parameter | Value |
|---|---|
| Input Voltage Range | 85-265V AC |
| Output Voltage | 5V DC |
| Output Current | 0-450mA |
| Output Power | 2.25W |
| Efficiency | ≥ 70% |
| Ripple and Noise | ≤ 120mV |
| Operating Temperature | -25°C to +70°C |
| Storage Temperature | -40°C to +85°C |
| Protection Features | Over-voltage, Over-current, Short-circuit |
| Dimensions | 35mm x 18mm x 15mm |
| Weight | ~10g |
The HLK LD2450 module has six pins for input and output connections. The table below describes each pin:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | AC IN (L) | Live wire input for AC voltage (85-265V AC) |
| 2 | AC IN (N) | Neutral wire input for AC voltage |
| 3 | NC | Not connected (leave unconnected) |
| 4 | GND | Ground for DC output |
| 5 | +5V | 5V DC output |
| 6 | NC | Not connected (leave unconnected) |
Connect the AC Input:
Connect the DC Output:
Mounting:
Testing:
The HLK LD2450 can be used to power an Arduino UNO by providing a stable 5V DC supply. Below is an example circuit and code to blink an LED using the Arduino UNO powered by the HLK LD2450.
// 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:
Output Voltage Too Low or Unstable:
Module Overheating:
Short Circuit Protection Triggered:
Q1: Can the HLK LD2450 be used with a 3.3V device?
A1: No, the HLK LD2450 provides a fixed 5V output. You will need a voltage regulator or level shifter to step down the voltage to 3.3V.
Q2: Is the HLK LD2450 suitable for outdoor use?
A2: The module is not weatherproof. If used outdoors, it must be enclosed in a weatherproof housing.
Q3: Can I use the HLK LD2450 to power a motor?
A3: The module is not designed for high-current applications like motors. Use a dedicated motor driver or power supply for such applications.
Q4: What happens if the input voltage exceeds 265V AC?
A4: The module may fail or get damaged. Always ensure the input voltage is within the specified range (85-265V AC).