

The Tobsun DC-DC 12V/24V to 5V 15A Converter is a high-efficiency step-down power converter designed to provide a stable 5V output from a 12V or 24V DC input. 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, sensors, communication modules, and USB-powered devices.








The following table outlines the key technical specifications of the Tobsun DC-DC 12V/24V to 5V 15A Converter:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 8V to 40V DC |
| Output Voltage | 5V DC ± 0.2V |
| Maximum Output Current | 15A |
| Output Power | 75W |
| Efficiency | Up to 96% |
| Ripple and Noise | ≤ 50mV |
| Operating Temperature | -40°C to +80°C |
| Protection Features | Overcurrent, Overvoltage, Overheat, Short Circuit |
| Dimensions | 74mm x 74mm x 32mm |
| Weight | Approximately 150g |
The converter has four connection terminals for input and output. The pin configuration is as follows:
| Pin | Label | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage (12V or 24V DC) |
| 2 | VIN- | Negative input voltage (Ground) |
| 3 | VOUT+ | Positive output voltage (5V DC) |
| 4 | VOUT- | Negative output voltage (Ground) |
Connect the Input Voltage:
VIN+ pin.VIN- pin.Connect the Output Load:
VOUT+ pin.VOUT- pin.Verify Connections:
Power On:
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:
VIN+ and the negative terminal to VIN-.VOUT+ pin to the Arduino UNO's 5V pin.VOUT- pin to the Arduino UNO's GND pin.// Example code to blink an LED on 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 pin
}
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:
Short Circuit Protection Triggered:
Q1: Can this converter be used to charge USB devices?
A1: Yes, the converter provides a stable 5V output suitable for charging USB devices. However, ensure the connected devices do not exceed the 15A current limit.
Q2: Is the converter waterproof?
A2: No, the converter is not waterproof. It should be used in a dry environment or enclosed in a waterproof housing if used outdoors.
Q3: Can I use this converter with a 48V input?
A3: No, the maximum input voltage is 40V. Using a 48V input may damage the converter.
Q4: Does the converter require an external heatsink?
A4: The converter has built-in thermal protection and a heat-dissipating design. However, for continuous high-current applications, additional cooling may be beneficial.