> 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/mounting-the-motors.md).

# Mounting the motors

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

We will start by mounting the motors to the arms of the frame. Put the three wires coming out of the motor through the hole as shown in the picture below.&#x20;

![Put the motor wires through this hole.](/files/-LX3RIxiDKWCUj6Te8pa)

Each motor is mounted by four M3 screws. Make sure to use all four of them and tighten them firmly. You can use washers (metal rings) in between if they are available, but it is not required.

![Screw down the motor with four M3 screws. Notice the wires coming through the hole.](/files/-LX3RO398Dy4FeR72lj5)

You should now have the motor mounted to the arm like in the picture below. Make sure the motor is on top of the arm and not on the bottom!

![Motor mounted onto the arm, with the wires coming out at the bottom.](/files/-LX3RTzsKQHqkmAjVfJu)

Repeat the process three more times, until you have mounted all four motors onto the arms. You will see that there are two motors with a mark on top of the shaft. We will come back to this later. It indicates the direction of the threading and in which direction the motor should rotate.

![All motors are mounted.](/files/-LX3RX94vNiQRUWkEHaI)


---

# 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/mounting-the-motors.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.
