

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. It features an integrated XT60 connector for secure and reliable battery connections, along with multiple solder pads for connecting ESCs (Electronic Speed Controllers), flight controllers, and other peripherals.
This component is widely used in drone and RC vehicle applications due to its compact design, high current handling capability, and ease of integration. It simplifies power management in complex systems, ensuring stable and efficient power delivery.








| 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 peak |
| Dimensions | 36mm x 50mm |
| Weight | 10g |
| PCB Thickness | 1.6mm |
| Mounting Hole Spacing | 30.5mm x 30.5mm (standard M3) |
| Operating Temperature | -20°C to 85°C |
The PDB-XT60 does not have traditional pins but instead features solder pads for connections. Below is a description of the key solder pads and connectors:
| Label/Connector | Description |
|---|---|
| XT60 Connector | Main battery input; connects to a LiPo battery via XT60 plug. |
| + (Positive Pads) | Positive solder pads for distributing power to ESCs and other components. |
| - (Negative Pads) | Negative solder pads for completing the circuit for ESCs and peripherals. |
| 5V Output Pads | Regulated 5V output for powering flight controllers or other low-power devices. |
| 12V Output Pads | Regulated 12V output for powering cameras, video transmitters, etc. |
Mounting the PDB:
Connecting the Battery:
Soldering ESCs and Peripherals:
Powering the System:
The PDB-XT60 can be used to power an Arduino UNO via its 5V output. Below is an example of how to connect the PDB to an Arduino UNO:
// Example Arduino code to blink an LED when powered by the PDB-XT60
// Connect an LED to pin 13 with a 220-ohm resistor.
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| PDB overheating | Exceeding current rating | Reduce load or use a higher-rated PDB. |
| No power to peripherals | Poor soldering or loose connections | Recheck and resolder connections. |
| XT60 connector not fitting | Incorrect or damaged XT60 plug | Use a compatible XT60 connector. |
| Voltage mismatch on output pads | Incorrect battery voltage or load issue | Verify battery voltage and peripheral specs. |
Can I use a 2S LiPo battery with the PDB-XT60?
What is the maximum current the PDB can handle?
Can I power multiple devices from the 5V and 12V outputs simultaneously?
Is the PDB-XT60 compatible with all drones?
This concludes the documentation for the PDB-XT60 by Matek Systems. For further assistance, refer to the manufacturer's datasheet or contact their support team.