

The DIYMORE CR-SJ5530 Buck Boost Converter is a versatile DC-DC converter capable of stepping up (boosting) or stepping down (bucking) an input voltage to achieve a stable and desired output voltage. This flexibility makes it an essential component in power supply applications where input voltage may vary but a constant output voltage is required.








The following table outlines the key technical details of the CR-SJ5530 Buck Boost Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 5V to 30V |
| Output Voltage Range | 1.2V to 30V (adjustable) |
| Output Current | Up to 4A |
| Output Power | Maximum 35W |
| Efficiency | Up to 92% |
| Switching Frequency | 150 kHz |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 48mm x 25mm x 14mm |
The CR-SJ5530 module has the following pin layout:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage terminal (connect to the power source) |
| VIN- | Negative input voltage terminal (connect to the ground of the power source) |
| VOUT+ | Positive output voltage terminal (connect to the load) |
| VOUT- | Negative output voltage terminal (connect to the ground of the load) |
| Potentiometer | Adjustable knob to set the desired output voltage |
VIN+ pin.VIN- pin.VOUT+ pin.VOUT- pin.VOUT+ and VOUT- to ensure it matches your requirements before connecting sensitive devices.The CR-SJ5530 can be used to power an Arduino UNO with a stable 5V output. Below is an example setup:
VIN+ and VIN- pins of the converter.VOUT+ pin to the Arduino's 5V pin and the VOUT- pin to the Arduino's GND pin.Here is an example Arduino code to blink an LED, powered by the Buck Boost Converter:
// Simple LED Blink Example
// Ensure the Buck Boost Converter is set to output 5V for the Arduino UNO.
const int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Output Voltage Fluctuates:
Module Overheats:
Cannot Adjust Output Voltage:
Q: Can I use this module to charge a battery?
Q: What happens if I reverse the input polarity?
Q: Can I use this module with a solar panel?
Q: Is the output voltage stable under varying loads?
This concludes the documentation for the DIYMORE CR-SJ5530 Buck Boost Converter.