

The Hexsoon PDB-40A w/BEC 5V/12V is a high-performance power distribution board (PDB) designed specifically for multi-rotor drones. It simplifies power management by distributing power from a single battery to multiple electronic components, such as electronic speed controllers (ESCs), flight controllers, and other peripherals. This PDB features a 40A current rating and includes a built-in battery eliminator circuit (BEC) that provides regulated 5V and 12V outputs, eliminating the need for separate voltage regulators.








| Parameter | Specification |
|---|---|
| Manufacturer | Hexsoon |
| Part ID | Hexsoon Power Distribution Board 40A |
| Maximum Current Rating | 40A |
| Input Voltage Range | 2S-6S LiPo (7.4V - 22.2V) |
| BEC Output Voltage (1) | 5V |
| BEC Output Voltage (2) | 12V |
| BEC Maximum Output Current | 3A (5V) / 2A (12V) |
| Dimensions | 36mm x 50mm |
| Weight | 12g |
| Mounting Hole Spacing | 30.5mm x 30.5mm (standard M3) |
| Pin/Pad Label | Description |
|---|---|
| BAT+ | Positive terminal for battery input (connect to LiPo battery positive lead). |
| BAT- | Negative terminal for battery input (connect to LiPo battery negative lead). |
| ESC1, ESC2, ESC3, ESC4 | Power output pads for connecting ESCs (positive and negative terminals). |
| 5V | Regulated 5V output for powering flight controllers or peripherals. |
| 12V | Regulated 12V output for powering cameras, video transmitters, etc. |
| GND | Ground connection for peripherals. |
Connect the Battery:
BAT+ pad.BAT- pad.Connect ESCs:
ESC1, ESC2, ESC3, and ESC4 pads.Power Peripherals:
5V and 12V output pads to power your flight controller, camera, or other peripherals. Ensure the current draw does not exceed the BEC's maximum output current (3A for 5V, 2A for 12V).Mount the PDB:
The Hexsoon PDB-40A can be used to power an Arduino UNO via its 5V regulated output. Below is an example of how to connect the PDB to an Arduino UNO:
5V pad on the PDB to the 5V pin on the Arduino UNO.GND pad on the PDB to the GND pin on the Arduino UNO.Here is a simple Arduino code example to blink an LED, powered by the PDB:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 on the Arduino UNO.
// Ensure the Arduino is powered via the 5V output of the Hexsoon PDB.
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 Power Output:
Overheating:
Peripheral Not Powering On:
Short Circuit:
Q: Can I use this PDB with a 4S LiPo battery?
A: Yes, the Hexsoon PDB-40A supports 2S-6S LiPo batteries, including 4S (14.8V).
Q: What happens if I exceed the BEC's output current?
A: Exceeding the BEC's output current may cause voltage drops, overheating, or damage to the PDB. Always ensure the connected load is within the specified limits.
Q: Can I power both 5V and 12V peripherals simultaneously?
A: Yes, you can use both the 5V and 12V outputs simultaneously, as long as the total current draw does not exceed the BEC's limits (3A for 5V, 2A for 12V).
Q: Is this PDB compatible with other drone frames?
A: Yes, the PDB's 30.5mm x 30.5mm mounting hole spacing is compatible with most standard drone frames.
This concludes the documentation for the Hexsoon PDB-40A w/BEC 5V/12V.