

The MATEK BEC 12S PRO is a high-efficiency voltage regulator designed to step down voltage from a 12S LiPo battery (up to 50.4V) to a stable output voltage. This component is ideal for use in RC (radio-controlled) applications, such as drones, planes, and other remote-controlled vehicles, where reliable power delivery is critical for onboard electronics. Its compact design and robust performance make it a popular choice for hobbyists and professionals alike.








The MATEK BEC 12S PRO is designed to handle high input voltages and provide a stable output with minimal heat generation. Below are the key technical details:
| Parameter | Value |
|---|---|
| Input Voltage Range | 12S LiPo (up to 50.4V) |
| Output Voltage Options | 5V, 9V, 12V (selectable via jumper) |
| Maximum Output Current | 3A |
| Efficiency | Up to 95% |
| Dimensions | 21mm x 15mm x 6mm |
| Weight | 4g |
| Operating Temperature | -40°C to 85°C |
The MATEK BEC 12S PRO has a simple pinout for easy integration into your circuit. Below is the pin configuration:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage (connect to battery positive) |
| VIN- | Negative input voltage (connect to battery ground) |
| VOUT+ | Positive output voltage (regulated output) |
| VOUT- | Negative output voltage (ground) |
Connect the Input Voltage:
Select the Output Voltage:
Connect the Output Voltage:
Verify Connections:
The MATEK BEC 12S PRO can be used to power an Arduino UNO in high-voltage systems. Below is an example setup and code:
// Example code to blink an LED on pin 13 of the Arduino UNO
// Ensure the MATEK BEC 12S PRO is providing 5V to 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 the MATEK BEC 12S PRO with a 6S LiPo battery?
A: Yes, the BEC can handle input voltages lower than 12S, such as 6S (22.2V). Ensure the input voltage is within the specified range.
Q: Is the output voltage adjustable beyond the preset options?
A: No, the output voltage is fixed to 5V, 9V, or 12V, depending on the jumper setting.
Q: Can I power multiple devices simultaneously?
A: Yes, as long as the total current draw does not exceed 3A.
Q: Does the BEC have reverse polarity protection?
A: No, the MATEK BEC 12S PRO does not have built-in reverse polarity protection. Always double-check your connections.