

The POWER SUPPLY 12V 5AMP is a device designed to convert electrical energy from an input source (such as AC mains) into a stable 12V DC output. It is capable of delivering up to 5 amps of current, making it suitable for powering a wide range of electronic circuits and devices. This power supply is commonly used in applications such as LED lighting, motor drivers, microcontroller-based systems, and other devices requiring a reliable 12V DC power source.








| Parameter | Value |
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage | 12V DC |
| Maximum Output Current | 5A |
| Power Output | 60W |
| Efficiency | ≥85% |
| Ripple and Noise | ≤120mVp-p |
| Operating Temperature | -10°C to +50°C |
| Protection Features | Overload, Overvoltage, Short Circuit |
| Pin Name | Description |
|---|---|
| AC Input (L) | Live wire connection for AC mains input |
| AC Input (N) | Neutral wire connection for AC mains input |
| Ground (GND) | Ground connection for safety |
| DC Output (+) | Positive terminal for 12V DC output |
| DC Output (-) | Negative terminal (ground) for 12V DC output |
Input Connection:
L (Live) and N (Neutral) terminals of the power supply.GND terminal for safety.Output Connection:
+ (positive) and - (negative) output terminals.Power On:
The POWER SUPPLY 12V 5AMP 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:
+ terminal of the power supply to the Arduino's VIN pin or barrel jack center pin.- terminal of the power supply to the Arduino's GND pin or barrel jack outer sleeve.// Example code to blink an LED connected to pin 13 on Arduino UNO
// Ensure the Arduino is powered by the 12V 5A 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
}
No Output Voltage:
L and N terminals.Output Voltage Fluctuates:
Device Not Powering On:
Power Supply Overheating:
Q: Can I use this power supply to charge a 12V battery?
Q: Is this power supply waterproof?
Q: Can I connect multiple devices to this power supply?
Q: What happens if I exceed the 5A limit?
This concludes the documentation for the POWER SUPPLY 12V 5AMP. Always follow safety guidelines and manufacturer recommendations when using this component.