mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:38:10 +00:00
Added CX-20 details
This commit is contained in:
parent
5499beb510
commit
fdb02da5ed
105
docs/Models.md
105
docs/Models.md
@ -70,6 +70,109 @@ The next screen shows and example of how the expo (50%) was set up on the stick
|
||||
The next screen shows the mixer menu with the mode change on momentary switch SH and High-Low rates on switch SC:
|
||||
<img src="images/Inductrix_Mixer.png" Width="600" Height="200" />
|
||||
|
||||
# Cheerson CX-20 / Quanum Nova
|
||||
<img src="http://uaequadcopters.com/images/products/Large/932-cheersoncx20dronquad.jpg" Width="200" Height="155" />
|
||||
##Channel Map
|
||||
CH1|CH2|CH3|CH4|CH5|CH6|CH7
|
||||
---|---|---|---|---|---|---
|
||||
A|E|T|R|MODE|AUX1|AUX2
|
||||
|
||||
##Binding
|
||||
The Rx powers up in binding mode so the transmitter should be set to autobind. If the Tx signal is lost due to power-off or going out of range the Rx will not re-bind, and requires power-cycling before it will bind again.
|
||||
|
||||
##Tx Setup
|
||||
AETR are simple +100% mixes. Note that the model expects Elevator (CH2) to be reversed, which is handled in the module firmware, so no need to reverse it on the Tx.
|
||||
|
||||
###Flight modes
|
||||
CH5 is used to transmit the flight mode to the APM flight controller. The original Tx uses a 3-pos switch (SWA) and a 2-pos switch (SWB) to achieve six different combinations, but only five are used (two are the same). Flight modes are selected based on a signal on CH5 within a specific range.
|
||||
|
||||
The values, modes, and switch positions for the stock Tx are:
|
||||
|
||||
Mode|Stock Tx PWM Value|CX-20 Mode|SWA|SWB
|
||||
---|---|---|---|---
|
||||
1|1100|Return to Home|2|0
|
||||
2|1300|Altitude Sensor|2|1
|
||||
3|1400|Manual|0|0
|
||||
4|1500|Manual|0|1
|
||||
5|1700|Direction Lock|1|1
|
||||
6|1900|Stable|1|0
|
||||
|
||||
**NB** The CX-20 uses flight mode names which are different to the standard APM flight mode names. The CX-20 modes map to APM modes as follows:
|
||||
|
||||
CX-20 Mode|APM Mode
|
||||
---|---
|
||||
Manual|Stabilize
|
||||
Stable|Loiter
|
||||
Direction Locked|Simple
|
||||
Altitude Sensor|Altitude Hold
|
||||
Return to Home|RTL (Return to Launch)
|
||||
|
||||
The flight modes can be mapped as-is, but you could easily use Mission Planner to add an additional mode instead of duplicating Manual/Stabilize. Either way you will need to set your Tx up to provide these (or very similar) outputs on CH5.
|
||||
|
||||
One easy way to acheive this is to configure six logical switches mapped to two physical switches, for example the 3-way ID switch and the AIL D/R switch, then configure the logical switches to activate a flgiht mode and to apply a specific weight to the CH5 output.
|
||||
|
||||
To simply map the old Tx modes to the new Tx using the same switch positions, use the following configuration. The stock SWA switch is replaced with the ID0/1/2 switch, SWB is replaced with the AIL D/R switch.
|
||||
|
||||
####Logical switches:
|
||||
|
||||
Switch|Function|V1|V2
|
||||
---|---|---|---
|
||||
L. Switch 1|AND|ID2|!AIL
|
||||
L. Switch 2|AND|ID2|AIL
|
||||
L. Switch 3|AND|ID0|!AIL
|
||||
L. Switch 4|AND|ID0|AIL
|
||||
L. Switch 5|AND|ID1|AIL
|
||||
L. Switch 6|AND|ID1|!AIL
|
||||
|
||||
####Flight modes (using CX-20 names):
|
||||
|
||||
Mode|Name|Switch
|
||||
---|---|---
|
||||
1|RTL|L1
|
||||
2|AltSen|L2
|
||||
3|Manual|L3
|
||||
4|Manual|L4
|
||||
5|DirLock|L5
|
||||
6|Stable|L6
|
||||
|
||||
####Mixer setup:
|
||||
|
||||
Channel|Weight|Source|Switch|Multiplex
|
||||
---|---|---|---|---
|
||||
CH5|-80%|HALF|L1|REPLACE
|
||||
|-40%|HALF|L2|REPLACE
|
||||
|-20%|HALF|L3|REPLACE
|
||||
|+0%|HALF|L4|REPLACE
|
||||
|+40%|HALF|L5|REPLACE
|
||||
|+80%|HALF|L6|REPLACE
|
||||
|
||||
### CH6 and CH7
|
||||
CH6 and CH7 can be assigned to switches or pots to provide additionaly functionality such as PID tuning, gimbal control, or APM auto-tune or auto-land.
|
||||
|
||||
Replicating the stock setup of two pots, you would assign:
|
||||
|
||||
Channel|Weight|Source|Multiplex
|
||||
---|---|---|---|---
|
||||
CH6|+100%|P1|ADD
|
||||
CH7|+100%|P3|ADD
|
||||
|
||||
##Full Mixer Setup
|
||||
|
||||
Channel|Source|Weight|Switch|Multiplex
|
||||
---|---|---|---|---
|
||||
CH1|+100%|Aileron||
|
||||
CH2|+100%|Elevator||
|
||||
CH3|+100%|Throttle||
|
||||
CH4|+100%|Rudder||
|
||||
CH5|-80%|HALF|L1|REPLACE
|
||||
|-40%|HALF|L2|REPLACE
|
||||
|-20%|HALF|L3|REPLACE
|
||||
|+0%|HALF|L4|REPLACE
|
||||
|+40%|HALF|L5|REPLACE
|
||||
|+80%|HALF|L6|REPLACE
|
||||
CH6|+100%|P1|
|
||||
CH7|+100%|P3|
|
||||
|
||||
Once you have configured the mixes you should connect Mission Planner to your CX-20 and use the Radio Calibration screen to verify that the channels are correctly assigned, and that the flight modes are correct. Mission planner will give the exact PWM value on CH5, allowing the weights to be adjusted if needed.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user