- MIX1 and MIX2 are "free mixers" that can mix any two channels together
- pick THRO as the master and ELEV as the slave
- the THRO has two things that can be mixed: D and U. D for when the throttle is between 0%-50%, and U for when the throttle is between 50%-100%. (This makes more intuitive sense if you think of the rudder -- you might need some correction when turning right but not left).
- set the switch to SW = ON. This makes the mix always active. You can bind to one of the switches if you want to turn it on and off.
- pick some small values: 0% for D and -10% for U (negative percent = down)
- take off, and get some altitude.
- give lots of throttle. you should see it rise like you are used to, but a little less
- the ELEV mix is proportional to the THRO
- play with the two percentages until it's how you like it
- be careful and don't do too much at the beginning. If you mixed -100%, you would go right into the ground as soon as you throttled up!
Showing posts with label mixing. Show all posts
Showing posts with label mixing. Show all posts
Tuesday, June 12, 2012
Mixing THRO to ELEV on DX6i
Here's some notes I posted on rcgroups about DX6i mixing. The goal is to mix the throttle to the elevator, so that increasing the throttle doesn't make the plane rise.
Saturday, May 7, 2011
Turnigy 9x mixing for ArduPilot Mega
Tom Paton deserves a PhD in obscure radio settings for figuring out how to mix Turnigy 9x mode switches:
http://rcav.posterous.com/programming-an-ardupilot-mode-switch-for-turn
He has a great writeup explaining the details of what he did... here's my quick-ref version.
ArduPilot Mega Functionality
Basic Idea
The manual has a unique perspective on mixing.
http://rcav.posterous.com/programming-an-ardupilot-mode-switch-for-turn
He has a great writeup explaining the details of what he did... here's my quick-ref version.
ArduPilot Mega Functionality
THR-CUT F-MODE POS FUNCTION
FWD N 0 manual
1 1 stabilized
2 2 fly-by-wire-a
BACK N 3 auto
1 4 loiter
2 5 rtl
FWD N 0 manual
1 1 stabilized
2 2 fly-by-wire-a
BACK N 3 auto
1 4 loiter
2 5 rtl
Basic Idea

- Set the Throttle Hold Button to control Channel 5.
- Add a mix, such that putting the F-MODE into NORM position subtracts 20.
- Likewise, for F-MODE in position 1, subtracts 50.
- Likewise, for F-MODE in position 2, subtracts 100.
- This gives us 6 discrete values that will be broadcast on channel 5.
- These 6 values map to the APM control function values.
- Set Channel 5 to Throttle Hold
[FUNC SETTING] [AUX-CH]
CH5 THRO-HOLD - Set mixes 1-3
[FUNC SETTING] [PROG MIX]
MIX1 MIX2 MIX3
STATE ACT ACT ACT
MASTER GYR GYR GYR
SLAVE FLP FLP FLP
OFFSET 000 000 000
UPRATE -020 -050 -100
DNRATE -020 -050 -100
SW ID2 ID1 NOR
- Check the Settings with the Display Menu. There should be 6 discrete values.
[FUNC SETTING] [DISPLAY]
The manual has a unique perspective on mixing.
Subscribe to:
Posts (Atom)