

The MP303-2 is a compact and versatile power supply designed to deliver stable and regulated output voltage for a wide range of electronic applications. It is equipped with multiple output channels, adjustable voltage settings, and robust built-in protection mechanisms, making it suitable for both hobbyist and professional use. The MP303-2 is commonly used in prototyping, testing, and powering electronic circuits that require precise voltage control.








| Parameter | Value |
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage Range | 0-30V DC (adjustable) |
| Output Current Range | 0-2A DC (adjustable) |
| Number of Output Channels | 2 |
| Voltage Regulation | ±0.01% |
| Ripple and Noise | <10mV RMS |
| Protection Features | Overvoltage, overcurrent, short circuit |
| Dimensions | 150mm x 80mm x 50mm |
| Weight | 500g |
The MP303-2 power supply typically features the following connectors and controls:
| Pin/Connector/Control | Description |
|---|---|
| AC Input Port | Connects to the mains power supply (100-240V AC). |
| Output Channel 1 (+/-) | Provides adjustable DC voltage and current. |
| Output Channel 2 (+/-) | Provides adjustable DC voltage and current. |
| Voltage Adjustment Knob | Adjusts the output voltage for the selected channel. |
| Current Adjustment Knob | Adjusts the output current for the selected channel. |
| Power Switch | Turns the power supply on or off. |
| Display Panel | Shows real-time voltage, current, and power readings. |
Connect the Power Supply to AC Mains:
Set the Desired Voltage and Current:
Connect the Output Terminals to Your Circuit:
Power On the Supply:
Monitor and Operate:
The MP303-2 can be used to power an Arduino UNO by providing a stable 5V DC output. Below is an example of how to connect and use it:
Here is a simple Arduino code example to blink an LED while powered by the MP303-2:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the MP303-2 is set to 5V and connected to the Arduino's 5V and GND pins.
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 | Power switch is off | Turn on the power switch. |
| AC mains not connected | Check the AC input connection. | |
| Output voltage fluctuates | Loose connections | Ensure all connections are secure. |
| Overcurrent protection activated | Reduce the load current. | |
| Display shows incorrect readings | Calibration issue | Recalibrate the power supply if possible. |
| Faulty display panel | Contact the manufacturer for support. |
Can I use the MP303-2 to power multiple devices simultaneously?
What happens if I accidentally short the output terminals?
Can I use the MP303-2 to charge batteries?
How do I clean the MP303-2?
By following this documentation, users can safely and effectively operate the MP303-2 power supply for a variety of applications.