

The Mean Well UHP-350-24 is a high-efficiency, compact, and fanless power supply designed for industrial and commercial applications. It delivers a stable 24V DC output with a maximum power of 350W. This power supply is known for its slim design, high reliability, and robust protection features, including short circuit, overload, and overvoltage protection. Its fanless design ensures silent operation and reduces maintenance requirements, making it ideal for noise-sensitive environments.








| Parameter | Value |
|---|---|
| Manufacturer | Mean Well |
| Model Number | UHP-350-24 |
| Input Voltage Range | 90-264VAC / 127-370VDC |
| Output Voltage | 24V DC |
| Output Current | 14.6A |
| Maximum Power Output | 350.4W |
| Efficiency | Up to 94% |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 204 x 115 x 30 mm |
| Weight | 0.76 kg |
| Protection Features | Short circuit, overload, |
| overvoltage, overtemperature | |
| Cooling Method | Fanless, convection cooling |
| Safety Standards | UL62368-1, EN62368-1 |
The UHP-350-24 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 (24V) |
| V- | Negative DC output (Ground) |
| Component Name | Description |
|---|---|
| V ADJ | Allows fine-tuning of the output voltage (adjustable ±10%) |
L (Live) and N (Neutral) terminals.FG terminal to the earth ground for safety.V+ (positive) and V- (negative) terminals.V ADJ potentiometer to fine-tune the output voltage within the ±10% range (21.6V to 26.4V).FG terminal to earth ground to minimize electrical hazards.V ADJ potentiometer carefully to avoid overvoltage, which could damage connected devices.The UHP-350-24 can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect it:
V+ terminal of the power supply to the Arduino's VIN pin.V- terminal of the power supply to the Arduino's GND pin.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by the UHP-350-24 power supply
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 |
| Ensure input voltage is within range | ||
| Overload or short circuit protection | Disconnect load, check for shorts, | |
| and restart the power supply | ||
| Output voltage too high or low | Incorrect adjustment of V ADJ |
Adjust the V ADJ potentiometer |
| to the desired voltage | ||
| Power supply overheating | Insufficient ventilation | Ensure proper airflow around the unit |
| Overload condition | Reduce the load to within rated limits |
Can the UHP-350-24 be used outdoors?
What happens if the load exceeds 350W?
Can I use the UHP-350-24 to charge batteries?
Is the power supply compatible with 3-phase AC input?
This concludes the documentation for the Mean Well UHP-350-24 power supply. For further assistance, refer to the manufacturer's datasheet or contact Mean Well support.