

The MW LRS-75-5 is a compact, low-cost switching power supply manufactured by Meanwell. It provides a regulated 5V DC output with a maximum current of 15A, making it ideal for powering a wide range of electronic devices and systems. Its efficient design and reliable performance make it suitable for industrial automation, LED lighting, IoT devices, and general-purpose electronics.








| Parameter | Value | 
|---|---|
| Manufacturer | Meanwell | 
| Model | LRS-75-5 | 
| Output Voltage | 5V DC | 
| Maximum Output Current | 15A | 
| Output Power | 75W | 
| Input Voltage Range | 85-264V AC / 120-370V DC | 
| Efficiency | Up to 86% | 
| Operating Temperature | -30°C to +70°C | 
| Dimensions | 99mm x 82mm x 30mm | 
| Weight | 0.27 kg | 
| Safety Standards | UL62368-1, EN62368-1, IEC62368-1 | 
The MW LRS-75-5 has screw terminal connections for input and output. Below is the pin configuration:
| Pin Name | Description | 
|---|---|
| L | Live AC input (85-264V AC) | 
| N | Neutral AC input | 
| FG | Frame Ground (Earth connection) | 
| Pin Name | Description | 
|---|---|
| V+ | Positive DC output (5V) | 
| V- | Negative DC output (Ground) | 
| Pin Name | Description | 
|---|---|
| V ADJ | Output voltage adjustment (±10%) | 
Input Connection:
L and N).FG) is connected to earth for safety.Output Connection:
V+ and V-).Voltage Adjustment:
V ADJ potentiometer to fine-tune the output voltage within ±10% of 5V.Mounting:
The MW LRS-75-5 can be used to power an Arduino UNO and other peripherals. Below is an example circuit and code:
V+ terminal of the LRS-75-5 to the Arduino's VIN pin.V- terminal of the LRS-75-5 to the Arduino's GND pin.L and N) are connected to the AC mains supply.// Example code to blink an LED connected to pin 13 of Arduino UNO
// Ensure the MW LRS-75-5 is providing a stable 5V to the Arduino
void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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 | Input power not connected or faulty | Check AC input connections and voltage | 
| Output voltage too high/low | Incorrect V ADJsetting | Adjust the V ADJpotentiometer | 
| Power supply overheating | Insufficient ventilation | Ensure proper airflow and cooling | 
| Load not powering on | Load exceeds maximum current rating | Reduce the load to within 15A | 
Can I use the LRS-75-5 to power a Raspberry Pi?
What happens if the load exceeds 15A?
Can I use the LRS-75-5 in outdoor environments?
How do I adjust the output voltage?
V ADJ potentiometer clockwise to increase or counterclockwise to decrease the voltage.This concludes the documentation for the MW LRS-75-5. For further assistance, refer to the official Meanwell datasheet or contact technical support.