# Archive

- [Replaced drone kit items](https://nxp.gitbook.io/hovergames/archive/replaced-drone-kit-items.md)
- [S500 drone frame assembly](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame.md): This section guides you through the assembly of the drone kit with the S500 drone frame.
- [Mounting the motors](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/mounting-the-motors.md): As a first step of assembling the HoverGames drone, we will mount the motors.
- [Soldering to the PDB](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/soldering-to-the-pdb.md): This page shows which components have to be soldered to the PDB.
- [Mounting ESCs and arms](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/mounting-escs-and-arms.md): The next step is to mount the arms onto the bottom plate and mount the ESCs to the arms.
- [Landing gear and rails](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/landing-gear-and-rails.md): The next step is to install the landing gear and rails on the bottom of the drone.
- [Installing the radios](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/installing-the-radios.md): This section explains how to install the RC receiver and telemetry radio on the bottom of the drone.
- [Installing the FMU in its case](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/installing-the-fmu-in-its-case.md): This page shows how the FMU is installed in its 3D printed case.
- [Mounting the GPS and FMU](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/mounting-the-gps-and-fmu.md): This section shows how to install the FMU and components such as the GPS, safety switch and buzzer.
- [Connecting all FMU wires](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/connecting-all-fmu-wires.md): This page provides an overview of how to connect all wires to the FMU.
- [Video guide (outdated)](https://nxp.gitbook.io/hovergames/archive/s500-drone-frame/video-guide.md): This page lists all videos explaining how to build the HoverGames drone.
- [Windows drivers](https://nxp.gitbook.io/hovergames/archive/windows-drivers.md): How to modify and install the Windows drivers for the RDDRONE-FMUK66 and telemetry radio module.
- [Development tools](https://nxp.gitbook.io/hovergames/archive/development-tools.md)
- [Visual Studio Code](https://nxp.gitbook.io/hovergames/archive/development-tools/visual-studio-code.md): Guide to installing and configuring Visual Studio Code for HoverGames.
- [Add-on hardware](https://nxp.gitbook.io/hovergames/archive/add-ons.md)
- [TechNexion PICO-PI PICO-IMX8M companion computer](https://nxp.gitbook.io/hovergames/archive/add-ons/technexion-picopi-pico-imx8m-ubuntu.md): Notes on programming with Ubuntu and ROS


---

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