# RealFlightBridge **Repository Path**: auto-robot/RealFlightBridge ## Basic Information - **Project Name**: RealFlightBridge - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-07 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This is my bridge from [Realflight Simulator](https://www.realflight.com/) (the commerical simulator) via [FlightAxis Link](http://flightaxis.com/) to Flight Controllers. The software is for testing flight controller. ![](./docs/rf.jpg) # Pre-request Purchase RealFlight 9 (or higher) from [Steam](https://store.steampowered.com/app/1070820/RealFlight_95S/) or [Offical website](https://www.realflight.com/). Set-up the settings for Realflight 9 [as](https://www.knifeedge.com/forums/index.php?threads/flightaxis-link-in-realflight-9.33981/): - Click Simulation>Settings. - Select Physics from the list in the left pane. - In the right pane, set "FlightAxis Link Enabled" to "Yes". - Set "Pause Physics When in Background" to "No". - Restart RealFlight. ![](./docs/rf_settings.jpg) # Manual to link Betaflight to RealFlight To use BetaFlight with RealFlight, please refer to [this guide](https://github.com/xuhao1/betaflight/blob/improve-sitl/docs/SITL/Readme.md). # Protocol The detailed protocol for Realflight (FlightAxis Link) is summarized in [doc](./docs/realflight_protocol.md).