I got this new and and really handy r/c transmitter from multiplex: the SMART SX.
It's really a minimal approach. I have been a fan of multiplex for a long time because they have always been pioneers in their domain. This one is the first quality r/c transmitter with a gamepad layout (there are many technical features other will copy sooner or later but I bought it because of the layout primarily).
However, this being an entry level transmitter it is really limited in functionality. It has all the features a modern transmitter needs to have, configurable through 1 (yes ONE) button!
However, Elevon/Y-tail mixing isn't a feature baked in. I needed an elevon mixer for my new flying wing and couldn't get one quickly. Fortunately I have some unused micro controller boards laying around which just waited for this hack.
A 15$ Arduino Pro mini 5V seemed to be suitable (although overkill, I just needed something in a short time). Using 2 input interrupts 1 timer for the Servo.H library and 2 PWM pins as output, there is still a lot of unused hardware.
Automating tasks is what I do now and then and keep forgetting. This is the reason I keep a log of interesting information (interesting to me). My primary platform is Debian, most things here will work out of the box on Debian.