Skip to content

Commit 96e5ca9

Browse files
committed
4.6:Battery_ESC_Mask
1 parent 892509b commit 96e5ca9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

common/source/docs/common-esc-telemetry.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set the following parameters to enable BLHeli32/AM32 telemetry feedback to the a
3232
- :ref:`SERVO_BLH_POLES <SERVO_BLH_POLES>` defaults to 14 which applies to the majority of brushless motors and normally does not need to be changed. Adjust as required if you're using motors with a pole count other than 14 to calculate true motor shaft RPM from ESC's e-field RPM.
3333

3434
.. note:: using the RPM value reported using single wire telemetry for the center frequency adjustment of the :ref:`harmonic notch feature <common-imu-notch-filtering>` works well, but the responsiveness is slower than using telemetry provided by bi-directional DShot. See next section.
35-
35+
.. _bidir-dshot:
3636
Bi-directional DShot
3737
====================
3838

@@ -96,7 +96,5 @@ If an ESC connected via bidirectional DShot supports this extension, this inform
9696
Use as Battery Monitor
9797
======================
9898

99-
By setting a battery monitor instance to BLHeli32/AM32 ESC type (for example :ref:`BATT2_MONITOR<BATT2_MONITOR>` = 9), all connected BLHeli32/AM32 ESCs with connected telemetry wiring to the configured autopilot serial port, will be aggregated as a single source. The voltages reported will be averaged, the currents totaled, and the consumed current accumulated.
100-
101-
.. _bidir-dshot:
99+
By setting a battery monitor instance to BLHeli32 ESC type (for example :ref:`BATT2_MONITOR<BATT2_MONITOR>` = 9), all connected BLHeli32 ESCs with connected telemetry wiring to the configured autopilot serial port, will be aggregated as a single source. Normally all the ESC's reported voltages and temperatures reported will be averaged, their currents totaled, and the consumed current accumulated. However, an individual monitor may select which ESC's values will be used, instead of all, by setting (Battery Monitor 3 will used for example here) :ref:`BATT3_ESC_MASK<BATT3_ESC_MASK>` bits for the indexes of which ESC's values will be used. Default is to use all ESCs setup to report power telemetry.
102100

0 commit comments

Comments
 (0)