

The WEIYU S120-12 240W is a high-performance power supply unit designed to convert alternating current (AC) from the mains into a stable 12 volts direct current (DC) output. With a maximum output current of 20A, this power supply is ideal for powering a wide range of electronic devices, including LED strips, motors, industrial equipment, and other high-current applications. 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 |
The WEIYU S120-12 240W power supply has clearly labeled input and output terminals for easy connection. Below is the pin configuration:
| Terminal Label | Description |
|---|---|
| L | Live AC input (110V or 220V) |
| N | Neutral AC input |
| GND | Ground (Earth) connection |
| +V | Positive DC output (12V) |
| -V | Negative DC output (Ground) |
Input Connection:
Output Connection:
Power On:
The WEIYU S120-12 240W can be used to power an Arduino UNO and additional peripherals. Below is an example circuit and code:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by 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 | Check and set the correct input voltage. |
| Overheating | Poor ventilation or excessive load | Ensure proper airflow and reduce the load. |
| Output voltage fluctuates | Unstable input voltage or overload | Stabilize input voltage or reduce the load. |
| Device not powering on | Loose connections or blown fuse | Check connections and replace the fuse. |
Can I use this power supply for a 12V battery charger?
Is the power supply waterproof?
Can I connect multiple devices to this power supply?
How do I know if the power supply is overloaded?
By following this documentation, you can safely and effectively use the WEIYU S120-12 240W power supply in your projects.