

An inverter is an electronic device that converts direct current (DC) into alternating current (AC). This conversion allows DC power sources, such as batteries or solar panels, to power AC devices, including household appliances, industrial equipment, and other electronics. Inverters are essential in renewable energy systems, uninterruptible power supplies (UPS), and portable power solutions.
The DEWA AUDI VARIASI inverter is a reliable and efficient solution for converting DC to AC, designed for a wide range of applications, including residential, commercial, and industrial use.








| Parameter | Value |
|---|---|
| Manufacturer | DEWA |
| Part ID | AUDI VARIASI |
| Input Voltage Range | 12V DC to 48V DC |
| Output Voltage | 110V AC or 220V AC (selectable) |
| Output Frequency | 50Hz or 60Hz (selectable) |
| Output Waveform | Pure Sine Wave |
| Efficiency | Up to 95% |
| Power Rating | 500W, 1000W, 2000W (varies by model) |
| Protection Features | Overload, short circuit, over-temperature, low voltage, and overvoltage protection |
| Operating Temperature | -10°C to 50°C |
| Dimensions | Varies by model (e.g., 250mm x 150mm x 80mm for 1000W model) |
| Weight | Approx. 2.5kg (1000W model) |
The DEWA AUDI VARIASI inverter typically includes the following input/output connections:
| Pin Name | Description |
|---|---|
| DC+ | Positive DC input terminal |
| DC- | Negative DC input terminal |
| Pin Name | Description |
|---|---|
| AC-L | Live AC output terminal |
| AC-N | Neutral AC output terminal |
| Pin/Indicator | Description |
|---|---|
| Power Switch | Turns the inverter on/off |
| LED Indicator | Displays operational status (e.g., power on, fault) |
| Mode Selector | Switch to select output voltage/frequency |
Connect the DC Input:
DC+ pin and the negative terminal to the DC- pin.Connect the AC Output:
AC-L and AC-N output terminals.Power On the Inverter:
Select Output Voltage/Frequency:
Monitor Operation:
If you are using the inverter in a project with an Arduino UNO to control its operation (e.g., turning it on/off via a relay), here is an example code snippet:
// Arduino code to control an inverter using a relay module
// Connect the relay module's control pin to Arduino pin 7
const int relayPin = 7; // Pin connected to the relay module
void setup() {
pinMode(relayPin, OUTPUT); // Set relay pin as output
digitalWrite(relayPin, LOW); // Ensure relay is off at startup
}
void loop() {
// Turn on the inverter
digitalWrite(relayPin, HIGH); // Activate relay
delay(10000); // Keep inverter on for 10 seconds
// Turn off the inverter
digitalWrite(relayPin, LOW); // Deactivate relay
delay(10000); // Keep inverter off for 10 seconds
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Inverter does not power on | DC input voltage is too low or too high | Check and adjust the DC input voltage |
| No AC output | Overload or short circuit protection | Reduce the load or check for shorts |
| Overheating | Poor ventilation or high ambient temp | Improve ventilation or reduce load |
| LED indicates fault | Various (e.g., overvoltage, low voltage) | Refer to the user manual for fault codes |
Can I use the inverter with a solar panel directly?
What type of appliances can I power with this inverter?
How do I know if the inverter is overloaded?
Can I connect multiple inverters in parallel?
What is the difference between pure sine wave and modified sine wave inverters?
This documentation provides a comprehensive guide to understanding, using, and troubleshooting the DEWA AUDI VARIASI inverter. For further assistance, refer to the manufacturer's user manual or contact technical support.