Difference between revisions of "Radios/Mixing"

From RobotCombatWiki
Jump to navigation Jump to search
(Resource links, better explanations)
(→‎Additional Resources: Added link to channel mixing troubleshooter)
Line 49: Line 49:
 
*[http://runamok.tech/RunAmok/flysky_i6.html Programming the FlySky FS-i6 Transmitter for Combat Robotics]
 
*[http://runamok.tech/RunAmok/flysky_i6.html Programming the FlySky FS-i6 Transmitter for Combat Robotics]
 
*[http://runamok.tech/RunAmok/taranisQX7.html Programming the Taranis Q X7 Transmitter for Combat Robotics]
 
*[http://runamok.tech/RunAmok/taranisQX7.html Programming the Taranis Q X7 Transmitter for Combat Robotics]
 +
*[http://runamok.tech/RunAmok/mixfix4.html Troubleshooting Combat Robot Channel Mixes]

Revision as of 19:35, 30 June 2021

Channel mixing can direct the motion of 1 control stick on the transmitter into 2 motors, allowing driving and steering with a single control. Without this ability, you would have to control the wheels on the left and right side of the bot with two separate controls (called "tank steering"). Some drivers prefer tank steering, but on many radios it's much harder to activate a robot weapon when both hands are needed for driving.

Channel mixing can be done in the robot with a Dual ESC board that has that feature. When you want to drive a bot with independent ESCs using a single control, you will either need an inexpensive channel mixing device in the bot, or will need to program mixing in the transmitter.

Programming

Important: The cheapest transmitters have aircraft-specific mixing, or no mixing at all. Your transmitter must have at least TWO programmable mixes to change tank steering.

The following mix has been tested on the Spektrum DX5-Pro, FlySky Noble, and Futaba 3PJ.

Caption text
Mix Option 1 Mix Option 2
Steering in Left ESC Steering in Left ESC
Throttle in Right ESC Throttle in Right ESC
Programable Mix 1 Programable Mix 1
Master - Steering Master - Steering
Slave - Throttle Slave - Throttle
Right Rate -100 Right Rate +100
Left Rate -100 Left Rate +100
Programable Mix 2 Programable Mix 2
Master Throttle Master Throttle
Slave Steering Slave Steering
Rate Reverse (push) +100 Rate Reverse (push) -100
Rate Forward (squeeze) +100 Rate Forward (squeeze) -100
Steering set to Reverse Steering set to Reverse
Throttle set to Normal Throttle set to Reverse

Additional Resources