

The TOBSUN 12V to 5V Step Down Converter (Manufacturer Part ID: IG-PC12-5V) is a DC-DC buck converter designed to efficiently step down a 12V input voltage to a stable 5V output. This component is ideal for powering devices that require a lower voltage, such as microcontrollers, sensors, and USB-powered devices. Its compact design and high efficiency make it a popular choice for automotive, industrial, and DIY electronics projects.








The following table outlines the key technical details of the TOBSUN 12V to 5V Step Down Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 20V |
| Output Voltage | 5V ± 0.1V |
| Maximum Output Current | 3A |
| Efficiency | Up to 96% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 25mm x 15mm x 10mm |
| Weight | 10g |
The TOBSUN IG-PC12-5V converter has four pins for input and output connections. The table below describes each pin:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage (8V to 20V) |
| VIN- | Negative input voltage (ground) |
| VOUT+ | Positive output voltage (5V) |
| VOUT- | Negative output voltage (ground) |
Connect the Input Voltage:
Connect the Output Voltage:
Verify Connections:
Power On:
The TOBSUN 12V to 5V Step Down Converter can be used to power an Arduino UNO from a 12V power source. Below is an example circuit and Arduino code:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the TOBSUN 12V to 5V Step Down 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
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Device Not Powering On:
Q: Can I use this converter with a 24V input?
A: No, the maximum input voltage is 20V. Using a 24V input may damage the converter.
Q: Is the output voltage adjustable?
A: No, the output voltage is fixed at 5V.
Q: Can I use this converter to charge a USB device?
A: Yes, the 5V output is suitable for USB devices, provided the current draw does not exceed 3A.
Q: Does the converter have built-in overcurrent protection?
A: No, the converter does not include overcurrent protection. Ensure the load does not exceed the specified maximum current.