The TNK SMPS 12V 15A is a Switched-Mode Power Supply designed to provide a stable 12-volt output with a maximum current of 15 amperes. This component is essential for powering various electronic devices and systems, ensuring efficient and reliable performance. Common applications include powering LED strips, motor drivers, microcontrollers, and other electronic circuits that require a stable 12V power source.
Parameter | Value |
---|---|
Input Voltage | 100-240V AC |
Output Voltage | 12V DC |
Maximum Output Current | 15A |
Power Rating | 180W |
Efficiency | >85% |
Operating Temperature | -10°C to 60°C |
Dimensions | 200mm x 100mm x 50mm |
Weight | 600g |
Pin No. | Label | Description |
---|---|---|
1 | L | Live AC input |
2 | N | Neutral AC input |
3 | GND | Ground |
4 | +V | +12V DC output |
5 | -V | Ground (0V) DC output |
No Output Voltage
Overheating
Voltage Fluctuations
Noise in Output
Q1: Can I use this SMPS to power my Arduino UNO?
Q2: What should I do if the SMPS stops working suddenly?
Q3: Is it safe to use this SMPS outdoors?
Below is an example code to power an Arduino UNO using the TNK SMPS 12V 15A. The SMPS is connected to the VIN pin of the Arduino to provide a stable 12V power supply.
/*
Example code to power Arduino UNO using TNK 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 TNK 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 TNK SMPS 12V 15A, ensuring both beginners and experienced users can effectively utilize this component in their projects.