> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/workflows/photogrammetry-mapping/disabling-stealth-mode-for-ppk.md).

# Disabling Stealth Mode for PPK

The NDAA/Blue variant of Freefly aircraft have Stealth Mode enabled by default. This is a setting that prevents GPS data being logged during flight, to comply with DIU Blue's requirements.&#x20;

If you plan to use PPK for increasing your data's accuracy, you will need to configure some parameters and settings before the necessary files are able to be generated by the aircraft.

{% hint style="warning" %}
Changing aircraft parameters from default values may affect your aircraft's compliance with DIU Blue. For more information, see [DIU Blue sUAS](/astro/other-user-manuals/compliance/diu-blue-suas.md)
{% endhint %}

{% stepper %}
{% step %}

### Enable Cloud Connectivity

1. Power on the aircraft and Pilot Pro. On the tablet, open a web browser (e.g. Chrome) and navigate to `192.168.144.20`&#x20;
   1. Alternatively, you can access this page by connecting the aircraft to your PC with a USB-C cable and navigating to `10.41.1.1`&#x20;
2. Log in with your password (check your aircraft's documentation for the default password if you do not remember changing it).
3. Navigate to Settings, and under Cloud Connectivity, enable both **Cloud Services** and **Flight Log Upload**. <br>

   <div align="left"><figure><img src="https://2546427254-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWXREyAKYAeQJ4gfg2SPg%2Fuploads%2FniS3r97srTRQwFd6hwtk%2Fimage.png?alt=media&amp;token=b85a9a5b-e004-4aaa-af46-185fb381ebb2" alt="" width="246"><figcaption></figcaption></figure></div>
4. Click on the blue Enable button to reboot Astro.

<figure><img src="https://2546427254-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWXREyAKYAeQJ4gfg2SPg%2Fuploads%2FhI2VqqjWnjFTG7Rm4IKX%2FEnablingCloudServices.gif?alt=media&amp;token=a0254f4f-b62d-45bc-b6ef-9d627efe0168" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
This will not inherently upload any data to the cloud. Enabling these cloud services is a prerequisite for Astro's log streamer backend service to run, which is needed for the PPK files to be generated after a flight.&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Modify Advanced Parameters

1. In AMC, activate [Advanced Mode](/astro/pilots-operating-handbook/essential-software/auterion-mission-control/amc-vehicle-setup/parameters.md#accessing-advanced-parameters).
2. Navigate to Advanced > Parameters
3. Use the filter/search box at the top to find and modify the following parameters.
4. After modifying a parameter value, be sure to hit SAVE.&#x20;

<table><thead><tr><th width="173.01171875">Parameter</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td><code>SDLOG_NO_POS_DAT</code></td><td>Set to <strong>Disabled</strong></td><td>Removes the stealth log feature, so GPS data can be logged to USB.</td></tr><tr><td><code>GPS_DUMP_COMM</code></td><td>Set to <strong>RTCM Output (PPK).</strong><br>This may be already set by default in newer firmware.</td><td>Enables the communication dump, so PPK files can be generated.</td></tr><tr><td><code>SYS_DM_BACKEND</code></td><td>Set to <strong>SD Card.</strong></td><td><strong>Optional</strong>, but recommended. Saves mission data to internal storage, rather than RAM. This prevents excessive RAM usage warnings. </td></tr></tbody></table>

{% hint style="info" %}
Astro will need to reboot before these parameter changes are applied
{% endhint %}
{% endstep %}

{% step %}

### Run a Test Flight

1. **Reboot** Astro after all the parameters have been modified.&#x20;
2. In the Fly view, open the camera settings and set **Image Storage** to **External USB**. &#x20;
3. Perform a quick test by *arming* the drone in a safe place, and capturing at least one image manually.&#x20;
4. *Disarm*, and allow the task to complete before removing the USB, or the files may become corrupted.

{% hint style="info" %}
The files will *not* be generated if you save images to the camera's SD card.&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Verify Files

In the USB drive, you should find the following files:

| File Name         | What Is it?                                                                                              |
| ----------------- | -------------------------------------------------------------------------------------------------------- |
| `*-capture.obs`   | The RINEX observation data from the aircraft's RTK antenna.                                              |
| `imagelog.json`   | The log of all image names and their associated data such as altitude, quaternions,  trigger index, etc. |
| `*-sequence.json` | The log of all captures, precise timestamps, and vehicle attitude                                        |
| {% endstep %}     |                                                                                                          |

{% step %}

### Use PPK Software

Now that you have the PPK artifacts above, you can use them in combination with your base station's files to correct your image metadata for centimeter-level accuracy. For more information on how to do this, see [PPK Software](/ecosystem/workflows/photogrammetry-mapping/ppk-software.md).&#x20;
{% endstep %}
{% endstepper %}

### Still having trouble?

[Getting Technical Support](/astro/pilots-operating-handbook/getting-technical-support.md)


---

# 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://docs.freeflysystems.com/ecosystem/workflows/photogrammetry-mapping/disabling-stealth-mode-for-ppk.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.
