

The Matek BEC Power Module 12S 3x BEC is a high-performance voltage regulator designed for RC (Radio Control) applications. It is capable of stepping down high input voltages from a 12S LiPo battery (up to 50.4V) to provide stable and reliable power output through three independent Battery Eliminator Circuit (BEC) channels. This module is ideal for powering flight controllers, servos, receivers, and other onboard electronics in drones, airplanes, and other RC vehicles.








The Matek BEC Power Module 12S 3x BEC is designed to handle high input voltages and provide multiple regulated outputs. Below are the key technical details:
| Parameter | Value |
|---|---|
| Manufacturer | Matek |
| Part ID | BEC |
| Input Voltage Range | 9V - 50.4V (3S - 12S LiPo) |
| Output Channels | 3 Independent BEC Outputs |
| Efficiency | Up to 95% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 40mm x 20mm x 10mm |
| Weight | 10g |
| Channel | Output Voltage Options | Max Current Output | Notes |
|---|---|---|---|
| BEC 1 | 5V / 6V / 7.2V | 5A | Selectable via solder pads |
| BEC 2 | 5V / 9V / 12V | 3A | Selectable via solder pads |
| BEC 3 | 5V | 1A | Fixed output |
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage (connect to battery +) |
| VIN- | Negative input voltage (connect to battery -) |
| BEC1 OUT+ | Positive output for BEC 1 |
| BEC1 OUT- | Negative output for BEC 1 |
| BEC2 OUT+ | Positive output for BEC 2 |
| BEC2 OUT- | Negative output for BEC 2 |
| BEC3 OUT+ | Positive output for BEC 3 |
| BEC3 OUT- | Negative output for BEC 3 |
Connect the Input Voltage:
Select Output Voltages:
Connect the Outputs:
Verify Connections:
Power On:
The Matek BEC Power Module can be used to power an Arduino UNO via its 5V pin. Below is an example setup:
Here is a simple Arduino code example to blink an LED:
// Blink an LED connected to pin 13 on the Arduino UNO
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:
Overheating:
Incorrect Output Voltage:
Device Not Powering On:
Q: Can I use this module with a 6S LiPo battery?
A: Yes, the module supports input voltages as low as 9V, making it compatible with 6S LiPo batteries.
Q: How do I select the output voltage for BEC 1 and BEC 2?
A: Use the solder pads on the module to configure the desired output voltage. Refer to the silkscreen or datasheet for guidance.
Q: Is the module waterproof?
A: No, the module is not waterproof. Avoid exposing it to water or moisture.
Q: Can I power multiple devices from a single BEC channel?
A: Yes, as long as the total current draw does not exceed the maximum current rating for that channel.