

The MeanWell HDR-15-12 is a compact, 15W DIN rail power supply designed for industrial applications. It provides a stable 12V DC output and is known for its high efficiency, reliability, and wide input voltage range. Its slim design makes it ideal for space-constrained installations, and it is compatible with standard DIN rail mounting systems.








| Parameter | Value |
|---|---|
| Manufacturer | MeanWell |
| Part Number | HDR-15-12 |
| Output Voltage | 12V DC |
| Output Current | 1.25A |
| Output Power | 15W |
| Input Voltage Range | 85-264V AC / 120-370V DC |
| Efficiency | Up to 87% |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 17.5 x 90 x 54.5 mm (W x H x D) |
| Mounting Type | DIN rail (TS-35/7.5 or TS-35/15) |
| Protection Features | Overload, overvoltage, short circuit |
| Certifications | UL, CE, EAC, CB, RoHS |
The HDR-15-12 features screw terminal connections for input and output. Below is the pin configuration:
| Pin Number | Label | Description |
|---|---|---|
| 1 | L | AC Line input |
| 2 | N | AC Neutral input |
| 3 | -V | Negative DC output |
| 4 | +V | Positive DC output |
| - | Grounding | Grounding terminal for safety (on chassis) |
The HDR-15-12 can be used to power an Arduino UNO by providing a stable 12V DC output. Below is an example wiring setup:
Here is a simple Arduino sketch to blink an LED, powered by the HDR-15-12:
// Blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by the HDR-15-12 via the VIN and GND pins
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 input wiring | Verify AC line and neutral connections. |
| Output voltage too low or high | Load exceeds rated capacity | Reduce the load to within 15W limit. |
| Overheating | Poor ventilation or high ambient temp | Improve airflow or reduce ambient temp. |
| Unit not powering on | Input voltage out of range | Ensure input voltage is within 85-264V AC. |
Can the HDR-15-12 be used outdoors?
What happens if the load exceeds 15W?
Can I use the HDR-15-12 to power sensitive electronics?
Is the HDR-15-12 compatible with 24V systems?
By following this documentation, users can effectively integrate the MeanWell HDR-15-12 into their projects and ensure reliable operation.