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

4.6:MAVLINK RC #6263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions common/source/docs/common-rc-systems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ArduPilot autopilots are compatible with the following receiver output protocols
#. :ref:`Graupner SUM-D<common-graupner-rc>`
#. `IRC Ghost <https://www.immersionrc.com/fpv-products/ghost/>`__
#. DroneCAN peripherals can decode these RC protocols on a peripheral and pass to the autopilot
#. Parallel PWM outputs encoded to PPM-Sum using an external encoder (see below)
#. MAVLink connected RC (not to be confused with MAVLink RC Overrides used for CS joystick control of RC functions)
#. Parallel PWM outputs encoded to PPM-Sum using an external encoder (see below, not supported on many autopilots now)

Connecting the Receiver
=======================
Expand Down Expand Up @@ -225,7 +226,7 @@ PPM encoders
============

A `PPM Encoder <https://www.amazon.com/s?k=ppm+encoder>`__ will
allow you to use any older style RC receiver that has only PWM outputs for each channel instead of an SBUS or PPM output. See :ref:`common-ppm-encoders-new` for more information.
allow you to use any older style RC receiver that has only PWM outputs for each channel instead of an SBUS or PPM output. See :ref:`common-ppm-encoders-new` for more information. This protocol is not being included on many new autopilots and is being slowly obsoleted.

.. toctree::
:hidden:
Expand Down