Skip to content

电池和电源模块设置

该主题解释了如何进行电源设置

INFO

These instructions require that the vehicle has a Power Module (PM), or other hardware that can measure the battery voltage and (optionally) the current.

TIP

This tuning is not needed for Smart/MAVLink Batteries: batteries that can supply a reliable indication of remaining charge.

综述

Battery Estimation Tuning uses the measured voltage and current (if available) to estimate the remaining battery capacity. This is important because it allows PX4 to take action when the vehicle is close to running out of power and crashing (and also to prevent battery damage due to deep-discharge).

PX4 提供了许多(逐渐变得更有效)可用于估计容量的方法:

  1. Basic Battery Settings (default): raw measured voltage is compared to the range between "empty" and "full" voltages. 这样的估计较为粗略,因为测量的电压(及其相应的容量)将在负载下产生波动。
  2. Voltage-based Estimation with Load Compensation: Counteracts the effects of loading on the capacity calculation.
  3. Voltage-based Estimation with Current Integration: Fuses the load-compensated voltage-based estimate for the available capacity with a current-based estimate of the charge that has been consumed. 这样的容量估计相当于智能电池的容量估计。

后面的方法建立在前面的方法之上。 您使用的方法将取决于机体的电源模块是否可以测量电流。

INFO

The instructions below refer to battery 1 calibration parameters: BAT1_*. Other batteries use the BATx_* parameters, where x is the battery number. All battery calibration parameters are listed here.

TIP

In addition to PX4 configuration discussed here, you should ensure that the ESC's low voltage cutoff is either disabled or set below the expected minimum voltage. 这确保了电池故障保护行为由 PX4 管理,并且当电池仍有电量时,ESC 不会断电(根据您选择的“空电池”设置)。

TIP

Battery Chemistry Overview explains the difference between the main battery types, and how that impacts the battery settings.

Basic Battery Settings (default)

基本电池设置将PX4配置为使用默认方法进行容量估算。 此方法将测得的原始电池电压与“空”和“满”电芯的电池电压范围进行比较(按芯数量缩放)。

INFO

This approach results in relatively coarse estimations due to fluctuations in the estimated charge as the measured voltage changes under load.

配置电池1的基本参数:

  1. Start QGroundControl and connect the vehicle.
  2. Select "Q" icon > Vehicle Setup > Power (sidebar) to open Power Setup.

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

INFO

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 for battery 2 (BAT2_*), as described in the following sections.

电池芯数(串联)

This sets the number of cells connected in series in the battery. Typically this will be written on the battery as a number followed by "S" (e.g "3S", "5S").

INFO

The voltage across a single galvanic battery cell is dependent on the chemical properties of the battery type. Lithium-Polymer (LiPo) batteries and Lithium-Ion batteries both have the same nominal cell voltage of 3.7V. In order to achieve higher voltages (which will more efficiently power a vehicle), multiple cells are connected in series. The battery voltage at the terminals is then a multiple of the cell voltage.

If the number of cells is not supplied you can calculate it by dividing the battery voltage by the nominal voltage for a single cell. The table below shows the voltage-to-cell relationship for these batteries:

CellsLiPo (V)LiIon (V)
1S3.73.7
2S7.47.4
3S11.111.1
4S14.814.8
5S18.518.5
6S22.222.2

INFO

This setting corresponds to parameters: BAT1_N_CELLS and BAT2_N_CELLS.

Full Voltage (per cell)

This sets the nominal maximum voltage of each cell (the lowest voltage at which the cell will be considered "full").

The value should be set slightly lower that the nominal maximum cell voltage for the battery, but not so low that the estimated capacity is still 100% after a few minutes of flight.

Appropriate values to use are:

  • LiPo: 4.05V (default in QGroundControl)
  • LiIon: 4.05V

INFO

The voltage of a full battery may drop a small amount over time after charging. Setting a slightly-lower than maximum value compensates for this drop.

INFO

This setting corresponds to parameters: BAT1_V_CHARGED and BAT2_V_CHARGED.

空电电压(每个电芯)

This sets the nominal minimum safe voltage of each cell (using below this voltage may damage the battery).

INFO

There is no single value at which a battery is said to be empty. If you choose a value that is too low the battery may be damaged due to deep discharge (and/or the vehicle may crash). If you choose a value that is too high you may unnecessarily curtail your flight.

A rule of thumb for minimum per-cell voltages:

LevelLiPo (V)LiIon (V)
Conservative (voltage under no-load)3.73
"Real" minimum (voltage under load/while flying)3.52.7
Damage battery (voltage under load)3.02.5

TIP

Below the conservative range, the sooner you recharge the battery the better - it will last longer and lose capacity slower.

INFO

This setting corresponds to parameter: BAT1_V_EMPTY and BAT2_V_EMPTY.

Voltage Divider

If you have a vehicle that measures voltage through a power module and the ADC of the flight controller then you should calibrate the measurements once per power module. To calibrate, the actual voltage from the battery is measured (using a multimeter) and compared to the value provided by the power module. This is used to calculate a "voltage divider" value, which can subsequently be used to scale the power module measurement to the correct value.

The easiest way to perform this calibration is by using QGroundControl and following the step-by-step guide on Setup > Power Setup (QGroundControl User Guide).

INFO

This setting corresponds to parameters: BAT1_V_DIV and BAT2_V_DIV.

Amps per volt

TIP

This calibration is not needed if your power module does not provide current measurements.

Current measurements are used (by default) for Load Compensation and Current Integration if provided by the power module. The amps per volt divider must be calibrated to ensure an accurate current measurement.

The easiest way to calibrate the dividers is by using QGroundControl and following the step-by-step guide on Setup > Power Setup (QGroundControl User Guide).

INFO

This setting corresponds to parameter(s): BAT1_A_PER_V and BAT2_A_PER_V.

Voltage-based Estimation with Load Compensation

When a current flows through a battery, the internal resistance causes a voltage drop, reducing the measured output voltage of the battery compared to its open-circuit (no-load) voltage. When using the basic configuration, the measured output voltage is what is used to estimate the available capacity, which means that the battery level will appear to fluctuate when you fly up and down, or otherwise change the load on the battery.

Load compensation uses a measured or estimated value for the internal resistance to correct for changes under load, resulting in far less variation in the estimated capacity when flying. This is enabled by default when using a power module that provides current measurements.

To use the load compensation first set the basic configuration. The Empty Voltage (BATn_V_EMPTY, where n is the battery number) should be set higher (than without compensation) because the compensated voltage gets used for the estimation (typically set a bit below the expected rest cell voltage when empty after use).

You will then need to calibrate the Amps per volt divider in the basic settings screen (in order to get reliable current measurements).

PX4 uses current-based load compensation based on a real-time estimate of the internal resistance of the battery by default (real time estimates are enabled if BAT1_R_INTERNAL=-1). Using a real time estimate allows the compensation to adapt to changes in the internal resistance of the battery due to temperature changes during flight, as well as over time as the battery degrades.

The internal resistance can also be measured and set manually in BAT1_R_INTERNAL. A positive value in this parameter will be used for the internal resistance instead of the estimated value (0 disables load compensation altogether).

INFO

There are LiPo chargers that can measure the internal resistance of your battery. A typical value for LiPo batteries is 5mΩ per cell but this can vary with discharge current rating, age and health of the cells.

Voltage-based Estimation Fused with Current Integration

This method is the most accurate way to measure relative battery consumption. If set up correctly with a healthy and fresh charged battery on every boot, then the estimation quality will be comparable to that from a smart battery (and theoretically allow for accurate remaining flight time estimation).

The method evaluates the remaining battery capacity by fusing the voltage-based estimate for the available capacity with a current-based estimate of the charge that has been consumed. It requires hardware that can accurately measure current.

To enable this feature:

  1. First set up accurate voltage estimation using load compensation.

    TIP

    Including calibrating the Amps per volt divider setting.

:::

  1. Set the parameter BAT1_CAPACITY to around 90% of the advertised battery capacity (usually printed on the battery label).

    INFO

    Do not set this value too high as this may result in a poor estimation or sudden drops in estimated capacity.

:::


Additional information

The estimate of the charge that has been consumed over time is produced by mathematically integrating the measured current (this approach provides very accurate energy consumption estimates).

At system startup PX4 first uses a voltage-based estimate to determine the initial battery charge. This estimate is then fused with the value from current integration to provide a combined better estimate. The relative value placed on each estimate in the fused result depends on the battery state. The emptier the battery gets, the more of the voltage based estimate gets fused in. This prevents deep discharge (e.g. because it was configured with the wrong capacity or the start value was wrong).

If you always start with a healthy full battery, this approach is similar to that used by a smart battery.

INFO

Current integration cannot be used on its own (without voltage-based estimation) because it has no way to determine the initial capacity. Voltage-estimation allows you to estimate the initial capacity and provides ongoing feedback of possible errors (e.g. if the battery is faulty, or if there is a mismatch between capacity calculated using different methods).