> For the complete documentation index, see [llms.txt](https://orbit-navigator.gitbook.io/orbit-navigator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-navigator.gitbook.io/orbit-navigator/orbit-navigator.md).

# Orbit Navigator

## Introduction

Orbit Navigator started as, team project for CANSAT, where I had to develop a Ground Control Station (GCS), and Flight Software (FSW) for the CANSAT.

### Ground Control Station

To start with the development of a GCS, I needed to make a GUI application that can connect to the satellite via serial communication. So I did some research on different ways to create a GUI application, and you can find the explanation of each method in next sections.

{% content-ref url="/pages/KPcvnsM3l43NUJbcGP60" %}
[Ground Control Station](/orbit-navigator/ground-control-station/development-enviornment.md)
{% endcontent-ref %}

### Flight Software

For FSW, I needed to write code for a micro controller, I had to choose between many choices. I have explained the considerations and final decisions in the following sections.

{% content-ref url="/pages/UWHk6AAcIeD4J4LODG78" %}
[Flight Software](/orbit-navigator/flight-software/page-1.md)
{% endcontent-ref %}


---

# 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:

```
GET https://orbit-navigator.gitbook.io/orbit-navigator/orbit-navigator.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.
