# Products

- [CBUnmanned Stamp Eco System](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system.md): Landing page for all things Stamp. Main Website CBUnmanned.com
- [Start Here & FAQs](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/start-here-and-faqs.md)
- [H743 Stamp Flight Controller (& Low Cost)](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost.md)
- [Pin Out](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost/pin-out.md)
- [ArduPilot Wiring & Parameters](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost/ardupilot-wiring-and-parameters.md): Please download images for full quality
- [PCB Footprints & 3D Model](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost/pcb-footprints-and-3d-model.md): There are 2 main mounting options, either directly soldered to the carrier PCB (Through Hole) or using 1.27mm headers (Header). Each option is given below.
- [Breakout PCB Pinout](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost/breakout-pcb-pinout.md)
- [Flashing & Firmware](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/h743-stamp-flight-controller-and-low-cost/flashing-and-firmware.md)
- [AM32 ESC](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/am32-esc.md)
- [PCB Footprints](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/am32-esc/pcb-footprints.md)
- [Example PCB Schematics & Layouts](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/am32-esc/example-pcb-schematics-and-layouts.md)
- [Firmware](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/am32-esc/firmware.md)
- [CAN Stamp](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/can-stamp.md): The CAN Stamp is a small single sided PCB Module that contains everything needed to setup an ArduPilot AP\_Periph CAN node. Designed for low volume OEMs to solder onto their custom designed PCBs.
- [Example Schematics and Firmware](https://wiki.cbunmanned.com/wiki/products/cbunmanned-stamp-eco-system/can-stamp/example-schematics-and-firmware.md)
- [OpenWRT UAV Router](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router.md)
- [Getting Started](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/getting-started.md): A simple way to get connected
- [Connections & Pinout](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/connections-and-pinout.md)
- [Update Firmware](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/update-firmware.md)
- [USB Data Tethering](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/usb-data-tethering.md)
- [TailScale VPN](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/tailscale-vpn.md)
- [Mavlink Through Serial](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/mavlink-through-serial.md)
- [Mavlink Through Ethernet](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/mavlink-through-ethernet.md)
- [Mavlink Forwarding with mavp2p](https://wiki.cbunmanned.com/wiki/products/openwrt-uav-router/mavlink-forwarding-with-mavp2p.md)
- [2-8s Battery Monitor](https://wiki.cbunmanned.com/wiki/products/2-8s-battery-monitor.md): ArduPilot's AP\_Periph Based CAN Bus Battery Monitor with Individual Cell Voltage Reporting and Hall Effect Current Sensing up to 400Amps.


---

# 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://wiki.cbunmanned.com/wiki/products.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.
