The Switched-Mode Power Supply (SMPS) 12V 15A is a highly efficient power supply unit designed to provide a stable 12-volt output with a maximum current of 15 amperes. This component is widely used in various electronic applications, including powering microcontrollers, LED strips, communication devices, and other electronic systems that require a reliable 12V power source.
Parameter | Value |
---|---|
Input Voltage | 100-240V AC |
Output Voltage | 12V DC |
Maximum Current | 15A |
Power Rating | 180W |
Efficiency | >85% |
Ripple & Noise | <120mV |
Operating Temp. | -10°C to +60°C |
Storage Temp. | -20°C to +85°C |
Dimensions | 200mm x 100mm x 50mm |
Weight | 600g |
Pin No. | Label | Description |
---|---|---|
1 | L | Live AC input (100-240V) |
2 | N | Neutral AC input |
3 | GND | Ground (Earth) |
4 | +V | Positive DC output (12V) |
5 | -V | Negative DC output (Ground) |
6 | ADJ | Voltage adjustment (fine-tuning) |
No Output Voltage
Output Voltage Fluctuations
Overheating
Q1: Can I use this SMPS to power my Arduino UNO?
Q2: How do I adjust the output voltage?
Q3: What should I do if the SMPS is not working?
Below is an example code to demonstrate how to power an Arduino UNO using the SMPS 12V 15A:
/*
* Example code to demonstrate powering an Arduino UNO using SMPS 12V 15A.
* Connect the +V pin of the SMPS to the VIN pin of the Arduino.
* Connect the -V pin of the SMPS to the GND pin of the Arduino.
*/
void setup() {
// Initialize serial communication at 9600 baud rate
Serial.begin(9600);
// Print a message to the serial monitor
Serial.println("Arduino powered by SMPS 12V 15A");
}
void loop() {
// Blink the built-in LED on pin 13
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
}
This documentation provides a comprehensive guide to using the SMPS 12V 15A, ensuring both beginners and experienced users can effectively utilize this component in their projects.