

The MW LRS-50-3.3V is a compact, low-cost switching power supply designed to convert AC voltage into a stable 3.3V DC output. This highly efficient power supply is ideal for powering low-voltage electronic devices and embedded systems. Its small form factor and reliable performance make it a popular choice for industrial automation, IoT devices, LED lighting, and other applications requiring a steady 3.3V DC power source.








The MW LRS-50-3.3V is designed to deliver consistent performance under a wide range of operating conditions. Below are its key technical specifications:
| Parameter | Value | 
|---|---|
| Input Voltage Range | 85-264V AC / 120-370V DC | 
| Output Voltage | 3.3V DC | 
| Output Current | 10A | 
| Output Power | 33W | 
| Efficiency | 78% | 
| Ripple and Noise | ≤80mVp-p | 
| Operating Temperature | -30°C to +70°C | 
| Dimensions (L x W x H) | 99 x 82 x 30 mm | 
| Weight | 0.3 kg | 
| Safety Standards | UL62368-1, EN62368-1, IEC62368-1 | 
The MW LRS-50-3.3V features screw terminal connections for input and output. Below is the pin configuration:
| Pin Label | Description | 
|---|---|
| L | AC Line Input (Live) | 
| N | AC Neutral Input | 
| FG | Frame Ground (Earth) | 
| V+ | DC Output Positive (+3.3V) | 
| V- | DC Output Negative (Ground) | 
| V ADJ | Output Voltage Adjustment (±10% of 3.3V) | 
The MW LRS-50-3.3V can be used to power an Arduino UNO by stepping down the voltage to 3.3V. Below is an example of how to connect the power supply to the Arduino:
Here is a simple Arduino sketch to blink an LED while powered by the MW LRS-50-3.3V:
// This sketch blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the MW LRS-50-3.3V power supply.
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
}
No Output Voltage
Output Voltage Too Low or Too High
Overheating
Noise or Ripple on Output
Q: Can the MW LRS-50-3.3V be used outdoors?
A: No, the power supply is not weatherproof. It should be used in a dry, indoor environment.
Q: Can I use this power supply to charge batteries?
A: The MW LRS-50-3.3V is not designed for battery charging. Use a dedicated battery charger for this purpose.
Q: What happens if the load exceeds 10A?
A: The power supply includes overload protection and will shut down temporarily to prevent damage. Reduce the load and restart the power supply.
Q: Is the output voltage adjustable?
A: Yes, the output voltage can be adjusted within ±10% of 3.3V using the V ADJ potentiometer.