# Power Transfer

## Overview

On this page we will go over the pros and cons of a few types of transfer,

* [Gears](/hardware/power-transfer.md#gears)
* [Chains](/hardware/power-transfer.md#chains)
* [Timing Belts](/hardware/power-transfer.md#timing-belts)
* [Round Belts](/hardware/power-transfer.md#round-belts)

Look at [Idlers](/hardware/power-transfer.md#idlers),

and talk about [Gear Ratios](/hardware/power-transfer.md#gear-ratios).

## A Warning for handlers

{% hint style="danger" %}
It goes without saying. Don't put your fingers in when these things move.&#x20;

Failure to follow may result in loss of body parts, blood, and pain.
{% endhint %}

## Types of transfer

### Gears

{% hint style="info" %}
Note that gears change the direction of motion
{% endhint %}

{% hint style="success" %}
Precise transfer
{% endhint %}

{% hint style="success" %}
Can be easily self designed for 3d printing ([Fusion 360 tutorial](https://www.youtube.com/watch?v=B8A_11o7QZ0))
{% endhint %}

{% hint style="warning" %}
Need to be meshed with precision
{% endhint %}

![https://grabcad.com/library/15-tooth-18-tooth-gears-meshing](/files/-McgB7i2MLwNLqM3mdjW)

### Chains

{% hint style="success" %}
Long distances
{% endhint %}

{% hint style="success" %}
Chain length can be adjusted
{% endhint %}

{% hint style="warning" %}
Imprecise transfer; A sprocket can rotate a bit without its counterpart
{% endhint %}

{% hint style="danger" %}
Will skip under heavy loads; Frequent cause of shudder&#x20;
{% endhint %}

![https://in.pinterest.com/pin/651473902321724083/](/files/-McgEvAAmZK7PkkSFgYp)

### Timing Belts

{% hint style="success" %}
Long distances
{% endhint %}

{% hint style="success" %}
Silent
{% endhint %}

{% hint style="success" %}
Precise transfer
{% endhint %}

{% hint style="warning" %}
Come only in specific sizes
{% endhint %}

![https://grabcad.com/library/timing-gear-set-1](/files/-McgLK5NSjGCOZAZLv-B)

### Round Belts

{% hint style="success" %}
Long distances
{% endhint %}

{% hint style="success" %}
Distance does not need to be precise
{% endhint %}

{% hint style="success" %}
Pulley angle does not need to be the same
{% endhint %}

{% hint style="warning" %}
Imprecise transfer; Will slip easily
{% endhint %}

![https://www.gobilda.com/3405-series-round-belt-5mm-cord-diameter-95mm-circumference/](/files/-McgLNl5Jl7RNewO5N1U)

## Idlers

Idlers are used to shift chains and belts.They are often used to tension the system (take up slack) or guide it (get around obstacles).

They can be used both inside or outside the chain/belt.

Best when freely rotating (has a bearing) and using the appropriate sprocket/pulley.

![https://www.quora.com/What-is-idler-pulley-and-how-it-is-linked-with-belt-drive](/files/-Mdj9q1mHrUFnd71NAz_)

![https://www.gobilda.com/3414-series-5mm-htd-pitch-set-screw-pinion-timing-belt-pulley-8mm-rex-bore-24-tooth/](/files/-Mds1yjZ8Cj4IUGjU_Q_)

## Gear Ratios

Also applies to gears, sprockets, and pulleys.

> Driver gear rotations : Driven gear rotations

{% hint style="info" %}
As a rule of thumb, less speed equals more torque (power)

The opposite is also true; more speed equals less torque, which means it gets easier to jam/skip/slip.
{% endhint %}

Here are a few examples

{% tabs %}
{% tab title="3:1" %}
15-tooth driver gear and 45-tooth driven gear.

It will take 3 rotations of the driver gear to equal 1 rotation of the driven gear, therefore, the gear ratio is 3:1
{% endtab %}

{% tab title="1:1" %}
40-tooth driver gear and 40-tooth driven gear

It will take 1 rotation of the driver gear to equal 1 rotation of the driven gear, therefore, the gear ratio is 1:1
{% endtab %}

{% tab title="2:5" %}
25-tooth driver gear and 10-tooth driven gear

It will take 2 rotations of the driver gear to equal 5 rotations of the driven gear, therefore, the gear ratio is 2:5
{% endtab %}
{% endtabs %}


---

# 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://www.ftctutorial.com/hardware/power-transfer.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.
