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