> 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/add-ons/rapid-iot.md).

# Rapid IoT Prototyping Kit

## About the Rapid IoT Prototyping Kit

> NXP’s Rapid IoT Prototyping Kit is a comprehensive, secure and power-optimized solution designed to accelerate prototype and development of an IoT end node.
>
> Rapid IoT integrates 11 NXP devices (microcontroller, low-power connectivity, sensors, NFC, secure element, power management, interface) in a small form-factor hardware design, and combines it with proven software enablement (drivers, RTOS, middleware, cloud connect) and a web IDE with GUI based programming.
>
> Rapid IoT provides the easiest and fastest path for anyone to take their connected thing idea to a proof-of-concept. -- [**NXP.com**](https://www.nxp.com/design/development-boards/rapid-prototyping/nxp-rapid-iot-prototyping-kit:IOT-PROTOTYPING)

## Connecting the Rapid IoT to the FMUK66

An adapter board will be available that allows you to easily connect the Rapid IoT to the FMUK66. This RDDRONE-IOT  or "HDIB board" (**H**overGames **D**rone **I**oT Adapter **B**oard) has JST-GH connectors for UART, CAN and debugging. It also has two [mikroBUS](https://www.mikroe.com/mikrobus) sockets for connecting all kinds of [Click Boards](https://www.mikroe.com/click). More information is available on its own page:

{% content-ref url="/pages/-LKwveKPJKNUkf9whXvG" %}
[RDDRONE-IOT "HDIB" adapter board](/hovergames/add-ons/rapid-iot/hdib.md)
{% endcontent-ref %}

## MAVLink for Rapid IoT

Example code to enable MAVLink is available. More information can be found on its own page:

{% content-ref url="/pages/-Lc18zU5E68I6itnMnDX" %}
[MAVLink for Rapid-IOT](/hovergames/add-ons/rapid-iot/mavlink-for-rapid-iot.md)
{% endcontent-ref %}


---

# 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/add-ons/rapid-iot.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.
