Firstly, I’m wondering if anyone can point me towards where I can buy momentary, tactile buttons with a similar look and feel or for information about buying/making button caps for commonly available (and cheap!) buttons like these …
Next, you can see from my design that the multiple dual rotary encoders have been rationalised into just one, with buttons to select which function it currently has. This is because they’re expensive! Several manufacturers produce them but I can only find the outer knob covers that go on them here. Does anyone know where else I can get them from or do people print their own?
Finally, for now, I’m seeing conflicting information about how to work with MSFS data. I’ve had success in FSX with an mbed dev board (LPC 1768) where I could send button presses from my test interface to FSX then light an LED with data back from the sim where needed. I’m wondering what the state of play is at the moment with MSFS.
Did u ever find the Garmin style momentary push buttons? I’m starting a similar project right now. The encoders I have but I’m trying to find a reasonable equivalent of the buttons.
Hi @FlipperJeans470. I started off wanting to get the look and feel of the buttons as close as possible to the original. My first problem though is not having had contact with one of the original units!
Off-the-shelf I’m not finding a lot. These from Apem/Mec will do the job (or maybe some of their others) although they’re a bit pricey for what they are (a button with an LED in it!), or these from Shanpu in China, again buttons with LEDs but also, who wouldn’t want a rotary control with an LED screen in it!? I’ve had free samples from Apem/Mec and got a very quick email enquiry response from Shanpu just last week.
I’m becoming more convinced about buying cheap buttons without covers and designing my own covers and 3D printing them.
Hope that’s useful and good luck with the project.
Paul.
Hi so it doesn’t recreate the actual click feel fo the Garmin, but this gives the right shape. Garmin GNS 430 - Flight Simulator Hardware Interface by allanglen - Thingiverse
The real garmin buttons have a very short throw and a very positive and satisfying CLICK. Like the buttons in an early to mid 2000’s Audi, Or the original Apple Magic Track Pad for the iMac/MacPro.
thanks guys great info! I have a few of the propwash dual encoders ready for this project, next piece is the buttons then it’ll really get going. The buttons don’t have to be identical - but if i can get something closer then even better
I just finished v2 of my button box this weekend. It’s not the best looking as it’s a prototype and I had to Dremel most of the apertures. I’ll share a pic later this evening.
It’s six dual concentric rotary + pushbutton encoders, then six pushbuttons for ent, clr, fpl, menu, direct, and proc. All tied to a Leo Bodnar BB-64 USB I/O board. I have them programmed in SPAD to do different things whether it’s a GNS430/530, GTN750, G1000, or G3000.
They will also act as simple knobs for standard nav/com radios. A Streamdeck Plus acts as a catch-all for ancillary systems that aren’t covered by the Logitech switch panel, multi panel, or button box.
I also have the Alpine four-way hat/rotary/pushbutton for the range knob, but it’s not yet installed because, frankly, I don’t know a good way to mount it. That will be in v3 if I ever get around to it. I also would like to put decals on it, but that’s way beyond my current capability, so any suggestions on how to make tiny white-on-clear labels are welcome!
Sounds awesome! I’ve ordered a dual rotary encoder, and my plan is to I’ll the four way/encoder dial with a simple ec11 and d-pad above it. I think I want to add all of the other physical buttons, plus buttons select the different encoders, and two encoders to work com and nav when using “old” radio. It adds up though, but I think an arduino mega would handle all the inputs.
So far I’ve only been looking into the hardware to put this project together, for me that’s the easy part. I’ve never even used a macro pad before, and definitely never programmed an arduino to work as a macro pad. What resources have you been using on this project?