

The Vevor DC to DC Charger is a versatile electronic device designed to convert direct current (DC) from one voltage level to another. This functionality is essential for efficiently charging batteries or powering devices that require a different DC voltage than the source provides. The charger is widely used in automotive, marine, and off-grid solar applications, where it ensures stable and reliable power delivery.








The Vevor DC to DC Charger is designed to meet the needs of a wide range of applications. Below are its key technical specifications:
| Specification | Details |
|---|---|
| Input Voltage Range | 12V DC or 24V DC |
| Output Voltage Range | 12V DC or 24V DC (configurable) |
| Maximum Output Current | 20A |
| Efficiency | Up to 95% |
| Operating Temperature | -20°C to 60°C |
| Protection Features | Overvoltage, undervoltage, overcurrent, short circuit, and thermal protection |
| Dimensions | 6.5 x 4.3 x 2.2 inches (approx.) |
| Weight | 1.5 lbs (approx.) |
The Vevor DC to DC Charger typically includes the following input and output terminals:
| Pin/Terminal | Label | Description |
|---|---|---|
| Input (+) | VIN+ | Positive input terminal for the DC source (e.g., vehicle battery or solar panel) |
| Input (-) | VIN- | Negative input terminal for the DC source |
| Output (+) | VOUT+ | Positive output terminal for the connected load or battery |
| Output (-) | VOUT- | Negative output terminal for the connected load or battery |
| Remote Control | REM | Optional terminal for enabling/disabling the charger remotely |
| Ground | GND | Ground connection for the remote control terminal |
Determine Input and Output Voltage Requirements:
Connect the Input Terminals:
VIN+ terminal.VIN- terminal.Connect the Output Terminals:
VOUT+ terminal.VOUT- terminal.Optional Remote Control:
REM terminal.Power On:
If you are using the Vevor DC to DC Charger to power an Arduino UNO from a 24V battery, follow these steps:
VOUT+ and VOUT- terminals to the Arduino's VIN and GND pins, respectively.VIN+ and VIN- terminals.Here is an example Arduino code to blink an LED while powered by the charger:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the Vevor DC to DC Charger.
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:
Charger Not Turning On:
REM terminal and ensure it is properly configured.Output Voltage Fluctuations:
By following this documentation, you can effectively use the Vevor DC to DC Charger in your projects and ensure reliable performance.