> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/hovergames/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/installing-the-fmu-in-its-case.md).

# Installing the FMU in its case

{% hint style="warning" %}
This page is **archived**. You are probably looking for the up-to-date [assembly guide](/hovergames/userguide/assembly.md).
{% endhint %}

The FMU comes with a 3D printed casing, which still has to be assembled. It consists of a top and bottom part and a tiny piece which presses against the reset button. The FMU should first be screwed down to the bottom part of the casing with four short screws of about 7 mm long.

{% hint style="info" %}
It could be that the FMU board still has stickers on top of its connectors. You should take them off before you put the FMU inside its casing.
{% endhint %}

![The FMU should fit nicely into the casing. Four short screws (7 mm) are require to screw it down.](/files/-LX3pczK8h1C6Mm2keMl)

![With four screws the FMU should not be able to move within its casing.](/files/-LX3pfyEqL6Xa6hz3-44)

After the FMU is screwed down to the bottom part of the casing, you can put the top part on and turn the whole case upside down. You need to short screws (7 mm) and two longer screws (about 10 mm) to keep the two halfs of the case together. The longer screws should go in the holes on the side of the servorail of the FMU. The short ones go on the side of the SD card slot.

![Short screws go near the SD card, long screws near the servorail.](/files/-LX3pjxkF52iQuYiY7Mp)

![](/files/-LX3pm-yKRR3DvBIb_SP)


---

# 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, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/installing-the-fmu-in-its-case.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
