# Introduction - READ FIRST

## ⚠️ DOCUMENTATION MOVED - READ THIS FIRST!

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

***

> ### 🔄 **This documentation is END OF LIFE and no longer maintained**
>
> **The official OpenHD documentation has moved to:**\
> **👉** [**https://openhdfpv.org**](https://openhdfpv.org) **👈**
>
> Please use the new documentation for:
>
> * ✅ Up-to-date information
> * ✅ Latest installation guides
> * ✅ Modern troubleshooting
> * ✅ Current hardware support
>
> [**📖 Read Full EOL Notice**](https://github.com/OpenHD/Documentation/blob/evo/EOL_NOTICE.md)

***

## Introduction (LEGACY - NOT MAINTAINED)

![OpenHD-Logo](https://3932081125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8RIMU39m4Gt1vqzzt4lm%2Fuploads%2Fgit-blob-f072388182a74332436fec5ee9e4698fdbd384da%2Fplain_openhd_logo.jpg?alt=media)

OpenHD is a suite of software designed for long-range video transmission, telemetry, and RC control. While we originally designed it with hobbyist drones in mind, it can be adapted to a wide range of other applications as well.

{% embed url="<https://www.youtube.com/watch?v=5Ht9P3uv5N4>" %}

### What OpenHD Can Do

Our suite can transmit:

* High definition video (with multiple cameras)
* Two-way UAV telemetry
* Two-way OpenHD telemetry (General settings, range-adjustments, channel-changes, wifi-modulation,...)
* RC control signals

![Arducam Skymaster HDR](https://3932081125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8RIMU39m4Gt1vqzzt4lm%2Fuploads%2Fgit-blob-353dff94866ae2d4a81fa3329bf93290a0271b42%2FNorbertScreenshot.png?alt=media)

All of these signals can be sent over a single transmission channel and telemetry is using MAVlink to ensure high compatibility and stability.

### OpenHD digital fpv world record 55km

![55KM\_Record](https://3932081125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8RIMU39m4Gt1vqzzt4lm%2Fuploads%2Fgit-blob-37b090d34e738c35e95d7d046107ff9efe70353c%2FRecord_55Km.jpg?alt=media)

[Leaderboard](https://sites.google.com/view/wbb-longrange/fixed-wing)

### How does the OpenHD link (wifibroadcast) work

OpenHD employs readily available Wi-Fi adapters, although not in the standard manner commonly associated with everyday Wi-Fi usage. To ensure low-latency and long-distance transmissions, we configure these adapters to function akin to analog video transmission hardware. This innovative protocol, inspired by [befinitiv](https://befinitiv.wordpress.com/wifibroadcast-analog-like-transmission-of-live-video-data/), has been reimplemented by OpenHD for optimized performance.

The configuration empowers OpenHD to transmit high-quality video and other signals across significant distances while maintaining minimal latency.

### QOpenHD App

We offer a multi-platform [app](https://github.com/OpenHD/QOpenHD/releases) with a customizable on-screen display (OSD) for live video. The app is designed to work seamlessly with our suite, and allows you to easily view and control your OpenHD transmission.

### Support and Further Reading

If you need help or want to learn more, we offer several resources:

* [OpenHD Forum](https://forum.openhdfpv.org/)
* Public [Telegram](https://t.me/OpenHD_User) and [Discord](https://discord.gg/P9kXs9N2RP) groups for lots of immediate interaction
* Please document problems on [Github](https://github.com/OpenHD/OpenHD/issues)
* First intro to Open.HD from CurryKitten on [Youtube](https://www.youtube.com/playlist?list=PL7WaECFssECJWfTc0vKYTfUdH5y8UgdI9)

> :warning: **Important Note:** Support for OpenHD 2.0.x is no longer provided.

> :warning: **Important Note:** If you have a problem with a specific version of OpenHD, please check the name of the image you used to burn your SD cards and provide it to us in Telegram so we can help narrow down the cause and find a solution.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openhd.gitbook.io/open-hd/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
