# Quick Start Guide

## RTK&#x20;

{% tabs %}
{% tab title="Pilot Pro" %}
Instructions for RTK with the Pilot Pro can be found on our Pilot Pro wiki through the link below

{% embed url="<https://freefly.gitbook.io/pilot-pro-public/operating-handbook/ecosystem/rtk>" %}
{% endtab %}

{% tab title="Astro Herelink Controller" %}
Instructions for RTK with the Astro's Herelink controller can be found on our Pilot Pro wiki through the link below

{% embed url="<https://freefly.gitbook.io/astro-public/other-user-manuals/ecosystem/components/gnss-base-stations#rtk>" %}
{% endtab %}

{% tab title="Alta X Futaba" %}

## Pre-requisites

Before operating the RTK GPS, you should have the following:

* **Alta X with RTK GPS**
  * If you are retrofitting RTK GPS onto an existing Alta X, follow the[ installation guide](/products/products/rtk-gps/rtk-module-installation.md).<br>

* Alta X running **firmware v1.3** or above ([see firmware update steps here](/products/products/alta-x/untitled-4.md#updating-firmware))<br>

* **Telemetry Radio**, such as the [Freefly FRX Pro](https://store.freeflysystems.com/collections/alta-x/products/frx-pro-pair-with-accessories-for-alta-x)<br>

* **Base Station RTK GPS** module on a stable mount (tripod is recommended!) and a USB-C Cable

* **Alta QGroundControl v1.3** or above running on Windows or macOS ([download on support page](https://freeflysystems.com/support/alta-x-support))

## Operation Checklist <a href="#operation-checklist" id="operation-checklist"></a>

| ​Title | ​Title                                                                                                                                                                                                                                                                                                             |                                                               |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
| 1.     | Get Alta powered on and ready to fly                                                                                                                                                                                                                                                                               |                                                               |
| 2.     | Install base station module onto mount                                                                                                                                                                                                                                                                             |                                                               |
| 3.     | Connect Alta QGroundControl to aircraft                                                                                                                                                                                                                                                                            |                                                               |
| 4.     | Click the "RTK" symbol to open the status window                                                                                                                                                                                                                                                                   | ![](/files/-M1DLaTefwdUX_DQhXh3)                              |
| 5.     | Connect base station module to laptop via USB                                                                                                                                                                                                                                                                      |                                                               |
| 6.     | <p>Ensure QGroundControl recognized the module</p><ul><li> Wait until GPS Status no longer says "Not Connected"</li></ul>                                                                                                                                                                                          |                                                               |
| 7.     | Open RTK status window and press "Restart" button to initiate survey-in.                                                                                                                                                                                                                                           | ![](/files/-M1DICa2Nj0RNtGaaYnJ)                              |
| 8.     | <p>Wait until GPS Status says "GPS Initializing."</p><p><strong>Note:</strong> If the status does not change after 10 seconds, refer to the troubleshooting section.</p>                                                                                                                                           | ![](/files/-M1DJMKnbtsJL7EjNyCa)                              |
| 9.     | <p>Wait for GPS Status to change to "Survey-in Complete".</p><p><strong>Note</strong>: The survey-in process will complete after the minimum survey-in time has completed (typically 180s) AND the accuracy is below the configured threshold (2m). See the configuration page for adjusting these parameters.</p> | <p> </p><p><img src="/files/-M1DJgXNyoGVfMBUcKgJ" alt=""></p> |
| 10.    | Wait for Aircraft GPS status of "RTK GPS Lock (fixed)"                                                                                                                                                                                                                                                             | <p></p><p><img src="/files/-M1DK0_eX9HoDZm2MRRz" alt=""></p>  |
| 11.    | Ensure that Aircraft location is correctly indicated on the map                                                                                                                                                                                                                                                    |                                                               |
| 12.    | Fly and enjoy!                                                                                                                                                                                                                                                                                                     |                                                               |

{% hint style="info" %}
Any time you move the base station GPS, it is recommended that you manually restart survey-in by clicking on the "Restart" button. This ensures that the base station updates its location and provides optimal absolute positioning.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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.freeflysystems.com/products/products/rtk-gps/rtk-quick-start.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.
