

The DEWA AUDI VARIASI DC-DC Converter is a high-power, efficient device designed to step up or step down DC voltage levels while maintaining a maximum power output of 1500 watts. This versatile component is widely used in applications requiring reliable voltage conversion, such as renewable energy systems, electric vehicles, industrial equipment, and custom power supply designs. Its robust design ensures stable performance under varying load conditions, making it an essential tool for engineers and hobbyists alike.








The following table outlines the key technical details of the DEWA AUDI VARIASI DC-DC Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 10V - 60V DC |
| Output Voltage Range | 12V - 90V DC |
| Maximum Power Output | 1500W |
| Maximum Output Current | 30A |
| Efficiency | Up to 97% |
| Operating Temperature | -40°C to +85°C |
| Cooling Method | Active cooling (fan included) |
| Dimensions | 130mm x 85mm x 55mm |
| Weight | 450g |
The DC-DC converter has four main connection terminals, as described below:
| Pin/Terminal | Label | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage terminal |
| 2 | VIN- | Negative input voltage terminal (ground) |
| 3 | VOUT+ | Positive output voltage terminal |
| 4 | VOUT- | Negative output voltage terminal (ground) |
Connect the Input Voltage:
VIN+ terminal and the negative input wire to the VIN- terminal.Set the Desired Output Voltage:
VOUT+ and VOUT- terminals during adjustment.Connect the Load:
VOUT+ and VOUT- terminals.Power On:
The DC-DC converter can be used to power an Arduino UNO by stepping down a higher voltage source (e.g., 24V) to 5V. Below is an example circuit and code:
VIN+ and VIN- terminals of the converter.VOUT+ terminal to the Arduino's 5V pin and the VOUT- terminal to the Arduino's GND pin.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the DC-DC converter is set to output 5V before powering the Arduino
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:
Fan Not Working:
Q: Can this converter be used with a battery?
Q: Is the output voltage adjustable?
Q: Can I use this converter for AC input?
Q: What happens if the load exceeds 1500W?