> For the complete documentation index, see [llms.txt](https://openhd.gitbook.io/open-hd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openhd.gitbook.io/open-hd/master/advanced-setup/bidirectional-telemetry.md).

# Bidirectional Telemetry

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

Bi-directional telemetry allows you to send messages from your Ground Station Software to the Flight Controller connected to the Air SBC.

### Enabling bidirectional telemetry

By default bidirectional telemetry is disabled, to enable it simple set the following options in the config file or enable them in the QOpen.HD settings.

```
TELEMETRY_UPLINK=mavlink
TELEMETRY_TRANSMISSION=wbc
RC=mavlink
```

In order for this to work please make sure you have [connected ](/open-hd/master/hardware/wiring.md#flight-controller)your Flight Controller properly.
