

The Adjustable Voltage Output Buck Converter Multi-Channel Switching Power Supply Module by Estink is a versatile and efficient power supply module designed to step down a higher input voltage to a lower, adjustable output voltage. This module supports multiple output channels, making it ideal for powering various devices and circuits simultaneously. Its compact design and high efficiency make it suitable for a wide range of applications, including DIY electronics projects, embedded systems, robotics, and industrial automation.








Below are the key technical details of the Estink Adjustable Voltage Output Buck Converter:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 6V to 40V DC |
| Output Voltage Range | 1.25V to 36V DC (adjustable) |
| Output Channels | 2 or more (varies by model) |
| Maximum Output Current | 3A per channel (with proper heat dissipation) |
| Efficiency | Up to 92% |
| Switching Frequency | 150 kHz |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 60mm x 40mm x 20mm |
The module typically features the following input and output connections:
| Pin/Terminal | Label | Description |
|---|---|---|
| VIN+ | Input + | Positive input voltage terminal (6V to 40V DC) |
| VIN- | Input - | Negative input voltage terminal (ground) |
| VOUT1+ | Output 1+ | Positive output voltage terminal for Channel 1 |
| VOUT1- | Output 1- | Negative output voltage terminal for Channel 1 |
| VOUT2+ | Output 2+ | Positive output voltage terminal for Channel 2 |
| VOUT2- | Output 2- | Negative output voltage terminal for Channel 2 |
| ADJ | Adjust | Potentiometer to adjust output voltage |
Connect the Input Voltage:
VIN+ pin.VIN- pin.Adjust the Output Voltage:
ADJ to set the desired output voltage.VOUT+ and VOUT- terminals for precise adjustment.Connect the Load:
VOUT1+/VOUT1- or VOUT2+/VOUT2-).Power On:
To power an Arduino UNO with a 5V regulated output from the module:
VOUT1+ terminal to the Arduino's 5V pin and the VOUT1- terminal to the GND pin.Here is a simple Arduino code to blink an LED, powered by the module:
// Blink an LED connected to pin 13
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 is Unstable:
Module Overheats:
Cannot Adjust Output Voltage:
Q: Can I use this module to charge a battery?
A: Yes, but ensure the output voltage is set to the appropriate charging voltage for the battery type, and use a current-limiting circuit if necessary.
Q: Can I use both output channels simultaneously?
A: Yes, but ensure the total current draw does not exceed the module's thermal and electrical limits.
Q: Is the module protected against reverse polarity?
A: No, the module does not have built-in reverse polarity protection. Always double-check your connections before powering on.
Q: Can I use this module with an AC power source?
A: No, the module requires a DC input voltage. Use an AC-to-DC adapter if necessary.
This concludes the documentation for the Adjustable Voltage Output Buck Converter Multi-Channel Switching Power Supply Module by Estink.