

The Tobsun 120W 24V-12V Stepdown Converter is a high-performance DC-DC step-down voltage regulator designed to convert a 24V input voltage to a stable 12V output voltage. With a maximum power output of 120W, this converter is ideal for powering 12V devices from a 24V power source. Its compact design and robust construction make it suitable for a wide range of applications, including automotive systems, industrial equipment, and renewable energy setups.








The following table outlines the key technical details of the Tobsun 120W 24V-12V Stepdown Converter:
| Parameter | Specification | 
|---|---|
| Input Voltage Range | 18V to 32V DC | 
| Output Voltage | 12V DC (±2% regulation) | 
| Maximum Output Power | 120W | 
| Maximum Output Current | 10A | 
| Efficiency | ≥ 95% | 
| Operating Temperature | -40°C to +85°C | 
| Protection Features | Overload, Overvoltage, Short Circuit | 
| Dimensions | 74mm x 74mm x 32mm | 
| Weight | 200g | 
The Tobsun 120W Stepdown Converter has four connection terminals. The table below describes each terminal:
| Pin | Label | Description | 
|---|---|---|
| 1 | VIN+ | Positive input terminal for 24V DC power source. | 
| 2 | VIN- | Negative input terminal (ground) for 24V DC power. | 
| 3 | VOUT+ | Positive output terminal for 12V DC power. | 
| 4 | VOUT- | Negative output terminal (ground) for 12V DC power. | 
Connect the Input Terminals:
Connect the Output Terminals:
Verify Connections:
Power On:
The Tobsun 120W Stepdown Converter can be used to power an Arduino UNO from a 24V power source. Below is an example wiring setup 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 120W Stepdown 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:
Converter Shuts Down:
Q: Can this converter be used with a 12V battery as the input?
Q: Is the output voltage adjustable?
Q: Can I use this converter to power multiple devices simultaneously?
Q: Does the converter require an external fuse?