# Connectors and pinout

## Dronecode connectors and cable standard

Most interfaces on the RDDRONE-FMUK66 use the JST-GH connectors as specified in the [Dronecode Autopilot Connector Standard](https://wiki.dronecode.org/workgroup/connectors/start). The [PWM](https://en.wikipedia.org/wiki/Pulse-width_modulation) interface uses "standard" RC hobby servo connections. These PWM connectors are 3 pins spaced 0.100" apart.

![Two different cables with JST-GH connector.](/files/-LNKXIHl8inY2pg_9rZ4)

The male JST-GH connector has a clip on top. As described in the Dronecode standard, the first (leftmost) wire is usually the positive voltage. In some cables this wire is red. The last (rightmost) wire is ground. The wires in between carry different kinds of signals, depending on the function.

## RDDRONE-FMUK66 Rev. C connectors

RDDRONE-FMUK66 Rev. C uses the new 10 pin connector for the Holybro GPS module. That GPS module incorporates the arming button and LED, as well as the beeper and an RGB high intensity LED.

![Port locations on the RDDRONE-FMUK66 Rev. C. ](/files/-Lb4JfRjq6gAyj8_67st)

![Servorail on the bottom of the FMU. It has a BEC input and PWM outputs.](/files/-L9GMCwk-dmnPalvV7j7)

## Connector pinout

Each connector has its own page with a pinout table and (a part of) the schematic of the connector. Some pages also include additional information relevant to the exposed interfaces. The connector specific pages are listed under this page.

## RDDRONE-FMUK66 Rev. B connectors

{% hint style="danger" %}
Note that Rev. B prototype boards are **deprecated** and **no longer supported**. Information here is for reference only.
{% endhint %}

The pictures below give an overview of all connectors (and LEDs) on the RDDRONE-FMUK66 Rev. B. Most of the labels in the pictures are the same as the labels on the PCB itself.

![Port locations on the RDDRONE-FMUK66 Rev. B.](/files/-LOSBDPL_Vn5OwbLiPwO)


---

# 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.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.
