# INAV Setup

INAV supports MAVLink in a limited capacity, meaning the Kahuna can be used to view telemetry on a ground station. Flight controllers running INAV can transmit telemetry over MAVLink but cannot receive commands.

#### Step 1:

Connect the Kahuna to a free UART on your autopilot.

<figure><img src="https://1239082692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdPR57GIwyNGpujTZHIUm%2Fuploads%2Fy9lf65YdzM5zEhzpvtL1%2FINAV_Kahuna_FC.jpg?alt=media&#x26;token=f9ca8795-a920-437b-8eee-d6e8bdfbb1bd" alt=""><figcaption></figcaption></figure>

#### Step 2:

Plug your flight controller into your PC via USB, open INAV Configurator and press Connect.

#### Step 3:

Navigate to the Ports tab on the left of the screen and select MAVLink from the telemetry dropdown of the UART you are using (in this case UART4). Set the baud rate to the baud rate of the Kahuna (Default: 57600). Press Save and Reboot to apply the change.

<figure><img src="https://1239082692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdPR57GIwyNGpujTZHIUm%2Fuploads%2FTSD6mW6tHZDGY5i8drHQ%2FINAV_configurator.png?alt=media&#x26;token=dc604de2-9243-494c-a91a-328f790197ae" alt=""><figcaption></figcaption></figure>

#### Step 4:

Connect your GCS Wi-Fi to the Kahuna \
\&#xNAN;*SSID: BeyondRobotix*\
*Password: beyondrobotix*\
\&#xNAN;*(Remember - the password has no capitals)*

#### *Step 5:*

Open Mission Planner, select UDP from the dropdown in the top right corner and press connect. A dialog will open asking you to choose a port, 14550 will already be entered which is the default for the Kahuna. If you have not changed this on the Kahuna setup page you can press OK.

<figure><img src="https://1239082692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdPR57GIwyNGpujTZHIUm%2Fuploads%2FAJPeB6mBA8bTsUUcmBG7%2FMissionPlanner.png?alt=media&#x26;token=bfabe55b-54d4-4511-9591-5af4da01c90d" alt=""><figcaption></figcaption></figure>

You should now see live updates in the artificial horizon when you move your flight controller.

{% hint style="warning" %}
Remember, INAV does not support sending commands over MAVLink, if you attempt to do so the interface will lock up for a few seconds and then show a no response from MAV error message.
{% endhint %}


---

# 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://beyond-robotix.gitbook.io/docs/kahuna/inav-setup.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.
