# Servo Hub Wiring

## Wiring Diagrams

{% tabs %}
{% tab title="FTC/RS485" %}

### Wiring the Servo Hub to a Control Hub

Please note that each servo motor's ground pin will face the outer edge of the Servo Hub and the signal pin will be closest to the center. Servos plugged into ports 0, 1, and 2 will be mirrored by servos plugged into ports 3, 4, and 5. &#x20;

<figure><img src="/files/xVVA1nYphMN8B5fK4n2P" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="FRC/CAN" %}

### Wiring the Servo Hub for control over CAN

Please note that each servo motor's ground pin will face the outer edge of the Servo Hub and the signal pin will be closest to the center. Servos plugged into ports 0, 1, and 2 will be mirrored by servos plugged into ports 3, 4, and 5. &#x20;

<figure><img src="/files/ATp1pQh786hlErtBmhb8" alt=""><figcaption></figcaption></figure>
{% 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://docs.revrobotics.com/rev-crossover-products/servo/servo-hub/servo-hub-wiring.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.
