> For the complete documentation index, see [llms.txt](https://tempdocs.zerog.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tempdocs.zerog.one/electronics/tmc-drivers.md).

# TMC Drivers

{% hint style="warning" %}
This is **NOT** an exhaustive list, please refer to the relevant documentation and manuals for the drivers of your choice.  This page serves merely as a pointer to picking out your hardware.
{% endhint %}

***

### <mark style="color:red;">BTT 5160T Plus test</mark>

10.6A RMS | 60V | SPI

{% hint style="danger" %}
Note: To get the full performance out of these drivers, you need to swap the **physical** sense resistor on the board, this is not an operation for beginners.
{% endhint %}

<details>

<summary>More Info</summary>

<table><thead><tr><th width="180">Type</th><th>Info</th><th data-hidden></th></tr></thead><tbody><tr><td>Driver Chip</td><td>TMC5160-TA</td><td></td></tr><tr><td>Driver Voltage</td><td>8-60v</td><td></td></tr><tr><td>Max RMS</td><td>10.6A </td><td></td></tr><tr><td>Operating Mode</td><td>SPI</td><td></td></tr><tr><td>Sense Resistor</td><td>0.022</td><td></td></tr></tbody></table>

</details>

***

### <mark style="color:red;">BTT 5160T & Pro</mark>

3A | 36V 5160T | 56V 5160Pro | SPI

{% hint style="info" %}
Good for chasing performance, high voltage and current limits
{% endhint %}

<details>

<summary>More Info</summary>

<table><thead><tr><th width="180.5">Type</th><th>Info</th><th data-hidden></th></tr></thead><tbody><tr><td>Driver Chip</td><td>TMC5160-TA</td><td></td></tr><tr><td>Driver Voltage</td><td>8-36v (5160T) | 8-56v (5160 Pro)</td><td></td></tr><tr><td>Max RMS</td><td>3.0A</td><td></td></tr><tr><td>Operating Mode</td><td>SPI</td><td></td></tr><tr><td>Sense Resistor</td><td>0.075</td><td></td></tr></tbody></table>

</details>

***

### <mark style="color:red;">BTT 2240</mark>

2.1A | 36v | SPI

{% hint style="info" %}
The 2240's have an integrated thermistor that can be displayed.
{% endhint %}

<details>

<summary>More Info</summary>

<table><thead><tr><th width="179">Type</th><th>Info</th><th data-hidden></th></tr></thead><tbody><tr><td>Driver Chip</td><td>TMC2240-ATJ</td><td></td></tr><tr><td>Driver Voltage</td><td>4.5-36v</td><td></td></tr><tr><td>Max RMS</td><td>2.1A</td><td></td></tr><tr><td>Operating Mode</td><td>SPI</td><td></td></tr><tr><td>RREF</td><td>12000</td><td></td></tr></tbody></table>

</details>

***

### <mark style="color:red;">BTT 2209</mark>

2.0A | 28V | SPI / UART

{% hint style="info" %}
Good for beginners, easy to set up.
{% endhint %}

<details>

<summary>More Info</summary>

<table><thead><tr><th>Type</th><th>Info</th><th data-hidden></th></tr></thead><tbody><tr><td>Driver Chip</td><td>TMC2209-LA</td><td></td></tr><tr><td>Driver Voltage</td><td>5.5-28v</td><td></td></tr><tr><td>Max RMS</td><td>2.0A</td><td></td></tr><tr><td>Operating Mode</td><td>SPI | UART</td><td></td></tr><tr><td>Sense Resistor</td><td>0.110</td><td></td></tr></tbody></table>

</details>


---

# 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:

```
GET https://tempdocs.zerog.one/electronics/tmc-drivers.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.
