When my HOTAS X pots freaked out I decided to tear down the joystick but keep the parts for a future build. So now I'm making a control stick for ED and DCS World.
I want to emulate the design of the UH-1H control stick, so I'm mounting the joystick handle on a 1/2" PVC shaft that is reinforced by a 1/2" dowel sanded down slightly to fit smoothly, and with a portion shaved off one side to allow the wires to pass down internally through the shaft.
The throttle will be wired up independently as another USB device.
I'll be drilling out the housings on both the stick and throttle to mount additional buttons, primarily to make the stick true to the Huey, but to also give me more buttons to work with without moving my hands. Between the stick and Voice Attack (plus the awesome HCS Voice Packs) I don't expect to have to touch the keyboard again while playing -- except to type in system names.
The microcontrollers are a 5V Sparkfun Pro Micro running at 16 MHz, and a Teensy 3.1 running at 72 MHz.
And there's a couple of Arduino Duos on hand for anything else. Like a rudder system.
Edit: Oh yeah, forgot something. The pots on the joystick are being replaced with Hall Sensors. So they'll operate by the movement of a magnetic field instead of the friction in the pots that always ends up getting a speck of dirt in it that messes things up.
I'll post the controller code on GitHub once it's built.

I want to emulate the design of the UH-1H control stick, so I'm mounting the joystick handle on a 1/2" PVC shaft that is reinforced by a 1/2" dowel sanded down slightly to fit smoothly, and with a portion shaved off one side to allow the wires to pass down internally through the shaft.
The throttle will be wired up independently as another USB device.
I'll be drilling out the housings on both the stick and throttle to mount additional buttons, primarily to make the stick true to the Huey, but to also give me more buttons to work with without moving my hands. Between the stick and Voice Attack (plus the awesome HCS Voice Packs) I don't expect to have to touch the keyboard again while playing -- except to type in system names.
The microcontrollers are a 5V Sparkfun Pro Micro running at 16 MHz, and a Teensy 3.1 running at 72 MHz.
And there's a couple of Arduino Duos on hand for anything else. Like a rudder system.
Edit: Oh yeah, forgot something. The pots on the joystick are being replaced with Hall Sensors. So they'll operate by the movement of a magnetic field instead of the friction in the pots that always ends up getting a speck of dirt in it that messes things up.
I'll post the controller code on GitHub once it's built.

Last edited: