My flight club was gifted a Bendix/King KI203 VOR/LOC Indicator. Since those instruments rarely break and it hasn't got the necessary form 1 anyways, we decided to use it in our small flight simulator. But I don't just want to gut it and control the indicators with an Arduino, as I won't learn much from it and couldn't really use the results for another project, like a DIY testing station for navigation indicators. So this project is about figuring out all the required control signals, figuring out how to emulate them in an independent hardware device and finally getting the required data from FSX and displaying it on the instrument.
Components
1×
ESP32-DevKitC V4
Make sure the module contains an ESP32-D0WD variant, dual-core is required.
I try to catch up with all my projects ... eventually. Good news for everyone trying to get their dust-collecting old instruments to life. After using the ESP32 for some work-related projects I was confident that it is the perfect platform for this - cheap, performant, and not affected too badly by the ongoing shortages.
So there we are, I got the VOR signal generation running, even wrote a small plugin to integrate with X-Plane. You can find the alpha code for the ESP32 on GitHub. More details and the plugin following shortly. Also, small extension of the project scope, I will also implement localizer and glideslope signal generation, so that you can really get the full functionality of the CDI.
The first step of this project is to figure out how the instrument works in his native environment. Luckily, avionics tend to be documented really well. So I started out searching for an installation manual that tells how its usually wired up in the aircraft. This is the pinout diagram I found there:
The Instrument is supplied by a voltage of 11 to 32 VDC between Pin b and v. This is to accommodate for both 14 V and 28 V power buses used in different aircraft.
The instrument lighting consists of two lamps in series between Pin B and E with a center-tap on Pin D. So depending on the system voltage, you can put +14 V on Pin D and ground the Pins B and E, or connect +28 V between Pin B and E.
Pin K is called ILS energize. Pulling it to ground will switch the instrument from accepting a VOR input signal to accepting a ILS input signal.
The actual control signal comes in from Pin Y - Composite. This signal comes out of the navigation receiver of the radio and is just a raw AM demodulated base band signal.
In the next post, I'll describe how this composite signal is formed by the real system, how it can be described mathematically, and how I first simulated it using MATLAB and my PC sound card.
We have three simulators. The first and biggest one is a former project of a local university. It is a fixed-base Simulator that was primarily intended to simulate a Boeing 737-800NG, but we use it to simulate all kinds of aircraft. It is perfect for procedure training and there are currently a few pilots, me included, who use it for that.
The second one is our event simulator. We built it to have something to show off at events and exhibitions. The third one is currently in construction, we dragged the fuselage of a Cessna 182 off a field where it was rotting for quite some time, polished it up and are currently working on all the interior installations and avionics. This is going to be our most realistic simulator. You can find our simulator division on this website: https://www.flightsim-konstanz.de/
Cool i also like https://www.salecourses.com