mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
499a2931e5
Work in progress on a new Redundancy dual PPM sum mode for PPM encoder. - New library PPM_Encoder_v3.h and new manual manual_v3.txt - New format conversion capability between input and output PPM frame timings and channel count. This will be experimental until heavily tested. The main goal is to allow the use of low cost satellite receivers in a high safety setup, and allow a new teacher / student RC mode without link between the two pilot transmitters. |
||
---|---|---|
.. | ||
ATMega32U2 | ||
ATMega328p | ||
Binaries | ||
Libraries | ||
WorkBasket | ||
readme.txt |
ArduPPM is the generic code name for boards or chips responsible for ppm encoding. Available firmwares : ATMega328p : second generation ppm encoder code designed for APM v1.x boards using ATMega328P. ATMega32U2 : second generation ppm encoder code designed for boards using ATMega16U2 or ATMega32U2 (PhoneDrone and future APM boards). APM v1.x users are welcome to use the new ppm encoder code (ATMega328p). This firmware should solve compatibility or reliability problems that can be seen with "difficult" receivers.