

The LRS-50-5 is a 50W single-output switching power supply manufactured by Mean Well. It delivers a stable 5V DC output and is designed for a wide range of applications requiring efficient and reliable power conversion. This compact and lightweight power supply is equipped with built-in protections, including short circuit, overload, and overvoltage protection, ensuring safe and consistent operation.








| Parameter | Value |
|---|---|
| Input Voltage Range | 85-264 VAC / 120-370 VDC |
| Output Voltage | 5V DC |
| Output Current | 10A |
| Output Power | 50W |
| Efficiency | Up to 86% |
| Ripple and Noise | ≤80mVp-p |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 99 x 82 x 30 mm (L x W x H) |
| Weight | 0.3 kg |
| Protections | Short circuit, overload, overvoltage |
The LRS-50-5 features screw terminal connections for input and output. Below is the pin configuration:
| Pin Label | Description |
|---|---|
| AC/L | Live input for AC mains |
| AC/N | Neutral input for AC mains |
| +V | Positive DC output (5V) |
| -V | Negative DC output (Ground) |
| FG | Frame Ground (Earth connection) |
Input Connection:
AC/L (Live) and AC/N (Neutral) terminals.FG terminal to earth ground for improved safety and EMI performance.Output Connection:
+V (positive) and -V (negative) terminals.Mounting:
Power On:
The LRS-50-5 can be used to power an Arduino UNO and other peripherals. Below is an example wiring and code snippet:
+V terminal of the LRS-50-5 to the Arduino's VIN pin.-V terminal of the LRS-50-5 to the Arduino's GND pin.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the LRS-50-5 is providing a stable 5V to the Arduino's VIN pin
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 mains connections to AC/L and AC/N. |
| Output voltage too low or unstable | Overloaded output | Reduce the load to within the rated 50W. |
| Overheating | Poor ventilation or excessive ambient temperature | Ensure proper airflow and reduce ambient temperature. |
| Device not powering on | Blown fuse or internal fault | Check and replace the input fuse if necessary. |
Can the LRS-50-5 be used with DC input?
Is the output voltage adjustable?
What type of fuse should I use on the input side?
Can I use the LRS-50-5 outdoors?
By following this documentation, users can effectively integrate the LRS-50-5 into their projects and ensure reliable operation.