# MAVLink

## Introduction

The **MAVLink** **Nodes** provide a means for the user to perform several actions within the *MAVLink* communications protocol. *MAVLink*, or *Micro Air Vehicle Link*, is used for communication with small vehicles, like drones. To use the **MAVLink Nodes** in **Incari**, the user needs to locate the [**MAVLink Attributes**](/incari-studio/modules/project-settings/mavlink.md) in **Project Settings** and add a `Connection`.

## MAVLink Guideline

These are the guidelines for incorporating **MAVLink Communication** into a **Project**.

* To properly start a connection, see the [**General Guideline**](/incari-studio/toolbox/communication.md#general-guideline) on the Communication Introduction page.
* Once the connection has been established, there are several **Nodes** that cover important functions of **MAVLink Communication**.
  * [**MAVLink Decode**](/incari-studio/toolbox/communication/mavlink/mavlink-decode.md) decodes any received binary data through the established **MAVLink** connection.
  * [**On MAVLink Packet Received**](/incari-studio/toolbox/communication/mavlink/events/on-mavlink-packet-received.md) executes once a **MAVLink** `Message` is received, in the form of binary data.
* To properly stop a connection, see the [**General Guideline**](/incari-studio/toolbox/communication.md#general-guideline) on the Communications Introduction page.

## Contents

* [**Events**](/incari-studio/toolbox/communication/mavlink/events.md)
  * [**On MAVLink Packet Received**](/incari-studio/toolbox/communication/mavlink/events/on-mavlink-packet-received.md)
  * [**On MAVLink Start**](/incari-studio/toolbox/communication/mavlink/events/on-mavlink-start.md)
  * [**On Mavlink Stop**](/incari-studio/toolbox/communication/mavlink/events/on-mavlink-stop.md)
* [**MAVLink Decode**](/incari-studio/toolbox/communication/mavlink/mavlink-decode.md)
* [**MAVLink Start**](/incari-studio/toolbox/communication/mavlink/mavlink-start.md)
* [**MAVLink Stop**](/incari-studio/toolbox/communication/mavlink/mavlink-stop.md)

## External Links

* What is [MAVLink](https://mavlink.io/en/)?


---

# 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://docs.incari.com/incari-studio/toolbox/communication/mavlink.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.
