

The Mean Well HDR-100-12N is a 100W, 12V DC power supply designed for industrial applications. It features a compact DIN-rail mountable design, high efficiency, and robust protections, making it ideal for powering industrial control systems, automation equipment, and other DC-powered devices. With its wide input voltage range and reliable performance, the HDR-100-12N is a versatile and durable solution for demanding environments.








| Parameter | Value |
|---|---|
| Input Voltage Range | 85-264 VAC / 120-370 VDC |
| Output Voltage | 12V DC |
| Output Current | 8.5A |
| Output Power | 102W |
| Efficiency | Up to 90% |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 70mm x 90mm x 54mm |
| Mounting Type | DIN-rail (TS-35/7.5 or TS-35/15) |
| Protections | Overvoltage, Overcurrent, Short Circuit |
| Certifications | UL, CE, EAC, CB, RoHS |
The HDR-100-12N 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 | Ground (⏚) | Earth Ground |
| 4 | +V | Positive DC Output |
| 5 | -V | Negative DC Output |
The HDR-100-12N can be used to power an Arduino UNO and other peripherals. Below is an example wiring setup:
// Example Arduino code to blink an LED
// Ensure the HDR-100-12N is properly connected to the Arduino UNO
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:
Overheating:
Intermittent Operation:
Output Voltage Too Low:
Q: Can the HDR-100-12N be used outdoors?
A: The HDR-100-12N is not weatherproof and should be installed in a dry, indoor environment or within a weatherproof enclosure.
Q: What happens if the load exceeds 8.5A?
A: The power supply's overcurrent protection will activate, shutting down the output to prevent damage.
Q: Can I use the HDR-100-12N with a DC input?
A: Yes, the HDR-100-12N supports a DC input range of 120-370 VDC.
Q: Is the HDR-100-12N suitable for sensitive electronics?
A: Yes, the HDR-100-12N provides a stable 12V DC output, suitable for most sensitive electronics. However, additional filtering may be required for extremely noise-sensitive applications.