joplin-mdbooks-website/content/ardupilot/reverse-thrust.md

22 lines
901 B
Markdown
Raw Normal View History

2021-11-19 21:13:37 -05:00
# Reverse thrust
2021-09-07 08:13:28 -04:00
To set up reverse thrust (for higher braking when landing, for example), follow the steps below:
- [ ] Set your BLHeli-compatible ESC to "Reversible soft" and make sure you're using DShot.
- [ ] Set `THR_MIN=-100`.
2022-04-30 20:43:34 -04:00
- [ ] Set `SERVO_BLH_3DMASK=1` (or whatever channel your motor is on).
2021-09-07 08:13:28 -04:00
- [ ] Set `RC9_OPTION=64` for the reversing switch on channel 9 (or whatever channel you want).
- [ ] Set `USE_REV_THRUST=0` to disable reverse thrust on all auto modes.
You're done.
When flipping the switch, throttle will reverse, so your plane will slow down instead of speed up the more you throttle up.
Be careful not to stall or otherwise hurt your craft, I don't recommend going over 20-30% reverse throttle.
* * *
<p style="font-size:80%; font-style: italic">
2022-04-30 20:43:34 -04:00
Last updated on May 01, 2022. For any questions/feedback,
2021-09-07 08:13:28 -04:00
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>