> For the complete documentation index, see [llms.txt](https://docs.arkelectron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkelectron.com/products/power/ark-12s-pab-power-module.md).

# ARK 12S PAB Power Module

The ARK 12S PAB Power Module is rated for 100A continuous battery current at 20C ambient. It is recommended to run multiple power modules in parallel if more than 100A continuous current is required.

The board uses an INA238 digital power monitor with a 0.1mΩ shunt to measure voltage and current over I2C. A 5.2V 6A regulator outputs power to the avionics using a 6 pin Molex CLIK-Mate connector that matches the pinout on the ARK PAB Carriers.

{% content-ref url="/pages/CqlYTp38UzGD37MiGtr4" %}
[PX4 Instructions](/products/power/ark-12s-pab-power-module/px4-instructions.md)
{% endcontent-ref %}

{% content-ref url="/pages/U3PQIyHBFZTM9psrOwxk" %}
[ArduPilot Instructions](/products/power/ark-12s-pab-power-module/ardupilot-instructions.md)
{% endcontent-ref %}

{% content-ref url="/pages/OlBeURxbW6RaJKoCXeeU" %}
[3D Model](/products/power/ark-12s-pab-power-module/3d-model.md)
{% endcontent-ref %}

### Cooling

When operating at high battery current and/or high 5V regulator output current, it is recommended to actively cool the board.

### Pinout

#### 5V/I2C - 6 Pin Molex CLIK-Mate

<table><thead><tr><th width="134">Pin Number</th><th width="237">Signal Name</th><th>Voltage</th></tr></thead><tbody><tr><td>1</td><td>VBRICK</td><td>5.2V</td></tr><tr><td>2</td><td>VBRICK</td><td>5.2V</td></tr><tr><td>3</td><td>SCL</td><td>3.3V</td></tr><tr><td>4</td><td>SDA</td><td>3.3V</td></tr><tr><td>5</td><td>GND</td><td>GND</td></tr><tr><td>6</td><td>GND</td><td>GND</td></tr></tbody></table>

### Capacitor and TVS Diode

<figure><img src="/files/GXA1lMeX1QqQdhDCco1Y" alt=""><figcaption><p>12S with Capacitor and TVS Diode</p></figcaption></figure>

When operating with 12S batteries, it is recommended to solder the included capacitor and TVS diode to the output side of the board. The negative of the capacitor is indicated on the cylinder. The cathode(line) on the TVS diode should be soldered to the positive side of the output.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.arkelectron.com/products/power/ark-12s-pab-power-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
