How To: Use The 7-Segment Microdrivers From Flightsimparts - Eu With Arduino and Airmanager For FSX, P3D or Xplane
How To: Use The 7-Segment Microdrivers From Flightsimparts - Eu With Arduino and Airmanager For FSX, P3D or Xplane
eu with
Arduino and AirManager for FSX, P3D or XPlane
This document is written by Wendy from FlightSimparts.eu
on december 15, 2019. MicroDrivers are sold by www.flightsimparts.eu
The currect sketch is written to use 6 MicroDrivers but you can connect up to
10 pieces of 7-segment MicroDriver displays to 1 Arduino Mega.
Using both the Arduino sketch and our AirManager LUA script you can
show NAV, NAV standy, COM, COM standy and ADF frequencies on
the live displays. Other connections are also possible, Autopilot, MCP,
Transponder....
http://www.flightsimparts.eu/sim_arduino_microdriver.htm
Via the link above you will find all necessary downloads to use the MicroDrivers
This document describes how to get the 7-segment MicroDrivers working with Arduino and how to
connect to the flight simulator. A separate document and sketch is available for connecting hardware to
be used with for example NAV, COM and ADF.
Requirements
Arduino Mega2560
Arduino IDE with the MessagePort Library (free download)
AirManager to connect to FSX, Xplane and P3D all versions
1 or more MicroDrivers to test
Sketch for Arduino “Arduino_7-Segment_Radios_0.0.5.ino” ( free download)
AirManager LUA script “GenericMicroDriversCOM_NAV_ADF.siff” ( free download)
Look for...
Installer and below this text you will see "Download the latest Arduino installer for Windows here”
so look for...
Download the Message Port library
Download here:
To install the “SiMessagePort.zip” library go to “Sketch” in the Arduino editor menu and choose “Include
library...”. Click on “Add .ZIP library...”. Arduino will now install the library.
Next open the sketch “Arduino_7-segment_Radios_0.0.5.ino” and try to compile the sketch. If you have
not downloaded the sketch please download from
http://www.flightsimparts.eu/index_htm_files/Arduino_7-Segment_Radios_0.0.5.zip
There is another document that explains everything in the sketch and explains how to connect the
MicroDrivers.
http://www.flightsimparts.eu/index_htm_files/ManualSerialSketchMicroDrivers.pdf
When the sketch compiles and you have MicroDrivers connected to your Arduino then you should see
the default text that is included in the sketch.
3, Install AirManager
Airmanager is the application which can connect to FSX, P3D, Xplane.
You specify which data AirManager needs to monitor in the flight simulator. These data can be used to
connect hardware via a LUA script language.
Such a complex and fantastic software program is not free to use. You need to buy it but it not
expensive. The price on the date of writing this document is 65,00 euro + VAT. You need AirManager v3
desktop. There is a very active forum and lot's of video's are available on the internet.
Download can be done via https://www.siminnovations.com/buy/product/36-air-manager-v3
You can find a lot of instruction video's here
https://www.youtube.com/channel/UCCLeY2Ta9JrO0EBCJH04-OA/videos
During the installation Air Manager detects your different copies of flight simulators and install's a
plugin in each of them. This way we will be able to communicate with the simulator.
After installation you need to activate your copy. This can be done from the menu “Air Manager”,
choose “Activate Air Manager”. Once installed and activated you can import the LUA script from our
website which is a free download LINK
After importing this .sff file go to the “Create/Edit” tab and you will see the LUA script which
communicates with the simulator. Now it is time to start the simulator FSX or P3D or Xplane and select
a light Cessna 172 or Beachcraft Baron or something like that. Be sure that the simulator is not paused.
If all this is ok you can start the script by selecting the script in the left panel and push the “RUN”-
button on top. When the script runs you will see a panel appear with the NAV, COM and ADF
frequencies listed. Turn the NAV or COM via the simulator to another frequency and you should see the
data in Air Manager change. This data is also send to the Arduino.
If you have Arduino connected and MicroDrivers connected you should also see the data change on 1
or more displays.