# Home

## About Avionics Anonymous

Avionics Anonymous is dedicated to providing high-quality electronics to the hobby robotics community. Many of our offerings were born out of needs we had on our own projects and found a surprising lack of good options on the market. We built these devices to meet our own needs and are excited to share with the world!

> **Note** This guide is still a work in progress! Please contact us if you have questions not addressed here.

## Getting Started

### Check out the pages below for specifics on each of our devices:

* [Laser Interface](/devices/laser_interface.md)&#x20;
* [MiniMag](/devices/minimag.md)
* [MaxiMag](/devices/maximag.md)
* [GNSSMag](/devices/gnssmag.md)
* [MicroADC](/devices/microadc.md)
* [Voltage Monitor](/devices/power_monitor.md)
* [Engine Monitor](/devices/engine_monitor.md)
* [Light Controller](/devices/lightcontroller.md)

### Check out these pages for general tips that apply to most devices:

* [Firmware Update](/general/firmware_update.md) for how to update firmware on AvAnon CAN nodes
* [Parameter Adjustment](/general/parameters.md) for how to adjust parameters on AvAnon CAN nodes


---

# 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://docs.avionicsanonymous.com/master.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.
