

The Modul Buck-Boost 8A by OSKJ is a versatile DC-DC converter module designed to step up or step down voltage levels in electronic circuits. It ensures a stable output voltage even when the input voltage fluctuates, making it ideal for applications requiring consistent power delivery. With a maximum current handling capacity of 8A, this module is suitable for high-power devices and systems.








The following table outlines the key technical details of the Modul Buck-Boost 8A:
| Parameter | Value |
|---|---|
| Input Voltage Range | 5V to 30V |
| Output Voltage Range | 1.2V to 30V (adjustable) |
| Maximum Output Current | 8A |
| Output Power | Up to 150W |
| Efficiency | Up to 95% (depending on load) |
| Switching Frequency | 150 kHz |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 60mm x 40mm x 20mm |
The module has the following input and output connections:
| Pin | Label | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage terminal |
| 2 | VIN- | Negative input voltage terminal (GND) |
| 3 | VOUT+ | Positive output voltage terminal |
| 4 | VOUT- | Negative output voltage terminal (GND) |
| 5 | ADJ | Voltage adjustment potentiometer (onboard) |
Connect the Input Voltage:
VIN+ terminal.VIN- terminal.Connect the Output Load:
VOUT+.VOUT-.Adjust the Output Voltage:
ADJ to set the desired output voltage.Power On:
To power an Arduino UNO with a stable 9V output from a 12V battery, follow these steps:
VIN+ and the negative terminal to VIN-.ADJ potentiometer to set the output voltage to 9V.VOUT+ to the Arduino's VIN pin and VOUT- to the Arduino's GND pin.Here is an example Arduino code to blink an LED while powered by the Modul Buck-Boost 8A:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
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:
Output Voltage Fluctuates:
Module Overheats:
Cannot Adjust Output Voltage:
Q1: Can I use this module to charge a battery?
A1: Yes, but ensure the output voltage matches the battery's charging voltage, and use a current-limiting circuit if necessary.
Q2: What happens if I reverse the input polarity?
A2: The module does not have reverse polarity protection. Reversing the input polarity may permanently damage the module.
Q3: Can I use this module with a solar panel?
A3: Yes, the module is suitable for solar applications. Ensure the solar panel's output voltage and current are within the module's input range.
Q4: Is the module waterproof?
A4: No, the module is not waterproof. Use it in a dry environment or enclose it in a waterproof case for outdoor use.