

The SWITCHING 12V 10A is a high-efficiency switching power supply designed to convert standard AC mains voltage (typically 110V or 220V) into a stable 12V DC output. It is capable of delivering up to 10A of current, making it suitable for powering a wide range of electronic devices and systems. This power supply is commonly used in applications such as LED lighting, industrial control systems, 3D printers, CCTV systems, and other devices requiring a reliable 12V DC power source.








Below are the key technical details of the SWITCHING 12V 10A power supply:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 100V - 240V AC, 50/60Hz |
| Output Voltage | 12V DC |
| Maximum Output Current | 10A |
| Output Power | 120W |
| Efficiency | ≥ 85% |
| Ripple and Noise | ≤ 120mV |
| Operating Temperature | -10°C to +60°C |
| Protection Features | Overload, Overvoltage, Short Circuit |
| Dimensions | Varies by model (e.g., 160mm x 98mm x 42mm) |
| Weight | ~500g |
The power supply typically has the following input and output terminals:
| Pin | Label | Description |
|---|---|---|
| 1 | L | Live AC input (110V/220V) |
| 2 | N | Neutral AC input |
| 3 | GND | Ground (Earth) |
| Pin | Label | Description |
|---|---|---|
| 1 | V+ | Positive 12V DC output |
| 2 | V+ | Positive 12V DC output (parallel pin) |
| 3 | V- | Negative (GND) DC output |
| 4 | V- | Negative (GND) DC output (parallel pin) |
L, N, and GND).V+ and V- terminals to your load (e.g., LED strip, motor, or other devices).The SWITCHING 12V 10A power supply can be used to power an Arduino UNO via a DC-DC step-down converter (buck converter) to reduce the voltage to 5V. Below is an example circuit and code:
V+ and V- terminals of the power supply to the input of the buck converter.5V and GND pins.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the 5V output of the buck converter
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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:
Overheating:
Output Voltage Fluctuations:
Short Circuit Protection Triggered:
By following these guidelines, the SWITCHING 12V 10A power supply can be safely and effectively used in a variety of electronic applications.