The Meanwell POWER SUPPLY 24v 350w is a high-performance, reliable power supply designed to convert electrical energy into a stable 24V DC output. With a maximum power output of 350 watts, this power supply is ideal for powering a wide range of electronic devices and circuits. Its robust design ensures consistent performance, making it suitable for industrial, commercial, and hobbyist applications.
The following table outlines the key technical details of the Meanwell POWER SUPPLY 24v 350w:
Parameter | Value |
---|---|
Input Voltage Range | 85-264V AC / 120-370V DC |
Output Voltage | 24V DC |
Output Current | Up to 14.6A |
Maximum Power Output | 350W |
Efficiency | Up to 89% |
Operating Temperature | -20°C to +70°C |
Dimensions | 215.5 x 115 x 50 mm |
Weight | 0.8 kg |
Protection Features | Overload, Overvoltage, |
Overtemperature, Short Circuit |
The power supply features input and output terminals for easy integration into circuits. Below is the pin configuration:
Pin | Label | Description |
---|---|---|
1 | L | Live AC input |
2 | N | Neutral AC input |
3 | FG | Frame Ground (Earth connection) |
Pin | Label | Description |
---|---|---|
1 | V+ | Positive DC output (24V) |
2 | V+ | Positive DC output (24V) |
3 | V- | Negative DC output (Ground) |
4 | V- | Negative DC output (Ground) |
L
terminal.N
terminal.FG
terminal for safety.V+
terminals to the positive input of your load.V-
terminals to the negative input of your load.The Meanwell POWER SUPPLY 24v 350w can be used to power an Arduino UNO via a step-down voltage regulator (e.g., LM2596) to convert 24V to 5V. Below is an example circuit and Arduino code:
V+
and V-
terminals of the power supply to the input of the LM2596 regulator.5V
and GND
pins.// Example code to blink an LED connected to pin 13 of the Arduino UNO
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:
L
, N
, and FG
terminals are correct.Overheating:
Voltage Fluctuations:
Short Circuit Protection Triggered:
By following this documentation, users can safely and effectively integrate the Meanwell POWER SUPPLY 24v 350w into their projects and applications.