

The MW LRS-350-12 is a high-performance 12V DC switching power supply manufactured by MEAN WELL. It is designed to deliver a stable and reliable 12V output with a maximum current of 29A, making it ideal for a wide range of electronic applications. Its compact design, high efficiency (up to 89%), and built-in safety features ensure dependable operation in demanding environments.








The following table outlines the key technical specifications of the MW LRS-350-12:
| Parameter | Value |
|---|---|
| Input Voltage Range | 85-264VAC / 120-373VDC |
| Output Voltage | 12V DC |
| Output Current | 29A |
| Output Power | 348W |
| Efficiency | Up to 89% |
| Ripple & Noise (max) | 120mVp-p |
| Operating Temperature | -30°C to +70°C |
| Dimensions (L x W x H) | 215mm x 115mm x 30mm |
| Weight | 770g |
| Protections | Overvoltage, Overcurrent, Short Circuit |
The MW LRS-350-12 features screw terminal connections for input and output. The table below describes the pin configuration:
| Pin Label | Description |
|---|---|
| L | AC Line Input (Live) |
| N | AC Neutral Input |
| FG | Frame Ground (Earth) |
| +V | Positive DC Output Terminal |
| -V | Negative DC Output Terminal |
| V ADJ | Output Voltage Adjustment (±10% of rated voltage) |
Input Connection:
L and N) to the mains power supply.FG terminal to earth ground for safety.Output Connection:
+V and -V terminals to the load requiring 12V DC power.Voltage Adjustment:
V ADJ potentiometer to fine-tune the output voltage within ±10% of 12V (10.8V to 13.2V).Mounting:
The MW LRS-350-12 can be used to power an Arduino UNO and other peripherals. Below is an example circuit and Arduino code:
+V terminal of the power supply to the Arduino's VIN pin.-V terminal of the power supply to the Arduino's GND pin.V ADJ potentiometer.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the MW LRS-350-12 is providing a stable 12V DC to the Arduino
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 | Input power not connected or incorrect | Verify AC input connections and voltage range |
| Output voltage too high or too low | Incorrect V ADJ setting |
Adjust the V ADJ potentiometer |
| Power supply shuts down intermittently | Overload or overheating | Reduce the load or improve ventilation |
| Excessive noise or ripple on output | Poor grounding or interference | Ensure proper grounding and use shielded cables |
Can the MW LRS-350-12 be used outdoors?
What is the maximum load this power supply can handle?
Can I use this power supply to charge batteries?
How do I reset the power supply after overload protection is triggered?
By following this documentation, users can safely and effectively integrate the MW LRS-350-12 into their projects.