Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first fixes for battery #2209

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/qgc/setup/power/qgc_setup_power_px4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions en/config/battery.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,18 @@ This method compares the measured raw battery voltage to the range between cell
This approach results in relatively coarse estimations due to fluctuations in the estimated charge as the measured voltage changes under load.
:::

To configure the basic settings for battery 1:
To configure the basic battery settings for battery 1:

1. Start *QGroundControl* and connect the vehicle.
1. Select the **Gear** icon (Vehicle Setup) in the top toolbar and then **Power** in the sidebar.
1. Select the **Q menu > Vehicle Setup** to open vehicle settings, and then **Power** in the sidebar.

You are presented with the basic settings that characterize the battery.
The sections below explain what values to set for each field.

![QGC Power Setup](../../assets/qgc/setup/power/qgc_setup_power_px4.jpg)
This opens the *Power Setup* configuration screen

![QGC Power Setup](../../assets/qgc/setup/power/qgc_setup_power_px4.png)

1. Set the values for Battery 1 in the indicated section (the values to enter are discussed in the following sections).
1. If you have a second battery, change the *Source* to "Battery Module" in the Battery 2 section and set the values in the same way as for Battery 1.

:::note
At time of writing *QGroundControl* only allows you to set values for battery 1 in this view.
For vehicles with multiple batteries you'll need to directly [set the parameters](../advanced_config/parameters.md) for battery 2 (`BAT2_*`), as described in the following sections.
:::

### Number of Cells (in Series)

Expand Down