

The WEIYU S120-12 240W is a high-performance power supply converter designed to transform alternating current (AC) voltage into a stable 12 volts direct current (DC) output. With a maximum current capacity of 20 amps, this power supply is ideal for powering a wide range of electronic devices, including LED lighting systems, industrial equipment, and high-current DC motors. Its robust design ensures reliable operation in demanding environments.








| Parameter | Specification |
|---|---|
| Manufacturer | WEIYU |
| Part ID | S120-12 240W |
| Input Voltage Range | 110V AC or 220V AC (switchable) |
| Output Voltage | 12V DC |
| Maximum Output Current | 20A |
| Maximum Output Power | 240W |
| Efficiency | ≥85% |
| Operating Temperature | -10°C to +60°C |
| Cooling Method | Built-in fan |
| Dimensions | 215mm x 115mm x 50mm |
| Weight | ~800g |
| Safety Features | Overload, overvoltage, and short-circuit protection |
| Pin Label | Description |
|---|---|
| L | Live AC input (110V or 220V, depending on switch setting) |
| N | Neutral AC input |
| GND | Earth/ground connection |
| +V | Positive DC output (12V) |
| -V | Negative DC output (ground) |
Input Voltage Selection:
Wiring Connections:
L (Live), N (Neutral), and GND (Earth) terminals.+V (positive) and -V (negative) terminals. Ensure the load does not exceed the maximum current rating of 20A.Power On:
Load Testing:
The WEIYU S120-12 240W can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect the power supply to an Arduino UNO:
+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
// Ensure the Arduino is powered via the WEIYU S120-12 240W 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 | Incorrect input voltage setting | Verify and set the input voltage selector switch correctly. |
| Overheating | Insufficient ventilation | Ensure proper airflow and avoid blocking the fan. |
| Output voltage fluctuates | Overloaded power supply | Reduce the load to within the 20A limit. |
| Device not powering on | Loose or incorrect wiring | Double-check all connections for proper polarity and secure attachment. |
| Short-circuit protection triggered | Faulty or shorted load device | Disconnect the load, check for faults, and reconnect after resolving the issue. |
Can this power supply be used outdoors?
What happens if I exceed the 20A current limit?
Can I use this power supply to charge a 12V battery?
Is the fan always running?
What is the efficiency of this power supply?
This concludes the documentation for the WEIYU S120-12 240W power supply. For further assistance, refer to the manufacturer's user manual or contact technical support.