> For the complete documentation index, see [llms.txt](https://wiki.cbunmanned.com/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/can-stamp/example-schematics-and-firmware.md).

# Example Schematics and Firmware

## Symbol and Footprint

Please select the correct file for Altium/EasyEDA and download the zip corresponding to that. In each file is a symbol and footprint that should just import and be ready to use.

<figure><img src="/files/DaFgXRKTsKz0ylneAMuH" alt=""><figcaption><p>Schematic Symbol</p></figcaption></figure>

<figure><img src="/files/Q0DK636coXBd6gWtEkRY" alt=""><figcaption><p>Footprint</p></figcaption></figure>

{% file src="/files/DPybrTmSMmqpH3SAdp9M" %}

{% file src="/files/24zag4fJuTBPZORzRhhq" %}

## Example Layout 1 - Breakout

<figure><img src="/files/168eVLvHpcdatZnr2tEv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WWUjARTOBtqwEPP53CRe" alt=""><figcaption></figcaption></figure>

This schematic is designed to be as minimalist as possible but a great place to start.&#x20;

It includes&#x20;

* x2 Standard JST-GH 4 Pin connectors providing Power and Signal in.&#x20;
* A Solder Pad Jumper to enable the 120 ohm Termination Resistor
* Every Edge Pin broken out to 2.54mm headers
* 20x20mm & 30.5x30.5mm M3 Mounting Holes

{% file src="/files/rCjNuuYhOmlu0Rlem2A6" %}

{% file src="/files/Sh5CKKy7bvt3jnhhFImy" %}

## Example Layout 2 - ESP Telemetry

<figure><img src="/files/KC9XOl36fToyRSBfsRfG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fS3McTy1qRAP9wEewgBy" alt=""><figcaption></figcaption></figure>

This schematic is designed to utilise the [Mavlink bridge available to ESP devices ](https://ardupilot.org/copter/docs/common-esp8266-telemetry.html)and simply connects the UART from the CAN Node to the UART on the ESP Device. Flash the ESP before permanently soldering!

It includes&#x20;

* x2 Standard JST-GH 4 Pin connectors providing Power and Signal in.&#x20;
* A Solder Pad Jumper to enable the 120 ohm Termination Resistor
* Headers for the Wemos D1 Mini Pro v4

{% file src="/files/8PcYfwBTuMDY71iuDZWL" %}

{% file src="/files/eWZQotyOfDosbNgHkLec" %}


---

# 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://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/can-stamp/example-schematics-and-firmware.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.
