

The DC-DC 12V/24V to 5V 15A Converter 75W Step Down, manufactured by Tobsun, is a high-efficiency power converter designed to step down input voltages of 12V or 24V to a stable 5V output. With a maximum output current of 15A and a power rating of 75W, this converter is ideal for powering a wide range of electronic devices, including microcontrollers, single-board computers, USB-powered devices, and automotive electronics.








Below are the key technical details of the Tobsun DC-DC 12V/24V to 5V 15A Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 40V |
| Output Voltage | 5V ± 0.2V |
| Maximum Output Current | 15A |
| Output Power | 75W |
| Efficiency | Up to 96% |
| Operating Temperature | -40°C to +80°C |
| Protection Features | Overcurrent, Overvoltage, Overheat, Short Circuit |
| Dimensions | 74mm x 74mm x 32mm |
| Weight | ~200g |
The converter has four connection terminals for input and output. The table below describes each terminal:
| Pin | Label | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage terminal (connect to 12V/24V) |
| 2 | VIN- | Negative input voltage terminal (connect to ground) |
| 3 | VOUT+ | Positive output voltage terminal (5V output) |
| 4 | VOUT- | Negative output voltage terminal (output ground) |
The Tobsun DC-DC converter can be used to power an Arduino UNO from a 12V car battery. Below is an example wiring diagram and Arduino code to blink an LED:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered via the 5V output of the DC-DC 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 loose connections | Verify all connections and ensure proper polarity. |
| Output voltage is unstable | Input voltage is outside the specified range | Ensure the input voltage is between 8V and 40V. |
| Converter overheats during operation | Excessive load current or poor ventilation | Reduce the load current or improve heat dissipation. |
| Device connected to output is not working | Output current is insufficient for the load | Ensure the load does not exceed 15A. |
Can this converter be used with a 24V solar panel?
What happens if the input voltage exceeds 40V?
Is the output voltage adjustable?
Can I use this converter to charge USB devices?
By following this documentation, you can safely and effectively use the Tobsun DC-DC 12V/24V to 5V 15A Converter in your projects.