

The Ultra-Small Size DC-DC 5V 3A BEC Power Supply Buck Step Down Module by Robu is a compact and efficient DC-DC converter designed to step down a higher input voltage to a stable 5V output. With a maximum current output of 3A, this module is ideal for powering low-voltage devices such as microcontrollers, sensors, and other electronic components. Its small size and high efficiency make it suitable for space-constrained applications.








The following table outlines the key technical details of the module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 6V to 26V |
| Output Voltage | 5V (fixed) |
| Maximum Output Current | 3A |
| Efficiency | Up to 92% |
| Dimensions | 22mm x 17mm x 4mm |
| Weight | 3g |
| Operating Temperature | -40°C to +85°C |
The module has three pins for input and output connections:
| Pin Name | Description |
|---|---|
| VIN | Input voltage (6V to 26V) |
| GND | Ground (common for input and output) |
| VOUT | Regulated 5V output |
Connect the Input Voltage:
VIN pin.GND pin.Connect the Output Load:
VOUT pin.GND pin.Verify Connections:
Power On:
The module can be used to power an Arduino UNO by stepping down a higher voltage (e.g., 12V) to 5V. Below is an example circuit and code:
VIN and GND pins of the module.VOUT pin of the module to the 5V pin of the Arduino UNO.GND pin of the module to the GND pin of the Arduino UNO.// Example code to blink an LED using Arduino UNO powered by the DC-DC module
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:
Overheating:
Output Voltage Fluctuations:
Module Not Working After Connection:
Q: Can this module be used with a LiPo battery?
A: Yes, as long as the battery voltage is within the 6V to 26V range.
Q: Does the module have short-circuit protection?
A: No, the module does not have built-in short-circuit protection. Use it with care to avoid damage.
Q: Can I adjust the output voltage?
A: No, the output voltage is fixed at 5V and cannot be adjusted.
Q: Is it safe to use this module for powering sensitive electronics?
A: Yes, the module provides a stable 5V output, making it suitable for sensitive electronics. However, ensure proper connections and avoid overloading.
This concludes the documentation for the Ultra-Small Size DC-DC 5V 3A BEC Power Supply Buck Step Down Module by Robu. For further assistance, refer to the manufacturer's datasheet or contact technical support.