> For the complete documentation index, see [llms.txt](https://www.multi-module.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.multi-module.org/using-the-module/protocol-details/radiolink.md).

# RadioLink

## Details

**Protocol Number:**  74\
**Autobind:**  No\
**Channel Re-mapping:**  No\
**Extended Limits:**  Yes\
**Failsafe Support:**  Yes\
**Receiver Match:**  Yes\
**Telemetry:**  Yes\
**Option Value:**  Frequency fine tuning\
**Firmware Version:** v1.3.1.49 (v1.3.1.89 for DumboRC sub-protocol)

{% hint style="danger" %}
Frequency tuning is required for this protocol.  See the [Frequency Tuning page](/using-the-module/frequency-tuning.md) for more details.
{% endhint %}

## Notes

**Models:**  Radiolink air and surface receivers.

## Channel Assignment

| CH1 | CH2 | CH3 | CH4 | CH5 | CH6 | CH7 | CH8 | CH9     | CH10    | CH11    | CH12    | CH13    | CH14    | CH15    | CH16    |   |
| --- | --- | --- | --- | --- | --- | --- | --- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | - |
| CH1 | CH2 | CH3 | CH4 | CH5 | CH6 | CH7 | CH8 | FS\_CH1 | FS\_CH2 | FS\_CH3 | FS\_CH4 | FS\_CH5 | FS\_CH6 | FS\_CH7 | FS\_CH8 |   |

**FS:**  Failsafe

## Sub Protocols

### 0 - Surface

**Transmitters:** RC4GS, RC6GS\
**Compatible Receivers:**  R7FG (Std), R6FG, R6F, R8EF, R8FM, R8F, R4FGM, R4F\
**Firmware Version:** v1.3.1.49

* CH1 = Steering
* CH2 = Throttle
* CH8 = Gyro gain

**Telemetry:** RX\_RSSI (for the original value add -256), TX\_RSSI, TX\_QLY (0..100%), A1=RX\_Batt, A2=Batt/2 (adjust the ratio)

### 1 - Air

**Transmitters:** T8FB, T8S \
**Compatible Receivers:**  R8EF, R8FM, R8SM, R4FG, R4F\
**Firmware Version:** v1.3.1.49

**Telemetry:** RX\_RSSI (for the original value add -256), TX\_RSSI, TX\_QLY (0..100%)

### 2 - DumboRC

**Compatible Receivers:**  X6, X6F, X6FG\
**Firmware Version:** v1.3.1.89


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/protocol-details/radiolink.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.
