# Pinout

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

### Pinout

| **Pin**  | **Function**                                         |
| -------- | ---------------------------------------------------- |
| 9V       | 9V for HD System or other VTX                        |
| SDA, SCL | I2C connection (for peripherals)                     |
| 5v       | 5v output (1.5A max)                                 |
| 3v3      | 3.3v output (0.25A max)                              |
| Vi       | Video input from FPV camera                          |
| Vo       | Video output to video transmitter                    |
| CAM      | To camera OSD control                                |
| G or GND | Ground                                               |
| RSI      | Analog RSSI (0-3.3v) input from receiver             |
| R3, T3   | UART3 RX and TX                                      |
| R4, T4   | UART4 RX and TX                                      |
| R6, T6   | UART6 RX and TX (UART6 RX is located in the GH plug) |
| LED      | WS2182 addressable LED signal wire                   |
| Z-       | Piezo buzzer negative leg                            |

### ESC Port 1&#x20;

|         | **Function**                     |
| ------- | -------------------------------- |
| B+      | Battery positive voltage (2S-8S) |
| R7      | UART7 RX                         |
| GND     | Ground                           |
| CURRENT | CURRENT                          |
| M1      | Motor signal output 1            |
| M2      | Motor signal output 2            |
| M3      | Motor signal output 3            |
| M4      | Motor signal output 4            |

### ESC Port 2

|     | **Function**                     |
| --- | -------------------------------- |
| B+  | Battery positive voltage (2S-8S) |
| R7  | UART7 RX                         |
| GND | Ground                           |
| NC  | NC                               |
| M5  | Motor signal output 5            |
| M6  | Motor signal output 6            |
| M7  | Motor signal output 7            |
| M8  | Motor signal output 8            |

### **VTX Port**

|              |                               |
| ------------ | ----------------------------- |
| **VTX Port** | **Function**                  |
| 9V           | 9V for HD System or other VTX |
| G            | Ground                        |
| T1           | UART1 TX                      |
| R1           | UART1 RX                      |
| G            | Ground                        |
| R6           | UART6 RX                      |


---

# 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.holybro.com/autopilot/kakute-h7-v1-v2-mini/kakute-h7-v1/pinout.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.
