Skip to content

Holybro Kakute H7 V2

WARNING

PX4 does not manufacture this (or any) autopilot. Contact the manufacturer for hardware support or compliance issues.

The Holybro Kakute H743 Wing is a fully featured flight controller specifically aimed at fixed-wing and VTOL applications. It has the STM32 H743 Processor running at 480 MHz and CAN Bus support, along with dual camera support & switch, ON/OFF Pit Switch, 5V, 6V/8V, 9V/12 BEC, and plug-and-play GPS, CAN, I2C ports.

INFO

This flight controller is manufacturer supported.

Where to Buy

The board can be bought from one of the following shops (for example):

Connectors and Pins

PinFunctionPX4 default
GPS 1USART1 and I2C1GPS1
R2, T2USART2 RX and TXGPS2
R3, T3USART3 RX and TXTELEM1
R5, T5USART5 RX and TXTELEM2
R6, T6USART6 RX and TXRC (PPM, SBUS, etc.) input
R7, T7, RTS, CTSUART7 RX and TX with flow controlTELEM3
R8, T8UART8 RX and TXConsole
Buz-, Buz+Piezo buzzer
M1 to M14Motor signal outputs

PX4 Bootloader Update

The board comes pre-installed with Betaflight. Before the PX4 firmware can be installed, the PX4 bootloader must be flashed. Download the holybro_kakuteh7-wing.hex bootloader binary and read this page for flashing instructions.

Building Firmware

To build PX4 for this target:

make holybro_kakuteh7-wing_default

Installing PX4 Firmware

INFO

KakuteH7-wing is supported with PX4 master & PX4 v1.16 or newer.. Prior to that release you will need to manually build and install the firmware.

Firmware can be manually installed in any of the normal ways:

  • Build and upload the source:

    make holybro_kakuteh7-wing_default upload
  • Load the firmware using QGroundControl. You can use either pre-built firmware or your own custom firmware.

Serial Port Mapping

UARTDevicePortDefault function
USART1/dev/ttyS0GPS 1GPS1
USART2/dev/ttyS1R2, T2GPS2
USART3/dev/ttyS2R3, T3TELEM1
UART5/dev/ttyS3R5, T5TELEM2
USART6/dev/ttyS4R6, (T6)RC input
UART7/dev/ttyS5R7, T7, RTS, CTSTELEM3
UART8/dev/ttyS6R8, T8Console

Debug Port

System Console

UART8 RX and TX are configured for use as the System Console.