

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 control systems, building automation, and other applications requiring a dependable 12V power source in a compact form factor.








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% |
| 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 |
| Certifications | UL, CE, EAC, CB, RoHS |
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 setup and Arduino code:
// Example code to blink an LED using Arduino UNO powered by HDR-30-12
// Ensure the HDR-30-12 is providing a stable 12V DC to the Arduino VIN pin.
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an 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:
Output Voltage Drops Under Load:
Overheating:
Intermittent Operation:
Q1: Can the HDR-30-12 be used with DC input?
Yes, the HDR-30-12 supports a DC input 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 only be used in indoor environments or within a protective enclosure.
Q3: Can I adjust the output voltage?
No, the HDR-30-12 provides a fixed 12V DC output and does not have an adjustable voltage feature.
Q4: What happens if the load exceeds 2.5A?
The HDR-30-12 is equipped with overload protection. If the load exceeds 2.5A, the power supply will enter protection mode to prevent damage.
Q5: Is the HDR-30-12 compatible with other DIN rail-mounted devices?
Yes, the HDR-30-12 is designed for standard DIN rail mounting and can be used alongside other DIN rail-mounted devices.