# Connecting all FMU wires

## Connector pinout <a href="#connector-pinout" id="connector-pinout"></a>

We are almost ready. We only need to connect the wires to the right connectors on the FMU. A diagram showing all port locations is available below. [More indepth information](https://nxp.gitbook.io/nxp-cup/hardware-reference/connectors-and-pinout) is also available in the technical reference section. Port locations on the RDDRONE-FMUK66 Rev. C.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-L9GLtb-Tz_XaKbQu-Al%2F-Lb4JCAYBfGv_1_7x9Eo%2F-Lb4JfRjq6gAyj8_67st%2Fimage.png?alt=media\&token=8574fcd2-3c55-443f-b0f2-8abe30c6f687)

For the Rover setup the connections shown in the picture below are needed.

{% hint style="danger" %}
One part in this image is missing. In order to control the steering servo you will need an UBEC/BEC to power the +5V rail on the FMU. The FMU does not provide this power by default.

If you do not have an UBEC, the servo will not move. The second image below shows where the UBEC needs to be connected.

An UBEC that you can order for a low price is here: <https://www.amazon.com/dp/B07Q8V1MV6/ref=cm_sw_r_cp_awdb_imm_t1_L92bGbYQCZ1A9?_encoding=UTF8&psc=1>
{% endhint %}

![](/files/-MJRIrccyG8kR4Wxg2VY)

## Servorail

![Pinout of the servo rail.](/files/-LpXM_siAu1F7HxLUb4k)

| Kind of motor | PWM output  |
| ------------- | ----------- |
| Servo         | 2           |
| Motor left    | 3           |
| Motor right   | 4           |
| UBEC          | BEC (Pin 7) |


---

# 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/nxp-cup/2019-dfrobot-chassis-developer-guide/assembly/rddrone-fmuk66/connecting-all-fmu-wires.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.
