# Wireless Trainer

Wireless Trainer allows a radio with two modules - at least one being a MULTI-Module - to be used as a trainer, without the need for a wired connection to the student radio.

On the Trainer radio, the MULTI-Module is configured with a receiver protocol and the other module (which may also be a MULTI-Module) is bound to the model, and the Student radio is bound to the Trainer's MULTI-Module.

{% hint style="info" %}
For a list of protocols supported for Wireless Trainer, see the Receiver Protocols section of the Supported Protocols page.
{% endhint %}

{% hint style="warning" %}
Wireless Trainer cannot be used on current FrSky radios due to a hardware limitation - they do not allow telemetry on the external module while the internal module is in use.
{% endhint %}

{% content-ref url="/pages/-Lwr-pqDAO67lah36rf0" %}
[Supported Protocols](/basics/supported-protocols.md)
{% endcontent-ref %}

## Trainer Radio Setup

Configuring a full student/trainer setup is beyond the scope of this documentation.  You should be familiar with general trainer configuration before attempting to configure wireless trainer.

**Step 1:**  In Model Setup set the **Trainer Mode** to **Master/Multi**

![Trainer Mode Set to Master/Multi](/files/-Ly66XpOcqZm-cMCCLLY)

**Step 2:**  Configure your MULTI-Module with one of the Receiver Protocols

![FrSkyRX Protocol Selected](/files/-Ly67j3Mmh6QHj69qK6n)

{% hint style="success" %}
Telemetry must be enabled on the Trainer Radio. Wireless Trainer will not work if **Disable Telemetry** is checked.
{% endhint %}

## Student Radio Setup

**Step 1:**  Configure your radio to use the TX version of the Receiver Protocol which was configured on the Trainer Radio.

![FrSky TX Protocol Selected](/files/-Ly69HGor2SflBJDWAI_)

## Binding

Once the models are configured on both radios, they need to bind.  Binding is logically the same as any transmitter/receiver combination.

{% hint style="success" %}
Any other RF modules should be disabled when binding the trainer and student radios.
{% endhint %}

**Step 1:**  On the Trainer Radio, initiate binding on the RF module which is configured with the Receiver Protocol

**Step 2:**  Initiate binding on the Student Radio


---

# 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://www.multi-module.org/using-the-module/wireless-trainer.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.
