

The HDR-15-24 by Mean Well is a high-density power supply module designed to deliver a stable 5V DC output with a maximum power rating of 15W and a current capacity of 2.4A. This compact and efficient module is ideal for powering a wide range of electronic devices, including microcontrollers, sensors, and small appliances. Its robust design ensures reliable performance in both industrial and consumer applications.








| Parameter | Value |
|---|---|
| Manufacturer | Mean Well |
| Model Number | HDR-15-24 |
| Input Voltage Range | 85-264 VAC / 120-370 VDC |
| Output Voltage | 5V DC |
| Maximum Output Current | 2.4A |
| Maximum Output Power | 15W |
| Efficiency | Up to 85% |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 17.5 x 90 x 54.5 mm |
| Mounting Type | DIN Rail |
| Protection Features | Overload, Overvoltage, Short Circuit |
The HDR-15-24 module features screw terminal connections for input and output. Below is the pin configuration:
| Pin Number | Label | Description |
|---|---|---|
| 1 | L | AC Line Input (Live) |
| 2 | N | AC Neutral Input |
| 3 | -V | DC Output Negative (-) |
| 4 | +V | DC Output Positive (+) |
| 5 | Ground (GND) | Earth Ground (optional for safety) |
L terminal.N terminal.Ground (GND) terminal for safety.+V terminal to the positive input of your load.-V terminal to the negative input of your load.The HDR-15-24 can be used to power an Arduino UNO directly via its 5V pin. Below is an example circuit and Arduino code:
+V terminal of the HDR-15-24 to the 5V pin of the Arduino UNO.-V terminal of the HDR-15-24 to the GND pin of the Arduino UNO.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the HDR-15-24 is providing a stable 5V to the Arduino
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect wiring or no AC input | Verify input connections and AC power. |
| Output voltage fluctuates | Overload or unstable input voltage | Reduce load or stabilize input voltage. |
| Module overheats | Exceeding power or current limits | Ensure load is within 15W/2.4A limits. |
| Device not powering on | Loose connections or faulty wiring | Check all connections and tighten screws. |
Can the HDR-15-24 power multiple devices simultaneously?
Is the HDR-15-24 suitable for outdoor use?
What happens if the load exceeds 2.4A?
Can I use the HDR-15-24 with a DC input?
By following this documentation, users can effectively integrate the HDR-15-24 into their projects and ensure reliable operation.