> For the complete documentation index, see [llms.txt](https://docs.humancyborgrelations.com/r2d2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.humancyborgrelations.com/r2d2/platforms/embedded/supplies.md).

# Supplies

The following hardware is required to use the embedded R2-D2 Vocalizer:

* Teensy 4.1 — [TEENSY41\_NE or TEENSY41](https://www.pjrc.com/store/teensy41.html)
* Teensy Audio Adapter — [Rev D](https://www.pjrc.com/store/teensy3_audio.html)
* (Optional) Micro SD Card — [V30 or faster](https://www.sdcard.org/developers/sd-standard-overview/speed-class/) required for WAV playback
* (Optional) SD Card Reader
* USB Micro B cable — Must support data transfer
* Power Supply
* [Command System](/r2d2/platforms/embedded/commands.md#command-system) — Required to send commands to the Teensy
* Amplifier — Required to boost the output from the Teensy for playback through a speaker
* Speaker

Optionally, Trevor Zaharichuk offers [premade boards](https://grnwave.com) to simplify the assembly process. Trevor will generously donate $10 to FIRST for every board sold.


---

# 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://docs.humancyborgrelations.com/r2d2/platforms/embedded/supplies.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.
