> For the complete documentation index, see [llms.txt](https://gryfn.gitbook.io/gryfn-hardware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software.md).

# Embedded Software

* Header displays:&#x20;
  * UTC time (local time shown on hover)
  * Time since power on
  * System temperature
  * Disk space usage
  * Current status
  * Current altitude estimate (AMSL and AGL)

<figure><img src="/files/zY8LFpYrg0sSmkLdHQCS" alt=""><figcaption></figcaption></figure>

## Workflow

For an official workflow and fieldbook, see the Quick Start Guide printable PDF fieldbook. Steps below walk through the basic workflow using Gobi WebUI.

{% stepper %}
{% step %}

### Set mission name

Either by typing, using the automatic naming tool, or starting with the automating naming tool and editing as necessary
{% endstep %}

{% step %}

### Check antenna lever arm configuration

Double check/select correct antenna lever arm configuration for your specific integration
{% endstep %}

{% step %}

### Set VNIR frame period and exposure

Use flight calculator to get frame period, using forward oversample as necessary

Set exposure using exposure reference panel
{% endstep %}

{% step %}

### *Collect Dark*

Dark reference is technically not needed when exposure is less than 20ms as VNIR sensor grating is very stable under this exposure time
{% endstep %}

{% step %}

### Select capture polygon

Will always be used for VNIR
{% endstep %}

{% step %}

### Select capture method for LiDAR+RGB

Polygon is generally recommended for unified capture triggering
{% endstep %}

{% step %}

### Start Mission

Unless using altitude threshold triggering, or altitude-variable polygon triggering, Start Mission. If using an altitude-based method, ensure current altitude estimate has converged to true ground-level altitude.
{% endstep %}

{% step %}

### Post-mission, Stop Mission

{% endstep %}

{% step %}

### Check data capture

Visit data tab, view data capture for mission.
{% endstep %}
{% endstepper %}


---

# 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://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software.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.
