

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.








Below are the key technical details of the 12V 15A Power Supply:
| Parameter | Specification |
|---|---|
| Input Voltage | 100-240V AC, 50/60Hz |
| Output Voltage | 12V DC |
| Maximum Output Current | 15A |
| Power Output | 180W |
| Efficiency | ≥85% |
| Operating Temperature | -10°C to +50°C |
| Protection Features | Overload, Overvoltage, Short Circuit |
| Dimensions | Varies by model (e.g., 200mm x 100mm x 50mm) |
| Weight | ~1.2kg |
The power supply typically has the following input and output terminals:
| Pin | Label | Description |
|---|---|---|
| 1 | L | Live wire (AC input) |
| 2 | N | Neutral wire (AC input) |
| 3 | GND | Ground connection for safety |
| Pin | Label | Description |
|---|---|---|
| 1 | +V | Positive DC output (12V) |
| 2 | -V | Negative DC output (Ground) |
Connect the Input Terminals:
Connect the Output Terminals:
Power On:
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 the power supply to an Arduino UNO:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by the 12V 15A power supply via VIN and GND.
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:
Overheating:
Output Voltage Fluctuations:
Short Circuit Protection Triggered:
Q1: Can I use this power supply to charge a 12V battery?
A1: Yes, but ensure the battery charging current does not exceed 15A. Use a charge controller for optimal charging.
Q2: Is this power supply waterproof?
A2: No, this power supply is not waterproof. Use it in a dry environment or within a protective enclosure.
Q3: Can I connect multiple devices to this power supply?
A3: Yes, as long as the total current draw of all devices does not exceed 15A.
Q4: What happens if I exceed the 15A limit?
A4: The power supply's overload protection will activate, shutting down the output to prevent damage.
By following this documentation, you can safely and effectively use the 12V 15A Power Supply in your projects.