# Digital Power Module (PM) Setup

{% hint style="danger" %}
Pixhawk 5X & 6X uses l2C digital protocol power sensing, so you will need to a digital power module. Digital power module will have a "D" at the end, such as PM02D.&#x20;
{% endhint %}

### PX4 Setup

{% hint style="info" %}
In master FW or 1.15 Stable, PX4 will auto detect the version below so you would not need to manually set this.
{% endhint %}

Low voltage (6S) Digital Power Module

* Enable Parameter `SENS_EN_INA226` (this is enabled by default)

High Voltage (12S/14S) Digital Power Module:

* Enable Parameter `SENS_EN_INA228`&#x20;

### Ardupilot Setup

{% hint style="info" %}
High voltage version (12/14S) are only support in Ardupilot 4.4 & later. These parameter below should be set by default.&#x20;
{% endhint %}

* `BATT_MONITOR` = 21
* `BATT_I2C_BUS` = 1
* `BATT_I2C_ADDR`
  * \= 0 Auto detect (Default in Ardupilot 4.4 & later)
  * \= 65 (For Low voltage (6S) Digital Power Module)
  * \= 69 (For High Voltage (12S/14S) Digital Power Module)

{% hint style="info" %}
In Ardupilot 4.4 and later, the BATT\_I2C\_ADDR for Pixhawk 6X is default to be 0. This will perform a auto detection of I2C address, therefore you do not need to change BATT\_I2C\_ADDR
{% endhint %}

### [PM02D](https://holybro.com/collections/power-modules-pdbs/products/pm02d-power-module)

This is the standard power module for Pixhawk 5X & 6X. It has XT60 pre-soldered and a low profile design, available in High Voltage (HV) and Low Voltage version (LV).

<div align="center"><img src="/files/aafR8bL0A4EQmz4SAU2c" alt="PM02D" width="375"></div>

### [PM03D ](https://holybro.com/collections/power-modules-pdbs/products/pm03d-power-module)

This PM is designed for multi-rotor like the X500 V2. It has both XT-30 & XT-60 connectors preinstalled for motor ESCs and Battery, as well as two 5V BEC and a selectable 8V/12V output different kinds of peripheral devices, compatible for Pixhawk 5X and 6X.

![](/files/mwWZ3Uo1EOsCgqQnjQ6g)

### [PM06D](https://holybro.com/collections/power-modules-pdbs/products/pm06d-power-module)

PM06D provides regulated power supply for your Pixhawk® 5X & 6X from the battery, as well as current consumption and battery voltage measurements, all through a 6pin cable. It has built-in power distribution, allowing you power your ESC and FC with the same board.

<figure><img src="/files/oKf3PmkUS4sOtbe4EBde" alt="" width="375"><figcaption></figcaption></figure>

### PM08

This Power Module has two 5.2V power output port with independent circuits, BEC IC and circuitry that can provide redundant power to the flight controller.

* Support 2S - 14S Battery
* 200A Cont. Current Rating&#x20;
* Aluminum Case for Heat dissipation

<figure><img src="/files/9B6SahKHAQoOY2dUOVwk" alt="" width="375"><figcaption></figcaption></figure>

### Using Pixhawk 5X/6X with Analog Power Module

{% content-ref url="/pages/mC4IYenqSy0Zn7gbfKJi" %}
[Using Analog PM with Pixhawk 5X/6X](/power-module-and-pdb/power-module/using-analog-pm-with-pixhawk-5x-6x.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.holybro.com/power-module-and-pdb/power-module/digital-power-module-pm-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
