

The 12V 15A Power Supply (Manufacturer: AC, Part ID: Power Supply) is a robust and reliable device designed to convert electrical energy from an AC source into a stable 12V DC output. With a maximum current capacity of 15A, this power supply is ideal for powering a wide range of electronic devices and circuits, including LED strips, motors, microcontrollers, and other high-current applications.








| Parameter | Value |
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage | 12V DC |
| Maximum Output Current | 15A |
| Maximum Output Power | 180W |
| Efficiency | ≥85% |
| Operating Temperature | -10°C to +50°C |
| Cooling Method | Built-in fan (active cooling) |
| Protection Features | Overload, overvoltage, short-circuit protection |
| Pin Name | Description |
|---|---|
| L (Line) | AC live input (connect to the live wire of AC mains). |
| N (Neutral) | AC neutral input (connect to the neutral wire of AC mains). |
| GND (Ground) | Earth/ground connection for safety. |
| V+ (Positive) | Positive 12V DC output terminal. |
| V- (Negative) | Negative 12V DC output terminal (ground). |
The 12V 15A power supply can be used to power an Arduino UNO via its barrel jack or VIN pin. Below is an example of how to connect and use it:
// Simple LED blink example for Arduino UNO
// Ensure the power supply is providing a stable 12V DC to the Arduino
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | AC input not connected or switched off. | Verify AC input connections and power switch. |
| Output voltage too low or unstable | Overloaded power supply or poor ventilation. | Reduce the load or improve ventilation. |
| Power supply overheating | Blocked fan or excessive ambient temperature. | Ensure proper airflow and reduce ambient temperature. |
| Device not powering on | Incorrect polarity or loose connections. | Double-check connections and polarity. |
Can I use this power supply to charge a 12V battery?
Is this power supply suitable for outdoor use?
What happens if I exceed the 15A current limit?
Can I adjust the output voltage?
By following this documentation, you can safely and effectively use the 12V 15A Power Supply in your projects.