> For the complete documentation index, see [llms.txt](https://wiki.purduesigbots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.purduesigbots.com/electronics/general/external-boards.md).

# External Boards

- [ASUS Tinker Board S](https://wiki.purduesigbots.com/electronics/general/external-boards/asus-tinker-board.md): Tinker Board S is a single board computer (SBC) based on the Raspberry Pi form factor
- [Arduino](https://wiki.purduesigbots.com/electronics/general/external-boards/arduino.md): The Arduino is a popular and inexpensive 8-bit development platform, with three principal products (the Arduino Uno, Arduino Leonardo, and Arduino Mega).
- [Beagleboard](https://wiki.purduesigbots.com/electronics/general/external-boards/beagleboard.md): The BeagleBoard was designed as an educational board with open source software development in mind. It has gained popularity in colleges around the world.
- [Leaflabs Maple](https://wiki.purduesigbots.com/electronics/general/external-boards/leaflabs-maple.md): The LeafLabs Maple is a 32-bit microcontroller platform created by LeafLabs.
- [LattePanda](https://wiki.purduesigbots.com/electronics/general/external-boards/lattepanda.md): A powerful micro-processor capable of running desktop windows.
- [Meadow F7 Micro](https://wiki.purduesigbots.com/electronics/general/external-boards/meadow.md): The Meadow F7 Micro is a Full-stack .NET Standard IoT platform created by Wilderness Labs.
- [Netduino](https://wiki.purduesigbots.com/electronics/general/external-boards/netduino.md): The Netduino is a 32-bit open-source microcontroller platform created by Secret Labs. It is principally programmed in C# using the .NET Micro Framework.
- [ODROID-XU4](https://wiki.purduesigbots.com/electronics/general/external-boards/odroid-xu.md): The ODROID-XU is a low-power single-board computer based on the Exynos5422 system on a chip.
- [Pandaboard](https://wiki.purduesigbots.com/electronics/general/external-boards/pandaboard.md): The PandaBoard is a low-power, open-source (ref) single-board computer based on the Texas Instruments OMAP4430 system on a chip.
- [Raspberry Pi](https://wiki.purduesigbots.com/electronics/general/external-boards/raspberry-pi.md): The Raspberry Pi is a series of small single-board computers developed by the Raspberry Pi Foundation


---

# 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.purduesigbots.com/electronics/general/external-boards.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.
