The Meanwell HDR-15-5 is a compact and efficient DIN rail-mounted power supply unit (PSU) designed to provide a stable 5V output with a current capacity of 2.4A. This power supply is ideal for industrial and automation applications where reliable and consistent power is crucial. Its slim design allows for easy integration into control panels and other industrial equipment.
Parameter | Value |
---|---|
Output Voltage | 5V DC |
Output Current | 2.4A |
Output Power | 12W |
Input Voltage Range | 85-264V AC / 120-370V DC |
Frequency Range | 47-63Hz |
Efficiency | 80% |
Dimensions (LxWxH) | 90 x 17.5 x 54.5 mm |
Operating Temperature | -30°C to +70°C |
Mounting Type | DIN Rail |
Protection | Overload, Over Voltage, Short Circuit |
Pin | Label | Description |
---|---|---|
1 | L | AC Line Input |
2 | N | AC Neutral Input |
3 | +V | DC Positive Output (5V) |
4 | -V | DC Negative Output (Ground) |
Mounting the Power Supply:
Connecting AC Input:
Connecting DC Output:
Powering Up:
No Output Voltage:
Intermittent Operation:
Output Voltage Fluctuations:
Q: Can the HDR-15-5 be used with an Arduino UNO? A: Yes, the HDR-15-5 can be used to power an Arduino UNO. Connect the +V terminal to the 5V pin and the -V terminal to the GND pin on the Arduino.
Q: What type of DIN rail is compatible with the HDR-15-5? A: The HDR-15-5 is compatible with standard 35mm DIN rails.
Q: Is the HDR-15-5 protected against short circuits? A: Yes, the HDR-15-5 has built-in short circuit protection.
Below is an example code to demonstrate how to power an Arduino UNO using the HDR-15-5 power supply:
// Example code to blink an LED on Arduino UNO powered by HDR-15-5
const int ledPin = 13; // Pin number for the built-in LED
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
}
Note: Ensure the HDR-15-5 is properly connected to the Arduino UNO as described in the usage instructions.
This documentation provides a comprehensive overview of the Meanwell HDR-15-5 DIN Rail 5V 2.4A Power Supply, including its technical specifications, usage instructions, troubleshooting tips, and example code for Arduino UNO. Whether you are a beginner or an experienced user, this guide will help you effectively utilize the HDR-15-5 in your projects.