The MW Mean Well UHP-350R-12 is a high-performance, 350W power supply designed for industrial applications. It features a compact, fanless design, high efficiency, and a wide input voltage range, making it ideal for powering various electronic devices and systems. This power supply is particularly suited for applications requiring reliable and stable DC power, such as industrial automation, LED lighting, and communication equipment.
Parameter | Value |
---|---|
Output Voltage | 12V DC |
Output Current | 29A |
Output Power | 348W |
Input Voltage Range | 90-264V AC / 127-370V DC |
Efficiency | Up to 94% |
Operating Temperature | -30°C to +70°C |
Dimensions | 204 x 115 x 26 mm |
Weight | 0.72 kg |
Cooling Method | Convection cooling (fanless) |
Protection Features | Overload, overvoltage, |
overtemperature, short circuit |
The MW Mean Well UHP-350R-12 features screw terminal connections for input and output. Below is the pin configuration:
Pin Name | Description |
---|---|
L | Live AC input |
N | Neutral AC input |
FG | Frame ground (Earth connection) |
Pin Name | Description |
---|---|
V+ | Positive DC output |
V- | Negative DC output (ground) |
Pin Name | Description |
---|---|
V ADJ | Output voltage adjustment |
The MW Mean Well UHP-350R-12 can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect it:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by the MW Mean Well UHP-350R-12
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
}
No Output Voltage
Overload Protection Triggered
Overheating
Voltage Fluctuations
Q1: Can the UHP-350R-12 be used with a 24V system?
A1: No, the UHP-350R-12 is designed for a 12V output. For 24V systems, consider using a different model with a 24V output.
Q2: Is the power supply suitable for outdoor use?
A2: The UHP-350R-12 is not waterproof or weatherproof. It should be used in a dry, indoor environment or within a suitable enclosure.
Q3: Can I use this power supply to charge a 12V battery?
A3: Yes, but ensure the output voltage is properly adjusted to match the battery's charging requirements, and use a charge controller if necessary.
Q4: What happens if the input voltage drops below 90V AC?
A4: The power supply may shut down or operate erratically. Ensure the input voltage remains within the specified range (90-264V AC).