I am trying to wire a PC joystick into my RC plane transmitter so I can fly my planes using the joystick. I have measured the output voltage from the potentiometers in the joystick and the transmitter (I was hoping they would be the same so I could wire the joystick straight into the transmitter but they weren't!)
The simple graph below shows the difference in voltage for the joystick and the transmitter pots, which I assume is due to their different resistor value ranges.
I don't really want to change the potentiometers in the joystick so my challenge is to try and modify the their output voltage which I feed into the transmitter. The modification I need to make is:
If output voltage from joystick pot is greater than 2.47 then multiple by 0.73 else
if output voltage from joystick pot is less than 2.47 then multiple by 1.6
Is this possible using an arduino? If so could anyone point me in the direction of any similar projects or resources?
DrChips:
I am trying to wire a PC joystick into my RC plane transmitter so I can fly my planes using the joystick. I have measured the output voltage from the potentiometers in the joystick and the transmitter (I was hoping they would be the same so I could wire the joystick straight into the transmitter but they weren't!)
[....]
I don't really want to change the potentiometers in the joystick so my challenge is to try and modify the their output voltage which I feed into the transmitter. The modification I need to make is:
[...]
Is this possible using an arduino? If so could anyone point me in the direction of any similar projects or resources?
Starting at the bottom.
NO an Arduino cannot do what you want. Potentiometers are analog devices and Arduinos are digital devices.
If you don't want to modify the Tx pots then I wonder how you have obtained your graph. Without disconnecting the pot inside the Tx and replacing it with another pot there is no way to know what the effect will be.
...R
PS ... you probably could build a complex solution with an Arduino but it would inevitably require replacing the existing potentiometer in the Tx.