> For the complete documentation index, see [llms.txt](https://drotek.gitbook.io/pixhawk-3-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drotek.gitbook.io/pixhawk-3-pro/main-devices/power-supply/tiny-module.md).

# Tiny-module

![](/files/-LjuGNdQ8qf3AnDOH4HF)

This module is used to power the **Pixhawk 3 Pro** autopilot with a stabilized voltage.

It is also able to measure the overall consumption of your system using its **Hall effect** sensor. It is able to safely charge up to 200A (according to version).

The module is equipped with a **LED** indicator to warn you if there is a power problem.

You will find more information on [this page](https://store.drotek.com/voltage-current-power-supply).

## HARDWARE

Please connect the power module to the "**Power 1**" port on the Pixhawk.

![](/files/-LYHQykudV4jYYO4efou)

For redundancy, it is possible to use a second module with another battery, all connected to the port "**Power 2**" of the Pixhawk.

In this case, the autopilot uses only the first module for its own power supply. On the other hand, if the first module were to be broken, the autopilot switches directly to the second one.

## SOFTWARE

To configure your Tiny module under QgroundControl, go to the "Power" configuration window.

* Number of Cells (in Series): enter here the number of cells in your lipo battery, this parameter is indicated on your battery by the words 3S, 4S ......
* Full Voltage (per cell): leave this parameter by default `4.05`
* Empty Voltage (per cell): leave this parameter by default `3.40`
* Voltage divider: `7.65`
* Amps per volt: `37.4`


---

# 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:

```
GET https://drotek.gitbook.io/pixhawk-3-pro/main-devices/power-supply/tiny-module.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.
