

The Castle Creations CC BEC 2.0 is a high-performance battery eliminator circuit (BEC) designed to provide a stable and adjustable voltage output for powering servos, receivers, and other electronics in remote control (RC) applications. By eliminating the need for a separate receiver battery, the CC BEC 2.0 simplifies power management and reduces the overall weight of RC systems. It is particularly well-suited for high-power setups where consistent and reliable power delivery is critical.








The CC BEC 2.0 is available in two variants: Standard and High Voltage (HV). Below are the key specifications for both models:
| Specification | Standard Version | High Voltage (HV) Version |
|---|---|---|
| Input Voltage Range | 2S to 6S LiPo (8V–25.2V) | 2S to 12S LiPo (8V–50.4V) |
| Output Voltage Range | 4.75V to 12V (adjustable) | 4.75V to 14V (adjustable) |
| Maximum Continuous Current | 15A | 15A |
| Peak Current (2 seconds) | 20A | 20A |
| Efficiency | Up to 90% | Up to 90% |
| Dimensions | 1.69" x 1.3" x 0.94" | 1.69" x 1.3" x 0.94" |
| Weight | 0.9 oz (25.5 g) | 0.9 oz (25.5 g) |
The CC BEC 2.0 has a simple wiring interface for easy integration into RC systems. Below is the pin configuration:
| Pin/Wire Color | Description |
|---|---|
| Red Wire | Positive output voltage (VOUT) |
| Black Wire | Ground (GND) |
| Yellow Wire | Signal wire for programming (optional) |
| Input Wires | Two thicker wires for battery input (polarity marked) |
The CC BEC 2.0 can be used to power an Arduino UNO in projects requiring a stable voltage source. Below is an example of how to connect it:
// Example Arduino code to test power delivery from the CC BEC 2.0
void setup() {
pinMode(LED_BUILTIN, OUTPUT); // Set the built-in LED pin as an output
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(LED_BUILTIN, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
BEC Overheating:
Output Voltage Not Stable:
Receiver or Servos Not Powering On:
Programming Issues:
Q: Can I use the CC BEC 2.0 with a 3S LiPo battery?
A: Yes, both the Standard and HV versions support 3S LiPo batteries. Ensure the input voltage is within the specified range.
Q: How do I know if the BEC is overheating?
A: The BEC may shut down or reduce output power if it overheats. Check for excessive heat during operation and ensure proper airflow.
Q: Can I power multiple servos with the CC BEC 2.0?
A: Yes, as long as the total current draw does not exceed the maximum continuous current rating of 15A.
Q: Is the CC BEC 2.0 waterproof?
A: No, the CC BEC 2.0 is not waterproof. Protect it from water exposure to avoid damage.
By following this documentation, users can effectively integrate the Castle Creations CC BEC 2.0 into their RC systems for reliable and efficient power management.