

The Matek 12S-PRO BEC is a high-performance battery eliminator circuit (BEC) designed to provide a stable and reliable voltage output for powering servos, flight controllers, and other onboard electronics in multi-rotor and fixed-wing aircraft. It is specifically engineered to handle high-voltage input from batteries, making it an ideal choice for demanding applications in UAVs, drones, and RC aircraft.








The Matek 12S-PRO BEC has a simple pinout for easy integration into your circuit. Below is the pin configuration:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage terminal (connect to the positive terminal of the battery). |
| VIN- | Negative input voltage terminal (connect to the negative terminal of the battery). |
| VOUT+ | Positive output voltage terminal (connect to the load or electronics to be powered). |
| VOUT- | Negative output voltage terminal (connect to the ground of the load or electronics). |
Select the Output Voltage:
Connect the Input Voltage:
Connect the Output Voltage:
Verify Connections:
Power On:
If you are using the Matek 12S-PRO BEC to power an Arduino UNO, follow these steps:
Here is a simple Arduino code example to test the setup:
// Example code to blink an LED connected to pin 13 on the Arduino UNO
// Ensure the Matek 12S-PRO BEC is providing 5V to the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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:
Output Voltage Fluctuations:
Short Circuit Detected:
Q: Can I use the Matek 12S-PRO BEC with a 2S LiPo battery?
A: No, the minimum input voltage is 9V, which corresponds to a 3S LiPo battery.
Q: How do I know if the BEC is overheating?
A: The BEC includes thermal shutdown protection. If it overheats, it will automatically shut down to prevent damage.
Q: Can I power multiple devices with the BEC?
A: Yes, as long as the total current draw does not exceed 5A continuous or 6A peak.
Q: Is the Matek 12S-PRO BEC waterproof?
A: No, the BEC is not waterproof. Protect it from moisture and water exposure during use.
This concludes the documentation for the Matek 12S-PRO BEC. Follow the guidelines above to ensure safe and efficient operation of this high-performance component.