Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use BEC: Examples, Pinouts, and Specs

Image of BEC
Cirkit Designer LogoDesign with BEC in Cirkit Designer

Introduction

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.

Explore Projects Built with BEC

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
NPN Transistor-Based Signal Interface with Relimate Connectors
Image of Mini cross: A project utilizing BEC in a practical application
This circuit appears to be a simple transistor-based switching circuit with multiple NPN transistors and resistors, interfaced through relimate connectors. The transistors are likely used to control the flow of current through various parts of the circuit, possibly for switching or amplification purposes, with the relimate connectors providing external connections for power and signal lines.
Cirkit Designer LogoOpen Project in Cirkit Designer
NPN Transistor-Based Voltage Measurement Circuit with Dual Power Supplies
Image of lab9: A project utilizing BEC in a practical application
This circuit is a simple NPN transistor switch configuration powered by two power supplies. It includes resistors to limit current and multimeters to measure voltage and current at various points in the circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer
Interactive Touch and Motion Sensor System with Bela Board and OLED Display
Image of GIZMO Teaset: A project utilizing BEC in a practical application
This circuit integrates a Bela Board with various sensors and actuators, including a TRILL CRAFT touch sensor, an ADXXL335 accelerometer, a vibration motor, and a loudspeaker. The Bela Board processes input from the touch sensor and accelerometer, and controls the vibration motor and loudspeaker, while an OLED display provides visual feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-S3 Beehive Monitoring and Control System with DHT22, BH1750, and MPU6050
Image of IoT: A project utilizing BEC in a practical application
This circuit is a beehive monitoring and control system that uses an ESP32 microcontroller to gather data from various sensors, including temperature, humidity, weight, sound, and acceleration. It also controls a fan, heater, buzzer, indicator lamps, and a servo motor via relays to maintain optimal conditions within the beehive.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with BEC

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Mini cross: A project utilizing BEC in a practical application
NPN Transistor-Based Signal Interface with Relimate Connectors
This circuit appears to be a simple transistor-based switching circuit with multiple NPN transistors and resistors, interfaced through relimate connectors. The transistors are likely used to control the flow of current through various parts of the circuit, possibly for switching or amplification purposes, with the relimate connectors providing external connections for power and signal lines.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of lab9: A project utilizing BEC in a practical application
NPN Transistor-Based Voltage Measurement Circuit with Dual Power Supplies
This circuit is a simple NPN transistor switch configuration powered by two power supplies. It includes resistors to limit current and multimeters to measure voltage and current at various points in the circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of GIZMO Teaset: A project utilizing BEC in a practical application
Interactive Touch and Motion Sensor System with Bela Board and OLED Display
This circuit integrates a Bela Board with various sensors and actuators, including a TRILL CRAFT touch sensor, an ADXXL335 accelerometer, a vibration motor, and a loudspeaker. The Bela Board processes input from the touch sensor and accelerometer, and controls the vibration motor and loudspeaker, while an OLED display provides visual feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of IoT: A project utilizing BEC in a practical application
ESP32-S3 Beehive Monitoring and Control System with DHT22, BH1750, and MPU6050
This circuit is a beehive monitoring and control system that uses an ESP32 microcontroller to gather data from various sensors, including temperature, humidity, weight, sound, and acceleration. It also controls a fan, heater, buzzer, indicator lamps, and a servo motor via relays to maintain optimal conditions within the beehive.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering RC receivers, servos, and flight controllers in drones and RC vehicles.
  • Voltage regulation for microcontrollers and sensors in robotics.
  • Providing stable power to LED lighting systems.
  • General-purpose DC-DC voltage conversion in portable electronics.

Technical Specifications

Key Technical Details

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 Configuration and Descriptions

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.

Usage Instructions

How to Use the Component in a Circuit

  1. Connect the Input Terminals:

    • Attach the positive terminal of your DC power source (6V to 25.2V) to the Input (+) pin.
    • Connect the ground of your power source to the Input (-) pin.
  2. Set the Output Voltage:

    • Use the jumper or switch on the BEC to select the desired output voltage (5V or 6V).
  3. Connect the Output Terminals:

    • Attach the Output (+) pin to the positive terminal of your load (e.g., RC receiver, microcontroller).
    • Connect the Output (-) pin to the ground of your load.
  4. Verify Connections:

    • Double-check all connections to ensure proper polarity and secure wiring.
  5. Power On:

    • Turn on the DC power source. The BEC will regulate the input voltage to the selected output voltage.

Important Considerations and Best Practices

  • Input Voltage Range: Ensure the input voltage is within the specified range (6V to 25.2V) to avoid damage.
  • Current Limit: Do not exceed the maximum output current of 3A to prevent overheating or failure.
  • Heat Dissipation: If operating near the maximum current, ensure adequate ventilation or cooling to maintain efficiency.
  • Polarity: Always observe correct polarity when connecting the input and output terminals.
  • Voltage Selection: Confirm the output voltage setting (5V or 6V) before connecting sensitive devices.

Example: Using the BEC with an Arduino UNO

The BEC can be used to power an Arduino UNO by providing a stable 5V output. Below is an example circuit and code:

Circuit

  1. Connect the BEC's Output (+) to the Arduino's 5V pin.
  2. Connect the BEC's Output (-) to the Arduino's GND pin.
  3. Power the BEC with a DC source (e.g., a 2S or 3S LiPo battery).

Code

// 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
}

Troubleshooting and FAQs

Common Issues and Solutions

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.

FAQs

  1. Can I use the BEC with a 4S LiPo battery?

    • Yes, as long as the battery voltage is within the 6V to 25.2V range.
  2. How do I select between 5V and 6V output?

    • Use the onboard jumper or switch to toggle between the two voltage options.
  3. What happens if I exceed the 3A current limit?

    • The BEC may overheat or shut down to protect itself. Always ensure the load does not exceed 3A.
  4. Can I use the BEC to power multiple devices?

    • Yes, as long as the total current draw does not exceed 3A.
  5. Is the BEC waterproof?

    • No, the BEC is not waterproof. Protect it from moisture and water exposure.

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.