Hi, just built myself a box to emulate a cockpit dashboard. Similar idea to a DSD P1 gaming control.
I used a Teensey 3.2 to emulate a game controller. Elite dangerous just sees it as another joystick when mapping the switches to an in-game function. I just used push buttons, dual throw momentary toggle switches and 4 rotary encoders.
The rotary encoders provide button presses for each click when turned right and left and also when pushed. I found these good for targeting as a push targets what your looking at and a right turn cycles through next targets and a left turn previous targets. I used all the inputs on the Teensy 3.2 so ended up with 30 functions using 17 buttons and dials.
If anybody is intreasted in building their own I can post wiring diagrams and the teensy code.
I used a Teensey 3.2 to emulate a game controller. Elite dangerous just sees it as another joystick when mapping the switches to an in-game function. I just used push buttons, dual throw momentary toggle switches and 4 rotary encoders.
The rotary encoders provide button presses for each click when turned right and left and also when pushed. I found these good for targeting as a push targets what your looking at and a right turn cycles through next targets and a left turn previous targets. I used all the inputs on the Teensy 3.2 so ended up with 30 functions using 17 buttons and dials.
If anybody is intreasted in building their own I can post wiring diagrams and the teensy code.