地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.1 KiB

User Guide and DevGuide source migration to Stable v4_3 (#10882) * User guide migration to QGC source * Add google analytics - but need [GA4] Find your Google tag ID * Update (most) notes to use vitepress note syntax * Convert remaining notes, tips, warnings * Prettier all the files * Lower case and compress all images * Lower case filenames * docs_deploy1 * Disable platform builds on commit to docs (only) * Test deployment script 1 (#10893) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Add docs stablev4 3 (#10894) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Remove unused files
1 year ago
# Power Setup
The _Power Setup_ screen is used to configure battery parameters and also provide advanced settings for propellers.
![Battery Calibration](../../../assets/setup/px4_power.jpg)
## Battery Voltage/Current Calibration
Enter data for your battery/power module from its data sheet: number of cells, full voltage per cell, empty voltage per cell. If provided, also enter voltage divider and amps-per-volt information.
_QGroundControl_ can be used to calculate appropriate voltage divider and amps-per-volt values from measurements:
1. Measure the voltage from the battery using a multimeter.
2. Click **Calculate** next to the _Voltage divider_ field. On the prompt that appears:
1. Enter the measured voltage.
2. Click **Calculate** to generate a new voltage-divider value.
3. Click **Close** to save the value into the main form.
3. Measure the current from the battery.
4. Click **Calculate** next to the _Amps per volt_ field. On the prompt that appears:
1. Enter the measured current.
2. Click **Calculate** to generate a new _amps per volt_ value.
3. Click **Close** to save the value into the main form.
## Advanced Power Settings
Click the **Show Advanced Settings** checkbox to specify advanced power settings.
### Voltage Drop on Full Load
Batteries show less voltage at high throttle. Enter the difference in Volts between idle throttle and full throttle, divided by the number of battery cells. The default value should be used if unsure!
::: warning
If the value is too high the battery may be deep-discharged and damaged.
:::
## ESC PWM Minimum and Maximum Calibration
To calibrate the ESC max/min PWM values:
1. Remove the propellers.
2. Connect the vehicle to QGC via USB (only).
3. Click the **Calibrate** button.
::: warning
Never attempt ESC calibration with props on.
Motors should not spin during ESC calibration. However if an ESC doesn't properly support/detect the calibration sequence then it will respond to the PWM input by running the motor at maximum speed.
:::
## Other Settings
Select the **Show UAVCAN Settings** checkbox to access additional settings for UAVCAN Bus Configuration and motor index and direction assignment.