Trim Wheel Automation!
The following was written to me by a viewer on YouTube named Johnny be slow. I think you’ll find the YouTube videos and links helpful! I did upload 2 videos on my channel giving details on how I did it. This …
The following was written to me by a viewer on YouTube named Johnny be slow. I think you’ll find the YouTube videos and links helpful! I did upload 2 videos on my channel giving details on how I did it. This …
XPUIPC basically uses most of the default, generic datarefs and converts them into FSUIPC compatible offsets. You can use a tool like “The DataRef Tool” https://www.youtube.com/watch?v=bAyGbDWhlaw&t=2s and find which datarefs are changing to “hunt them down”. In your XPUIPC folder …
MobiFlight is a powerful Arduino-based tool. But what if you don’t have an Arduino? Can MobiFlight still be used? YES!! MobiFlight also supports joysticks (which we’ll talk about now) and Arcaze modules (which are basically obsolete) Start off by plugging …
The wiring of the Circuit breaker can be quite difficult! Here is my current wiring: It is not perfect, but it works alright – for now.
I made this video on how to connect a potentiometer to MSFS (ONLY) I had no idea you could connect it directly to X-Plane using the @ placeholder and some fancy formulas! A super smart and curious viewer, Steve Pavey …
How to Configure a Potentiometer using FSUIPC and MobiFlight Read more »
I made an error in the crash course about switch connections. Most small switches connect contacts opposite from their position (if the switch is up, the bottom two contacts “connect”) This wiring diagram explains this visually here: https://i.pinimg.com/600×315/3e/4b/53/3e4b5366f76d836fc4e72c9e9081ffc0.jpg A viewer …
MobiFlight Crash Course Episode 5: On-Off: File: (You’ll have to use the “Open” function in MobiFlight, and configure your devices) https://drive.google.com/file/d/1PlGwrmQRrefAHSIE8KiX-5SPtrWEQlsk/view?usp=sharing On-On: File: (You’ll have to use the “Open” function in MobiFlight, and configure your devices) https://drive.google.com/file/d/1IRzBt_WwdzbWMyWvTvXSZ5X9-5Mw1Ry2/view?usp=sharing Switch Terminology: Pole: …
Shortcut Folder I recommend using a flight sim folder under the C drive. I have a folder for every flight sim program – to keep everything neat, tidy and in one place. Paths: If you have steam, here’s where to …
Can MobiFlight handle Potentiometers? Yes: There’s a GitHub Wiki that shows how to set this up. Man this blog post was easy! Fine. I’ll elaborate. MobiFlight used to not support analog potentiometers, a lot of the developers really feel they …
MobiFlight Arduino Megas typically used to only have 52 pins. These are pins 2-53 (excluding 0 and 1, which are unusable). With the fairly recent Release 7.8.0, now analog pins are supported for use with digital electronics. This allows users …
Which Arduinos can you use? Arduino Cost Pins Cost/Pin Footprint 👑(Recommended) Arduino 2560 Mega (Or Clone) $17.50 68 $0.26 Large 👑(Recommended) Arduino Mega 2560 Pro Mini (Or Clone) $15 68 $0.22 Medium Arduino Pro Micro (Or Clone) $7.67 16 $0.48 …