# FMU power input

The FMU receives its power through this connector, coming from the FMU power module. It has two 5V and two ground wires, and one pin for the voltage sensor signal, and another pin for the signal from the current sensor. These sensors are also included in the FMU power module.

{% hint style="info" %}
The output voltage from the FMU power module is actually about 5.3V. On the FMU there is a voltage drop in the power circuit, leaving about 5.0V afterwards.
{% endhint %}

We have a separate page about the FMU power module, which provides the power to the power input.

{% content-ref url="/pages/-LLUs4bMqH1JflqAgU3Z" %}
[FMU power module](/hovergames/rddrone-fmuk66/connectors/fmu-power-input/fmu-power-module.md)
{% endcontent-ref %}

## Connector pinout

| Pin | Signal               | Voltage |
| --- | -------------------- | ------- |
| 1   | VCC                  | +5.3V   |
| 2   | VCC                  | +5.3V   |
| 3   | CURRENT SENSOR INPUT | +3.3V   |
| 4   | VOLTAGE SENSOR INPUT | +3.3V   |
| 5   | GND                  | GND     |
| 6   | GND                  | GND     |

## RDDRONE-FMUK66 Rev. C schematic

![Schematic of the power input connector on the FMU.](/files/-LVrzACBLRZx5So2Jjlp)

![The FMU can be powered from the power input connector or through the micro USB.](/files/-LVrzBhsenTe49wy9pfz)

## RDDRONE-FMUK66 Rev. B schematic

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

![Schematic of the power input connector on the FMU.](/files/-LOruTl3Xa8A474sKdu0)

![The FMU can be powered from the power input connector or through the micro USB.](/files/-LOruXjlfMwfx-I9vkhl)


---

# 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/fmu-power-input.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.
