# Radio Cloning

The MULTI-Module can be used to clone (copy) the unique identifier of a radio transmitting one of the supported FrSky protocols.

Cloning a radio allows the MULTI-Module to communicate with any receiver which was bound to the original radio without having to re-bind the receivers.

There are three memory 'slots' available for cloning:

* 1 slot for D8 cloning
* 1 slot for FrSkyX (D16v1) cloning&#x20;
* 1 slot for FrSkyX2 (D16v2.1.0) cloning

{% hint style="info" %}
The same transmitter or different transmitters can be cloned into each slot, but only one transmitter ID is stored per slot.
{% endhint %}

If you use the Cloning Procedure with a radio transmitting the D8 protocol, it will be saved in the D8 slot.  Likewise for D16v1 and D16v2.1 .&#x20;

Once a transmitter ID is cloned you can use the cloned ID for any model by using the FrSkyD/X/X2 'Cloned' sub-protocol option.  This way you can have models working with the original MULTI-Module identifier and models which are shared by both the cloned TX and MPM.

{% hint style="success" %}
OpenTX 2.3.8 or later is required to use cloned transmitter IDs with the MULTI-Module.
{% endhint %}

### Cloning Procedure

1. On the radio to receive the cloned ID, configure a new model with the **FrSky RX** protocol, sub-protocol **CloneTX**
2. On the radio to be cloned, select (or configure) a model which uses the protocol you want to clone the ID from (FrSkyD/D8, FrSkyX/D16, etc.)
3. Place both radios in Bind mode
4. Wait for the bind to complete

#### Using the Cloned ID

1. Select or create a model where you want to use the cloned ID
2. Select the protocol which was cloned (FrSkyD/D8, FrSkyX/D16, etc.)
3. Select the sub-protocol **Cloned**

#### Notes:

* **FrSkyD/D8** - the Receiver Number which was used during the the cloning procedure is used.  Changing the Receiver Number has no effect
* **FrSkyX/D16** - the Receiver Number must be set to match the value on the original transmitter

### Video

{% embed url="<https://www.youtube.com/watch?v=30iDKPuzx-o>" %}
Radio Cloning Video by Painless360
{% endembed %}


---

# 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/radio-cloning.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.
