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

# Avionics

- [KiCad](https://rocketry.gitbook.io/public/tutorials/avionics/kicad.md): Installing and using KiCAD for editing schematics, layouts, symbols, and footprints.
- [Git](https://rocketry.gitbook.io/public/tutorials/avionics/git-and-workflow.md): Learn git and avionics' git workflow
- [Project Management](https://rocketry.gitbook.io/public/tutorials/avionics/project-management.md): Avionics uses Trello for project management
- [Firmware Development Environment](https://rocketry.gitbook.io/public/tutorials/avionics/mbed-command-line-interface-cli-tools.md): Getting started with the development environment for the Avionics codebase
- [Ground Station Software](https://rocketry.gitbook.io/public/tutorials/avionics/ground-station-software.md): Setting up ground station software to run on laptop
- [Intro to Embedded C Programming](https://rocketry.gitbook.io/public/tutorials/avionics/intro-to-embedded-c-programming.md): How to code in C, given that you already have knowledge of other programming languages.
- [Schematic and Layout Review](https://rocketry.gitbook.io/public/tutorials/avionics/schematic-and-layout-review.md)
- [Board Design Reference](https://rocketry.gitbook.io/public/tutorials/avionics/board-design.md): How to design a schematic and layout for PCBs
- [Using Lab Equipment](https://rocketry.gitbook.io/public/tutorials/avionics/lab-equipment.md): How to use the lab equipment
- [Reflow Oven](https://rocketry.gitbook.io/public/tutorials/avionics/reflow-oven.md): This is a slightly more professional way to solder boards. Faster, but with some risk
- [Soldering](https://rocketry.gitbook.io/public/tutorials/avionics/soldering.md): How to solder/populate a PCB
- [Debugging Tips/Testing](https://rocketry.gitbook.io/public/tutorials/avionics/debugging-tips.md): How to debug hardware and firmware problems
- [Ham Radio Basics](https://rocketry.gitbook.io/public/tutorials/avionics/ham-radio-basics.md): About ham radio and how to get your license
- [Component Selection](https://rocketry.gitbook.io/public/tutorials/avionics/component-selection.md): A walkthrough of our component selection process for designing boards.
- [High Temperature Batteries](https://rocketry.gitbook.io/public/tutorials/avionics/high-temperature-batteries.md): Alternatives to LiPo (Lithium Polymer) batteries that are suitable for high temperatures.


---

# 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://rocketry.gitbook.io/public/tutorials/avionics.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.
