> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/gimbals/pixy-s/user-manual/getting-started/i-o-connections.md).

# I/O Connections

{% content-ref url="/spaces/nikHUDUd2JXqkOsnOi7l/pages/BFY1xf9oWsGLt05u4oPo" %}
[HDMI HYPER QUICK RELEASE V2.0](/accessories/quick-release/hdmi-hyper-quick-release-v2.0.md)
{% endcontent-ref %}

HDMI HYPER QUICK RELEASE V2.0 distinguishes itself from the prior version by featuring a USB-C 2.0 signal port connecting directly from Quick Release to the tilt gimbal, along with an Aux port offering optional signals (S1-S4) for user connections to devices like AV signals or camera triggers for expanded functionality. The signal path runs directly from QR to the tilt gimbal, with Pin 1 positioned as the leftmost pin.

## CAMERA CONNECTION

### Tilt Stereo 2.5mm

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

| PIN | Name           |
| --- | -------------- |
| 1   | GND            |
| 2   | GND            |
| 3   | Signal Hotshoe |
| 4   | GND            |

### Tilt USB-C

| PIN | Signal | Type                              | PIN | Signal | Type                              |
| --- | ------ | --------------------------------- | --- | ------ | --------------------------------- |
| A1  | GND    |                                   | B12 | GND    |                                   |
| A2  | Tx1+   | S6                                | B11 | Rx1+   | S9                                |
| A3  | Tx1-   | S7                                | B10 | Rx1-   | S8                                |
| A4  | VBUS   | 5V output                         | B9  | VBUS   | 5V output                         |
| A5  | CC1    | Serial Resistor 5K1 Ohms with GND | B8  | SBU2   | NOT connect                       |
| A6  | DP     | D+ usb                            | B7  | DN     | D- usb                            |
| A7  | DN     | D- usb                            | B6  | DP     | D+ usb                            |
| A8  | SBU1   | NOT connect                       | B5  | CC2    | Serial Resistor 5K1 Ohms with GND |
| A9  | VBUS   | 5V output                         | B4  | VBUS   | 5V output                         |
| A10 | Rx2-   | S8                                | B3  | Tx2-   | S7                                |
| A11 | Rx2+   | S9                                | B2  | Tx2+   | S6                                |
| A12 | GND    |                                   | B1  | GND    |                                   |

### Quick Release & Tilt micro HDMI

<figure><img src="/files/UAxPiJ3eXWybTVKEHC2B" alt="" width="282"><figcaption></figcaption></figure>

<figure><img src="/files/CC687O3ufMvw4eJcbqZi" alt="" width="224"><figcaption></figcaption></figure>

| PIN | Signal            |
| --- | ----------------- |
| 1   | Hot Plug Detect   |
| 2   | Utility           |
| 3   | TMDS Data2+       |
| 4   | TMDS Data2 Shield |
| 5   | TMDS Data2-       |
| 6   | TMDS Data1+       |
| 7   | TMDS Data2 Shield |
| 8   | TMDS Data1-       |
| 9   | TMDS Data0+       |
| 10  | TMDS Data0 Shield |
| 11  | TMDS Data0-       |
| 12  | TMDS Clock+       |
| 13  | TMDS Clock Shield |
| 14  | TMDS Clock-       |
| 15  | CEC               |
| 16  | DDC/CEC Ground    |
| 17  | SCL               |
| 18  | SDA               |
| 19  | +5V Power         |

| CONNECTION  | Signal             |
| ----------- | ------------------ |
|             | TYPE D CONNECTOR   |
| First make  | Connector Shell    |
| Second make | Pins 1 - 18        |
| Third make  | Pin 19 (+5v Power) |


---

# 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.gremsy.com/gimbals/pixy-s/user-manual/getting-started/i-o-connections.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.
