# Serial 1 / Telemetry 1

The serial port can be used to communicate with the FMU either remotely or with a companion computer on the drone itself. Often telemetry radios are connected to this port to provide a wireless connection with a ground control station. By default, PX4 listens and communicates using the [MAVLink protocol](https://en.wikipedia.org/wiki/MAVLink) on this port.

## Serial 1 / Telemetry 1 / (UART 4) connector pinout

| Pin | Signal   | Voltage |
| --- | -------- | ------- |
| 1   | VCC      | +5.0V   |
| 2   | UART TX  | +3.3V   |
| 3   | UART RX  | +3.3V   |
| 4   | UART CTS | +3.3V   |
| 5   | UART RTS | +3.3V   |
| 6   | GND      | GND     |

{% hint style="warning" %}
The labeling of RX and TX is inconsistent on some radios. Typically RX on the FMU connects to the TX from the radio. Check your cable and radio! Often the cable that comes with the radio set is wired correctly, even if the labeling is wrong.
{% endhint %}

## RDDRONE-FMUK66 Rev. C schematic

![](/files/-LVsAcm2W0ZZDoOXppL7)

## RDDRONE-FMUK66 Rev. B schematic

{% hint style="danger" %}
Rev. B (and older boards) are **not supported** anymore. This information is left for reference.
{% endhint %}

![](/files/-LOrtM87Zrd6fY2VVpCl)

## Telemetry

{% embed url="<https://docs.px4.io/en/telemetry/>" %}

{% embed url="<https://docs.px4.io/en/peripherals/mavlink_peripherals.html>" %}

{% hint style="info" %}
Telemetry radio sets usually have different versions. The 433 MHz version is used in Europe, while 915 MHz is used in the USA. Make sure you have the right version for your location.
{% endhint %}


---

# 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://nxp.gitbook.io/hovergames/rddrone-fmuk66/connectors/telemetry-1.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.
