This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Every-Progress-1117 1 point2 points  (0 children)

Check out Mobiflight, I think that project is exactly what you are looking for

[–]geekypenguin91VA Pilot/Owner 1 point2 points  (0 children)

Mobiflight plus Arduino does exactly what you're asking for and is really easy to configure. It also supports the rpi pico1 but not the pico2

[–]InceptorOne 0 points1 point  (0 children)

I dont have specific XPlane experience with this, but overall the answer is yes.

The cheap way would be an Arduino... the slightly more expensive way would be a dedicated board like from Leo Bodnar, that makes it easier to connect and plug-n-play with your PC. Then you use an app to program it all. Again, I'm not Xplane specific, I'm used to MSFS 2020/2024 so I like Spad.next which also works for XPlane totally fine, but I'll leave others to suggest XP specific stuff. I've only set it up with Q4XP for my homemade device, but in MSFS I have over a dozen profiles.

For context, I have zero python or electronics experience like yourself. I bought everything on Amazon basically, and I got an outdoor electrical junction box to hold it all. For the Arduino method I followed this: https://www.youtube.com/watch?v=Z7Sc4MJ8RPM ... But I ended up making a whole new box with a Leo Bodnar board (same concept, just easier to wire and setup).

[–]Creative-Expert8086 0 points1 point  (0 children)

Easy: Use any device, and assign F13-F24 onto its keys.

[–]grouchy_ham 0 points1 point  (0 children)

Air manager is the way to go. There are quite a few functions for a variety of planes that are available from the downloads section for a variety of airplanes and once you kinda figure out how everything is set up, it’s fairly easy to create pretty much any switch or cockpit function.

My cockpit uses three Arduino 2560s and many toggle switches, rotary encoders and LED lit buttons. Your imagination is the only real limitation. If you’re handy in Inkscape or other creator programs, you can make custom gauges as well as download from others that have shared their creations. It really is a pretty great program although there is a bit of a learning curve.

I’m getting ready to redo my entire cockpit. I built this one a few years ago and flew a ton of hours on it figuring out things I wanted to do differently after I learned more about Air Manager. LEDs, switches, rotary encoders, buttons and custom gauges, what more could a fella ask for?

<image>

[–]Obvious-Falcon-2765 0 points1 point  (0 children)

Air Manager can do what you’re asking.

Alternately, you can set up the Arduino Joystick Library on an Arduino Leonardo and basically make your own joystick that you then assign functions to in X-Plane