> 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/hardware/vexu/commercial-off-the-shelf-parts-library.md).

# Commercial Off The Shelf Parts Library

{% hint style="info" %}
This is a community driven article. If you have any files that you are interested in adding, please email the following email:

<sig.robotics.purdue@gmail.com>
{% endhint %}

## Electronics

### AMT-102v Encoder - Purdue SIGBots

This has been used in sets of tracker wheels for odometry. There is some changes to the cable that is needed to connect it to the V5 brain through the 3-wire ADI ports.&#x20;

<figure><img src="/files/tX1ADIiEde6tyJSoTWgx" alt="" width="160"><figcaption></figcaption></figure>

{% embed url="<https://www.digikey.com/en/products/detail/cui-devices/AMT102-V/827015>" %}

## Pneumatics

### 700ml Robart Tank - Purdue SIGBots

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

{% embed url="<https://robart.com/collections/air-systems-components-air-tanks/products/large-air-tank>" %}

### 240ml Robart Tank - Purdue SIGBots

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

{% embed url="<https://robart.com/collections/air-systems-components-air-tanks/products/small-pressure-tank>" %}

### Robart 3mm Pneumatic Tubing - Purdue SIGBots

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

{% embed url="<https://robart.com/collections/air-systems-components-accessories/products/10-ft-black-air-line-tubing>" %}

### Robart Air Line Retainers - Purdue SIGBots

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

{% embed url="<https://robart.com/collections/air-systems-components-accessories/products/air-line-retainer-nuts>" %}

### 3mm to 4mm Tubing Adapters - Purdue SIGBots

<figure><img src="/files/SzDsvf5udMW9a4DD03kH" alt="" width="188"><figcaption></figcaption></figure>

{% embed url="<https://www.amazon.com/dp/B0BPMGLC2T?psc=1&ref=ppx_yo2ov_dt_b_product_details>" %}

## Miscellaneous&#x20;

### 9x95mm Linear Rail & Carriage - Purdue SIGBots

This has been used in a set of tracker wheels for odometry. It used M3 screws to attach.

<figure><img src="/files/5jy1CkHzk5DI1BLoUBcM" alt="" width="188"><figcaption></figcaption></figure>

{% embed url="<https://www.amazon.com/dp/B07GQ8NVGW?ref=ppx_pop_mob_ap_share>" %}


---

# 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/hardware/vexu/commercial-off-the-shelf-parts-library.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.
