It allows to connect arduino with the x-plane through serial communication and the udp protocol in a bidirectional way.
- Purchase and install X-Plane 9, 10 or 11.
- Download the
XPlaneConnect.zip
file from the latest release on the releases page. - Copy the contents of the .zip archive to the plugin directory (
[X-Plane Directory]/Resources/plugins/
) - Look at the example code in the arduino folder, you will have to load this code on your arduino board.
- Keep your arduino board connected to a serial port
- Start a flight on the x-plane simulator
- Launch
python3 service/init.py --port COM3 --baud 9600
Arduino hardware and X-Plane are connected.
Copyright (c) 2013-2018 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.