I'm considering using an Atom CC3D as just a mixer. I need to take 3 inputs to control 2 outputs - where
out1 = (in1 * in2) + ((1-in1) * in3)
out2 - ((1-in1) * in2) + (in1 * in3)
where inputs are 0 - 1
Can i use a throttle input as in1, and say pitch and roll input as 2 and 3, and configure this in manual mode so the gyros don't affect the outputs?
Im assuming I need to scale this - so throttle needs to be 127 on out1, 127 on out2 mixer, then say 127 on pitch out1, -127 on pitch out2?
And -127 on roll out1, and 127 on roll out2?
These are driving servo outputs normally, but could be motor outputs. I assume that's just a setting on the output type.
These units are so inexpensive and powerful, seems like a useful way to get this function.