

The PDB-XT60 by Matek Systems is a Power Distribution Board designed to efficiently distribute power from a single battery source to multiple electronic components in drones, RC vehicles, and other multi-rotor systems. Equipped with an XT60 connector, this PDB simplifies power management by providing a centralized hub for power distribution, reducing wiring complexity and ensuring reliable connections.








| Parameter | Value |
|---|---|
| Manufacturer | Matek Systems |
| Part ID | PDB-XT60 |
| Input Voltage Range | 3S to 6S LiPo (11.1V to 25.2V) |
| Maximum Current | 120A (continuous) |
| XT60 Connector Rating | 60A (continuous), 100A (burst) |
| BEC Output Voltage | 5V and 12V |
| BEC Output Current | 2A (5V) and 500mA (12V) |
| Dimensions | 36mm x 50mm |
| Weight | 10g |
| PCB Thickness | 1.6mm |
| Mounting Hole Spacing | 30.5mm x 30.5mm (standard M3 spacing) |
The PDB-XT60 features multiple solder pads and connectors for power input and output. Below is a description of the key connections:
| Pin/Pad Name | Description |
|---|---|
| XT60 Connector | Main power input for the PDB. Connects to the LiPo battery. |
| + (Positive) | Positive solder pads for distributing power to ESCs or other components. |
| - (Negative) | Negative solder pads for completing the circuit to ESCs or other devices. |
| 5V Output | Regulated 5V output for powering flight controllers or other electronics. |
| 12V Output | Regulated 12V output for powering cameras, VTX, or other peripherals. |
Connect the Battery:
Distribute Power:
Mount the PDB:
Check Connections:
The PDB-XT60 can be used to power an Arduino UNO via its 5V regulated output. Below is an example of how to connect it:
// Example Arduino code to blink an LED using power from the PDB-XT60
const int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No power output from the PDB | Incorrect battery connection | Verify battery polarity and connection. |
| Components not receiving power | Poor solder joints | Re-solder connections with proper heat. |
| Overheating of the PDB | Exceeding current limits | Ensure total current draw is below 120A. |
| Voltage mismatch on 5V/12V outputs | Overloaded BEC outputs | Reduce load on the BEC outputs. |
| Short circuit detected | Exposed solder joints or wiring issues | Inspect and insulate all connections. |
Can I use the PDB-XT60 with a 2S LiPo battery?
What is the maximum power output of the PDB?
Can I power multiple devices from the 5V and 12V outputs?
Is the PDB-XT60 compatible with all ESCs?
By following this documentation, users can effectively integrate the PDB-XT60 into their projects for efficient and reliable power distribution.