Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kakute H7 Mini - update pinouts and serial ports #3032

Merged
merged 6 commits into from Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions en/flight_controller/kakuteh7mini.md
Expand Up @@ -46,6 +46,8 @@ The board can be bought from one of the following shops (for example):

## Connectors and Pins

<img src="../../assets/flight_controller/kakuteh7mini/kakuteh7mini_pinout.jpg" width="300px" title="KakuteH7Mini Pinout Image" />

| Pin | Function | PX4 default |
| -------- | ----------------------------------------------------------------- | ------------------- |
| B+ | Battery positive voltage (2S-6S) | |
Expand All @@ -59,6 +61,7 @@ The board can be bought from one of the following shops (for example):
| G or GND | Ground | |
| RSI | Analog RSSI (0-3.3V) input from receiver | |
| R1, T1 | UART1 RX and TX | TELEM1 |
| R2, T2 | UART2 RX and TX | TELEM2 |
| R3, T3 | UART3 RX and TX | NuttX debug console |
| R4, T4 | UART4 RX and TX | GPS1 |
| R6, T6 | UART6 RX and TX (R6 also located in the GH plug) | RC port |
Expand Down Expand Up @@ -120,6 +123,7 @@ In addition to the [basic configuration](../config/README.md), the following par
| UART | Device | Port |
| ------ | ---------- | --------------------- |
| USART1 | /dev/ttyS0 | TELEM1 |
| UART2 | /dev/ttyS1 | TELEM2 |
| USART3 | /dev/ttyS2 | Debug Console |
| UART4 | /dev/ttyS3 | GPS1 |
| USART6 | /dev/ttyS4 | RC SBUS |
Expand Down