

The HDR-30-12 is a compact and reliable power supply unit manufactured by Mean Well. Designed for DIN rail mounting, it delivers a stable 12V DC output with a maximum current of 2.5A. This power supply is ideal for industrial and automation applications, offering high efficiency, low power consumption, and a slim form factor that saves space in control panels.








The following table outlines the key technical specifications of the HDR-30-12 power supply:
| Parameter | Value |
|---|---|
| Manufacturer | Mean Well |
| Part Number | HDR-30-12 |
| Input Voltage Range | 85-264 VAC / 120-370 VDC |
| Output Voltage | 12V DC |
| Maximum Output Current | 2.5A |
| Maximum Output Power | 30W |
| Efficiency | Up to 90% |
| No-Load Power Consumption | <0.3W |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 35mm (W) x 90mm (H) x 54.5mm (D) |
| Mounting Type | DIN Rail (TS-35/7.5 or TS-35/15) |
| Protection Features | Overload, Overvoltage, Short Circuit |
The HDR-30-12 features screw terminal connections for input and output. The pin configuration is as follows:
| Pin | Label | Description |
|---|---|---|
| 1 | L | AC Line Input |
| 2 | N | AC Neutral Input |
| 3 | -V | DC Output Negative (-) |
| 4 | +V | DC Output Positive (+) |
The HDR-30-12 can be used to power an Arduino UNO and other peripherals. Below is an example wiring and code snippet:
// Example code to blink an LED using Arduino UNO powered by HDR-30-12
// Ensure the HDR-30-12 is providing 12V DC to the Arduino's VIN pin.
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set LED pin as 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:
Output Voltage Fluctuations:
Power Supply Not Turning On:
Q1: Can the HDR-30-12 be used with DC input?
Yes, the HDR-30-12 supports DC input in the range of 120-370 VDC.
Q2: Is the HDR-30-12 suitable for outdoor use?
No, the HDR-30-12 is not weatherproof and should be used in a dry, indoor environment.
Q3: Can I use the HDR-30-12 to power multiple devices?
Yes, as long as the total current draw does not exceed 2.5A.
Q4: What happens if the load exceeds 2.5A?
The power supply's overload protection will activate, shutting down the output to prevent damage.
Q5: How do I reset the power supply after overload protection is triggered?
Remove the excessive load, then cycle the AC input power off and on to reset the unit.