

The Matek BEC20S-PRO is a high-efficiency voltage regulator designed to provide a stable output voltage of either 5V or 12V from a higher input voltage. With a maximum output current of 20A, this component is ideal for powering RC devices, drones, FPV systems, and other electronics requiring a reliable power source. Its compact design and robust performance make it a popular choice for hobbyists and professionals alike.








The following table outlines the key technical details of the Matek BEC20S-PRO:
| Parameter | Value |
|---|---|
| Input Voltage Range | 9V to 60V (3S to 14S LiPo) |
| Output Voltage Options | 5V or 12V (selectable via jumper) |
| Maximum Output Current | 20A |
| Efficiency | Up to 95% |
| Dimensions | 50mm x 27mm x 12mm |
| Weight | 18g |
| Operating Temperature | -40°C to +85°C |
| Protection Features | Overcurrent, Overtemperature, and Short Circuit Protection |
The Matek BEC20S-PRO has the following pin configuration:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage terminal (connect to battery or power source) |
| VIN- | Negative input voltage terminal (connect to ground of power source) |
| VOUT+ | Positive output voltage terminal (connect to the load requiring regulated power) |
| VOUT- | Negative output voltage terminal (connect to ground of the load) |
| Jumper | Used to select the output voltage (5V or 12V) |
Connect the Input Voltage:
Set the Output Voltage:
Connect the Load:
Power On:
To power an Arduino UNO with the Matek BEC20S-PRO, follow these steps:
Here is an example Arduino sketch to blink an LED while powered by the BEC20S-PRO:
// Blink an LED connected to pin 13
// Ensure the Matek BEC20S-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:
Output Voltage is Incorrect:
Overheating:
Short Circuit Protection Triggered:
Q: Can I use the Matek BEC20S-PRO with a 6S LiPo battery?
A: Yes, the BEC20S-PRO supports input voltages up to 60V, so a 6S LiPo (22.2V nominal) is compatible.
Q: Is the output voltage adjustable beyond 5V or 12V?
A: No, the output voltage is fixed at either 5V or 12V, selectable via the jumper.
Q: Can I power multiple devices simultaneously?
A: Yes, as long as the total current draw does not exceed 20A.
Q: Does the BEC20S-PRO have reverse polarity protection?
A: No, ensure correct polarity when connecting the input voltage to avoid damage.
This concludes the documentation for the Matek BEC20S-PRO.