

A Buck-Boost Converter (BEC) is a type of DC-DC converter designed to efficiently step down (buck) or step up (boost) voltage levels. Manufactured by APEX RC, the 3AMP 6-25.2V 5V/6V BEC is a versatile power management component that ensures stable voltage output for sensitive electronic devices. It is commonly used in remote-controlled vehicles, drones, robotics, and other applications requiring reliable voltage regulation.








| Parameter | Value |
|---|---|
| Manufacturer | APEX RC |
| Part ID | 3AMP 6-25.2V 5V/6V |
| Input Voltage Range | 6V to 25.2V |
| Output Voltage Options | 5V or 6V (selectable) |
| Maximum Output Current | 3A |
| Efficiency | Up to 92% |
| Dimensions | Compact and lightweight design |
| Weight | Approximately 10g |
| Pin Name | Description |
|---|---|
| Input (+) | Positive input terminal for the DC voltage source (6V to 25.2V). |
| Input (-) | Negative input terminal (ground) for the DC voltage source. |
| Output (+) | Positive output terminal providing regulated 5V or 6V (selectable). |
| Output (-) | Negative output terminal (ground) for the regulated voltage. |
| Voltage Select | Jumper or switch to select between 5V and 6V output. |
Connect the Input Terminals:
Input (+) pin.Input (-) pin.Set the Output Voltage:
Connect the Output Terminals:
Output (+) pin to the positive terminal of your load (e.g., RC receiver, microcontroller).Output (-) pin to the ground of your load.Verify Connections:
Power On:
The BEC can be used to power an Arduino UNO by providing a stable 5V output. Below is an example circuit and code:
Output (+) to the Arduino's 5V pin.Output (-) to the Arduino's GND pin.// Example code to blink an LED using an Arduino UNO powered by the BEC
// Ensure the BEC is set to 5V output before connecting to the Arduino
const int ledPin = 13; // Built-in LED pin on Arduino UNO
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect input voltage or polarity | Verify input voltage and polarity. |
| Overheating | Exceeding maximum current limit | Reduce load current or improve cooling. |
| Output voltage not stable | Input voltage too low or noisy | Ensure input voltage is within range and stable. |
| Device not powering on | Jumper/switch not set correctly | Check and set the output voltage jumper. |
Can I use the BEC with a 4S LiPo battery?
How do I select between 5V and 6V output?
What happens if I exceed the 3A current limit?
Can I use the BEC to power multiple devices?
Is the BEC waterproof?
This documentation provides a comprehensive guide to using the APEX RC 3AMP 6-25.2V 5V/6V BEC. Follow the instructions and best practices to ensure optimal performance and longevity of the component.