The TNK SMPS 12V 15A is a high-efficiency Switch Mode Power Supply designed to convert AC mains voltage into a stable 12V DC output. With a maximum current capacity of 15A, this SMPS is ideal for powering a wide range of electronic devices, including LED strips, CCTV systems, industrial equipment, and other DC-powered applications. Its compact design, high efficiency, and reliable performance make it a popular choice for both hobbyists and professionals.
The following table outlines the key technical details of the TNK SMPS 12V 15A:
Parameter | Specification |
---|---|
Input Voltage Range | 100-240V AC, 50/60Hz |
Output Voltage | 12V DC |
Maximum Output Current | 15A |
Maximum Output Power | 180W |
Efficiency | ≥85% |
Ripple and Noise | ≤120mV (peak-to-peak) |
Operating Temperature | -10°C to +50°C |
Cooling Method | Natural air cooling or fan-assisted |
Dimensions | 200mm x 98mm x 42mm |
Weight | ~600g |
Protection Features | Overload, overvoltage, short circuit |
The TNK SMPS 12V 15A has the following input and output terminals:
Pin Label | Description |
---|---|
L | Live AC input (100-240V AC) |
N | Neutral AC input |
GND | Earth/ground connection |
V+ | Positive DC output (12V) |
V- | Negative DC output (GND) |
ADJ | Voltage adjustment (±10% of 12V output) |
Wiring the Input:
L
(Live) and N
(Neutral) terminals.GND
terminal is connected to the earth/ground for safety.Wiring the Output:
V+
terminal to the positive input of your load (e.g., LED strip, motor).V-
terminal to the negative input of your load (GND).Adjusting the Output Voltage:
ADJ
screw to fine-tune the output voltage within ±10% of 12V (10.8V to 13.2V).Powering On:
ADJ
screw to maintain stable operation.The TNK SMPS 12V 15A can be used to power an Arduino UNO via a DC-DC step-down converter (e.g., a buck converter) to step down the 12V to 5V. Below is an example wiring and code:
V+
and V-
terminals of the SMPS to the input of the buck converter.5V
and GND
pins.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the SMPS through a buck converter
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
}
Issue | Possible Cause | Solution |
---|---|---|
No output voltage | Incorrect wiring or no AC input | Verify input wiring and ensure AC mains is connected. |
Output voltage too high or too low | Misadjusted ADJ screw |
Adjust the ADJ screw while monitoring with a multimeter. |
SMPS overheating | Poor ventilation or excessive load | Ensure proper airflow and reduce the load to within 15A. |
Load not functioning properly | Insufficient current or incorrect wiring | Check load requirements and verify wiring connections. |
SMPS shuts down intermittently | Overload or short circuit protection active | Reduce the load or check for short circuits. |
Can I use this SMPS to power a 5V device?
Is the SMPS suitable for outdoor use?
What happens if I exceed the 15A limit?
Can I use this SMPS to charge a 12V battery?
By following this documentation, you can safely and effectively use the TNK SMPS 12V 15A in your projects.