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

# Overview

This site contains some documentation and getting started guides for various PCBs and related stuff made by Jordan Cormack.

The stuff on this site is roughly split into three categories:

* Active - things that are in frequent use by me, and sometimes others, with (hopefully) decent documentation and support.
* Inactive - things that are less frequently used by me, rarely by others, with less documentation.
* Archive - things that I don't really use anymore, but are shown here just for reference.

Note: most of the stuff on this site was not (initially) made for long-term commercial use, but rather for R\&D purposes or as a learning exercise. However a few things slip though and end up being used more seriously.

### Some stuff:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>M.2 Cellular Adapter</strong></td><td><a href="/files/kRqUrAqz5llBNUmX54m6">/files/kRqUrAqz5llBNUmX54m6</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>CAN Power Splitter</strong></td><td><a href="/files/WJNK6ceQyfHpvxe6fPbv">/files/WJNK6ceQyfHpvxe6fPbv</a></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr><tr><td><strong>CAN Gimbal Motor Driver</strong></td><td><a href="/files/m4dDniYcfhvx6CzJmVaP">/files/m4dDniYcfhvx6CzJmVaP</a></td><td></td><td><a href="/pages/dE1cbejbphqAw6r9vwmL">/pages/dE1cbejbphqAw6r9vwmL</a></td></tr><tr><td>CAN Servo PDB</td><td><a href="/files/n2gsu3DgcyIZvXNcvIFB">/files/n2gsu3DgcyIZvXNcvIFB</a></td><td></td><td><a href="/pages/LN6EmtRlLON8Huu4O4IC">/pages/LN6EmtRlLON8Huu4O4IC</a></td></tr><tr><td>Cube + CM5</td><td><a href="/files/A1NarclsWmKwILwDrTRD">/files/A1NarclsWmKwILwDrTRD</a></td><td></td><td><a href="/pages/JnLFqeTW1C8OJhGGDgCA">/pages/JnLFqeTW1C8OJhGGDgCA</a></td></tr><tr><td>H7 Flight Controller</td><td><a href="/files/tmhATv2BhmtIc5AvjfWS">/files/tmhATv2BhmtIc5AvjfWS</a></td><td></td><td><a href="/pages/U9fWDxsoac0fePSW04bW">/pages/U9fWDxsoac0fePSW04bW</a></td></tr></tbody></table>


---

# 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://jordan-cormack.gitbook.io/stuff/readme.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.
