ExpressLRS / ExpressLRS

ESP32/ESP8285-based High-Performance Radio Link for RC applications
GNU General Public License v3.0
3.58k stars 898 forks source link

PPM Mode ARM on Ch5: Conflicts with Built-In Mixes in Older Systems (Futaba, Hitec) #2962

Open WarhawkCZ opened 1 day ago

WarhawkCZ commented 1 day ago

Current Behavior

ELRS v3.4 added the support for the PPM input. This allows using ELRS Tx modules with older radio systems (Futaba, Hitec, Graupner, etc.). These systems are still very capable, especially for traditional R/C planes. However, many in-built wing mixes, (e.g. butterfly) collide with the channel 5 that is reserved for ARMing. Typically, it is not possible to re-map the mix to a different channel.

Steps to Reproduce

Use any kind of an older radio as the signal source for the ELRS Tx Module.

Possible Solution (Not obligatory)

Change the order of channels such the Ch5 for ARMing is the last one. This one is typically free. Now: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9 New: CH1, CH2, CH3, CH4, CH6, CH7, CH8, CH9, CH5 Alternatively, clarify in the manual if it is safe to permanently operate the system ARMed and provide the solution to enforce so.

Details

Original PPM Pull request: https://github.com/ExpressLRS/ExpressLRS/pull/2528

Your Environment

Many thanks to all of you for consideration and your hard work.

20240903_210624 20240903_210635 20240903_210820

stanislavdavid commented 1 day ago

It can by solved by PR #2801 or #2869

WarhawkCZ commented 23 hours ago

It can by solved by PR #2801 or #2869

This is excellent reply @stanislavdavid . I actually like the Limits feature as well as the radio misses it. It would be great adding these PRs.