Difference between revisions of "Radios/Mixing"

From RobotCombatWiki
Jump to navigation Jump to search
(Resource links, better explanations)
Line 1: Line 1:
This article needs additional content.<br>
+
'''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.
  
When you want to drive a robot  with independent ESCs using a single control, you need to program mixing.<br>
+
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.
  
<strong>Important</strong> Some radios are sold with "Mixing" capabilities but many of them are not suitable for mixing tank steering. You need to have a radio with TWO programable mixes.
+
=Programming=
The following mix has been tested on the Spektrum DX5-Pro, FlySky Noble, and Futaba 3PJ<br>
 
  
 +
'''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.
 
{| class="wikitable"
 
{| class="wikitable"
 
|+ Caption text
 
|+ Caption text
Line 42: Line 44:
 
|-
 
|-
 
|}
 
|}
 +
 +
=Additional Resources=
 +
*This guide explains how to improve tank mode, drive with one stick, and add a switch to drive inverted: [http://www.teamcosmos.com/info/mixing.shtml Team Cosmos mixing guide]
 +
*[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]

Revision as of 04:28, 11 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