Skip to content

An Arduino based differential thrust mixer for twin engine RC Airplanes

Notifications You must be signed in to change notification settings

PaulWieland/rc-differential-thrust-mixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

rc-differential-thrust-mixer

An Arduino based differential thrust mixer for twin engine RC Airplanes

What is it?

A differential thrust mixer combines RC Throttle and Yaw input from a receiver or flight controller and then outputs Left Motor & Right Motor throttle values.

Why did you write it?

Most RC Transmitters support channel mixing right in the radio. Some radios do not. In my case, my radio supports it but I want to use an Eagle Tree Vector on a Sea Duck I bought from FliteTest.

The Vector does not support planes that rely on differential thrust for yaw. My solution was to use an Arduino to intercept the Throttle and Rudder outputs from the Vector, mix them and send the result to the ESCs.

How does it work?

  1. I used an Adafruit Trinket Pro w/5v logic (non pro version does not work!)
  2. Two pins are setup to read the PWM signal from the Vector
  3. Two pins are setup to write the PWM (in microseconds) to the ESCs
  4. When yawing left, the program calculates the % of yaw then reduces the left motor by that amount while increasing the right motor by the same amount.
  5. If the throttle value is set at 50% and a 50% yaw left command is given, the program will send 75% thrust to the right motor and 25% thrust to the left motor.
  6. Throttle = 50%, Yaw Left = 100%, Left Motor = 0%, Right Motor = 100%
  7. Throttle = 100%, Yaw Left = 25%, Left Motor = 75%, Right Motor = 100%

About

An Arduino based differential thrust mixer for twin engine RC Airplanes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages