> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/payloads/vio/case-study/gremsy-vio-x-freefly.md).

# Gremsy VIO x Freefly

The Gremsy VIO with the Smart Dovetail adapter is compatible with the Pixhawk Payload Bus standard and can be integrated to work on **Astro & Alta X Gen 2**

{% embed url="<https://www.youtube.com/watch?v=k-WZrOx_sm4>" %}

## Gremsy Vio Configuration

Please refer to the [Gremsy VIO wiki](https://docs.gremsy.com/payloads/vio) on how to configure the following settings:

* [Set the static IP](https://docs.gremsy.com/payloads/vio/hardware-configuration/computers-ip-configuration)
  * VIO Address = 192.168.144.232
  * Netmask = 255.255.255.0
  * Gateway = 192.168.144.20
* [Update the VIO firmware](https://docs.gremsy.com/payloads/general/upgrade-firmware-and-software)

{% hint style="success" %}
Download the [VIO software package 3.1.07](https://drive.google.com/file/d/1vcwQ5kw-nArm4zr%5FC6ryonUsaV42gMmh/view?usp=sharing)
{% endhint %}

{% hint style="info" %}
The latest supported version with Astro is:

* Vio Payload App v3.1.0.7
* Video Streaming App v3.2.1
* Vio Setting App v2.3.1
* Gimbal Firmware v7.8.6
  {% endhint %}

## Astro Configuration

{% hint style="success" %}
Astro and AMC need to updated to the latest version, at least Astro software version 2.0 or later
{% endhint %}

The following parameters need to be configured for Astro to communicate with the VIO. Click [here](https://docs.freeflysystems.com/ecosystem/software/auterion-mission-control/amc-vehicle-setup/parameters) to learn to set parameters.

* **MNT\_RATE\_YAW = 0**
  * You will need to check 'force save'
* **MAV\_2\_MODE = Normal**
  * This will allow GPS information to be passed to the VIO, both for the LRF and for geotagging .JPEG images. TIFF images are not geotagged
    * If your aircraft needs to maintain Blue List compliance, do not change MAV\_2\_MODE. The VIO will not receive GPS information
* Reboot Astro

{% hint style="info" %}
If switching back to other Smart Dovetail payloads like the LR1 Payload or Sentera 6X, perform a [parameter reset](https://docs.freeflysystems.com/ecosystem/software/auterion-mission-control/amc-vehicle-setup/parameters#resetting-parameters-to-factory-defaults).
{% endhint %}

## Connect to Astro

Plug VIO into the Smart Dovetail on Astro and boot up the aircraft. VIO should stabilize after about 15s and the light on the front of the gimbal will turn blue if connected to Astro.

Wait another 30-60s for the VIO video feed to appear in AMC

### Camera Settings

Once connected to the VIO through AMC, the following settings need to be applied in the VIO camera settings menu:

* RC mode = Standard
* Device = Gimbal Device
  * Then set Gimbal Mode = FOLLOW

![](/files/262124285748dd16d579948e861e9a68631f22c2)

### VIO Webpage Settings

On Pilot Pro, open a web browser like Chrome, and go to 192.168.144.232:8000. This will load a webpage hosted by the VIO payload. Under the Systems menu, we recommend loading the following default parameters for Astro:

* Video Streaming
  * Auto connect = Enable
  * Bitrate = 2 Mbps
  * Port = 8554
  * Resolution = 1280x720
  * Codec: H.264
* Gimbal Control
  * Auto speed = DISABLE
* Mavlink
  * Baudrate = 230400
  * Camera Component ID = Camera 1 (100)

Then reboot Astro and the VIO. This process should only need to be applied once.

## Operational Notes

{% hint style="info" %}
Gremsy VIO is a 3rd party payload with some known limitations/issues:

* When running AMC on Tab 3 tablets with the VIO, the video feed can be choppy with default settings. It is recommended to set the RTSP Buffer Size (ms) = 250 to smooth out the video playback. **Tab 5 tablets do not have this issue**
  * Tab 5 tablets have a green button on the side, Tab 3 tablets have a red button on the side
  * RSTP Buffer size can be set while in Advanced Mode under Camera > Settings
* Photo counter below the shutter button doesn't increment, but photos are triggered
* Triggering the VIO in mapping mode is currently not supported
  {% endhint %}


---

# 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.gremsy.com/payloads/vio/case-study/gremsy-vio-x-freefly.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.
