# Ground Power Monitoring

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

{% hint style="danger" %}
This section is under construction and has to be verified, use at your own risk.
{% endhint %}

To ensure you don't have surprise shutdowns on your Ground unit, it can be very convenient to monitor the Voltage and Current that are supplied to the system. There are several available options for this, using any one of those options will populate the required MAVLink messages that are shown in the OSD and on the Power page in QOpen.HD.

![The power screen in QOpen.HD, notice the Ground section](/files/-MNY6VKCC0PCUoP5snvR)

## INA219 - Simple and efficient

Using the INA219 modules, readily available from sources like [AliExpress ](https://www.aliexpress.com/item/4000223447065.html)is a simple and efficient way to add Ground Power monitoring. The module is easy to attach to the Ground unit using I2C. The following pictures and diagrams should be all you need. If the system finds the device attached it will automatically enable the functionality.

![Wiring schematic for the INA219](/files/-MNY8muTrgVOE2qY705H)

![Overview of the INA219 board](/files/-MNY8vAoPFvHafRIRmn5)

![Real-life install in a Ground unit.](/files/-MNY91cdUU2NDAnFDv6U)

## LiFePO4wered/Pi

This is a popular device that attaches directly to the GPIO pins of the Raspberry Pi. See the [website](https://lifepo4wered.com/lifepo4wered-pi.html) for more background information and installation procedures. If the system finds the device attached it will automatically enable the functionality. There is no need to follow the instructions regarding the installation of the software as this is already included in Open.HD.

![The LiFePO4wered/Pi device attached to a Raspberry Pi](/files/-MNYRbHB-x0gTvCNY-L2)


---

# 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://openhd.gitbook.io/open-hd/master/advanced-setup/ground-power-monitoring.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.
