Only this pageAll pages
Powered by GitBook
Couldn't generate the PDF for 325 pages, generation stopped at 100.
Extend with 50 more pages.
1 of 100

Holybro Docs

Loading...

Flight Controller

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Overview

Inside the Pixhawk®​ 6X, you can find an STMicroelectronics​® based STM32H753, paired with sensor technology from Bosch®​​, InvenSense®​,​ giving you flexibility and reliability for controlling any autonomous vehicle, suitable for both academic and commercial applications.

The Pixhawk® 6X’s H7 microcontroller contains the Arm® Cortex®-M7 core running up to 480 MHz, has 2MB flash memory and 1MB RAM. The PX4 takes advantage of the increased power and RAM. Thanks to the updated processing power, developers can be more productive and efficient with their development work, allowing for complex algorithms and models.

The FMUv6X open standard includes high-performance, low-noise IMUs on board, designed for better stabilization. Triple redundant IMU & double redundant barometer on separate buses. When the PX4 detects a sensor failure, the system seamlessly switches to another to maintain flight control reliability.

An independent LDO powers every sensor set with independent power control. A vibration isolation System to filter out high-frequency vibration and reduce noise to ensure accurate readings, allowing vehicles to reach better overall flight performances.

External sensor bus (SPI5) has two chip select lines and data-ready signals for additional sensors and payload with SPI-interface, and with an integrated Microchip Ethernet PHY, high-speed communication with mission computers via ethernet is now possible.

The Pixhawk®​ 6X is perfect for developers at corporate research labs, startups, academics (research, professors, students), and commercial application.

Key Design Points

  • High-performance STM32H753 Processor

  • Modular flight controller: separated IMU, FMU, and Base system connected by a 100-pin & a 50-pin Pixhawk®​ Bus connector.

  • Redundancy: 3x IMU sensors & 2x Barometer sensors on separate buses

  • Triple redundancy domains: Completely isolated sensor domains with separate buses and separate power control

  • Newly designed vibration isolation system to filter out high-frequency vibration and reduce noise to ensure accurate readings

  • Ethernet interface for high-speed mission computer integration

  • IMUs are temperature-controlled by onboard heating resistors, allowing optimum working temperature of IMUs

Pixhawk Jetson Baseboard

Pixhawk RPi CM4 Baseboard

Compatible with Pixhawk 5X & 6X

Pixhawk 6C Mini

Download

Pixhawk 6C Mini Model A CAD 3D File

Legacy:

2MB
Pixhawk6c-mini-3D-CAD.stp
Open

Current:

612KB
6C-MINI-A_rev.stp
Open

Model B CAD 3D File

934KB
Pixhawk6C_modelB.stp
Open

Supported Firmware

Kakute H7 v2 ships with Betaflight Firmware.

Betaflight Target: KAKUTEH7V2 (BF 4.3.1 or Newer)

INAV Target: KAKUTEH7V2 (INAV 5.1 or newer), INAV VTX+ & Bluetooth Setup Information

Ardupilot Target: KakuteH7v2 (Ardupilot 4.3 or newer)

PX4: KakuteH7V2 (PX4 1.14 or newer) Firmware can be built using make holybro_kakuteh7v2

PX4 Bootloader HEX file for KakuteH7 v2:

115KB
holybro_kakuteh7v2_bootloader.hex
Open

Kakute H7 Mini

Sample Wiring Diagram

RPi CM4 Flash Guide

Steps taken to flash the CM4 board, boot it, and connect it to PX4

  • If you are using PX4, you will need to use PX4 1.13.1 or newer for PX4 to recognize this baseboard.

  • The fan does not indicate if the RPi CM4 is powered/running or not.

This Pixhawk RPi baseboard supports Raspberry Pi CM4 and CM5. The CM5 requires more power, and the USB-C port used for flashing also powers the Pi. If your computer doesn’t provide enough power, use a powered USB hub for reliable flashing operation.

Flash EMMC

First, we need to have the CM4 up and running. We need to prepare the hardware for it first. Considering the fact that you have already mounted your CM4 onto the baseboard do the following to be able to flash any required image on RPi CM4:

  1. Switch the Dip-Switch on Holybro Pixhawk 6X+CM4 base board (located on top of UART&I2C port) to RPi

  2. Connect the baseboard to your desktop computer USB-C CM4 Slave port used power & flash the RPi CM4. There may be a prompt on some systems like macOS to allow the connection. Please allow it! Otherwise, where to connect? 😀

  3. You need to use usbboot:

Clone this repository on your Pi or other Linux machine. Make sure that the system date is set correctly, otherwise, Git may produce an error.

This git repository uses symlinks. For Windows builds clone the repository under Cygwin:

Note: sudo isn't required if you have write permissions for the /dev/bus/usb device.

From a macOS machine, you can also run usbboot, just follow the same steps:

  1. Clone the usbboot repository

  2. Install libusb (brew install libusb)

  3. Install pkg-config (brew install pkg-config)

If the build is unable to find the header file libusb.h then most likely the PKG_CONFIG_PATH is not set properly. This should be set via export PKG_CONFIG_PATH="$(brew --prefix libusb)/lib/pkgconfig".

If the build fails on an ARM-based Mac with a linker error such as ld: warning: ignoring file /usr/local/Cellar/libusb/1.0.26/lib/libusb-1.0.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 then you may need to build and install libusb-1.0 yourself:

Running “make” again should now succeed!

After running rpiboot the below screen from your terminal should say that you are good to go for flashing a new image onto your CM4 board.

Note: if there are any pop-ups after this stage to eject an unknown disk, simply ignore them.

  • You can now install your favorite Linux distro, e.g. Raspberry Pi OS 64bit, using The rpi-imager. Make sure to add wifi and ssh settings (hidden behind the gear/advanced symbol).

  1. Once done, unmount the volumes, and power down the CM4 by unplugging the USB-C CM4 Slave.

  2. Switch Dip-Switch back to EMMC.

  3. Power on CM4 by providing power to the USB-C CM4 Slave port.

Pixhawk 6X talks to CM4 using Telem2 (/dev/ttyS4).

  1. To enable this MAVLink instance, set the params: - MAV_1_CONFIG: TELEM2 - MAV_1_MODE: Onboard - SER_TEL2_BAUD: 921600 8N1

  2. reboot the FMU

  3. On the RPi side, you can connect it to Wifi using a router or a Wifi Dongle.

  1. Make sure the CM4 is connected to the internet, e.g. using a wifi, or ethernet.

  2. Install MAVSDK Python:

  1. Copy an example from the .

  2. Change the system_address="udp://:14540" to system_address="serial:///dev/serial0:921600"

  3. Try out the example. Permission for the serial port should already be available through the dialout

You can also use your own power supply to power the RPi CM4 baseboard.

System Diagram & Pinout

Pixhawk 6C & Pix32 v6 shares the same System Diagram & Pinout

26KB
FMUv6C_stm32_pinout_v1.pdf
PDF
Open

PWM Signal Voltage MOD

The newest batch (version RC09 and newer) of Pixhawk 6C now supports switchable PWM signal voltage (3.3V or 5V). The modification requires the user to open the casing of the Pixhawk flight controller and be familiar with soldering.

Any damages caused during the modification are not covered by warranty

To switch the PWM signal voltage, bridge the 3V3 or 5V soldering pads on the PCB by applying solder on the pads. Make sure the unused pads are cleaned and not shorted.

RC09 PCB

For RC12 PCB design, the process is more straightforward. Locate the JP1 soldering pad at the bottom left of the PCB. Bridge the JP1 pads for 5V and unbridge to revert to 3.3V.

RC12

Overview

The Pixhawk® 6C Mini is the latest update to the successful family of Pixhawk® flight controllers, based on the Pixhawk® FMUv6C Open Standard and Connector Standard. It shares the same STMH743 microprocessor and sensors as the Pixhawk 6C. Compared to the standard Pixhawk 6C, this Mini version has a built-in PWM header, and some ports have been removed in order to fit this Mini form factor.

Inside the Pixhawk® 6C Mini, you can find an STMicroelectronics®-based STM32H743, paired with sensor technology from Bosch® & InvenSense®, giving you flexibility and reliability for controlling any autonomous vehicle, suitable for both academic and commercial applications.

The Pixhawk® 6C Mini's H7 microcontroller contains the Arm® Cortex®-M7 core running up to 480 MHz and has 2MB flash memory and 1MB RAM. Thanks to the updated processing power, developers can be more productive and efficient with their development work, allowing for complex algorithms and models.

The FMUv6C open standard includes high-performance, low-noise IMUs on board, designed to be cost-effective while having IMU redundancy. A vibration isolation system to filter out high-frequency vibration and reduce noise to ensure accurate readings, allowing vehicles to reach better overall flight performances.

The Pixhawk® 6C Mini is perfect for developers at corporate research labs, startups, academics (research, professors, students), and commercial applications.

Key Design Points

  • High performance STM32H743 Processor with more computing power & RAM

  • New cost-effective design in a small form factor

  • IMU redundancy with sensor technology from Bosch® & InvenSense®

Pixhawk 6C Mini Difference

Below are the main difference between Pixhawk 6C and Pixhawk 6C Mini

Ports

These ports are not available in the Pixhawk 6C Mini (compared to the "standard" Pixhawk 6C):

  • Power2 Port

  • Telem3 Port

  • SBUS Out Port

  • IO Debug Port

  • 4pin USB Port (JST-GH)

  • FMU PWM CH7 & CH8

The Pixhawk 6C Mini has built in PWM Header while the "Standard" Pixhawk 6C has a separate PWM Breakout Board.

Technical Specification

Processors & Sensors

  • FMU Processor: STM32H743

    • 32 Bit Arm® Cortex®-M7, 480MHz, 2MB memory, 1MB SRAM

  • IO Processor: STM32F103

    • 32 Bit Arm® Cortex®-M3, 72MHz, 64KB SRAM

  • On-board sensors

    • Accel/Gyro: ICM-42688-P

    • Accel/Gyro: BMI088 (BMI055 discontinued due to the end of production of the sensor)

  • Voltage Ratings:

    • Max input voltage: 6V

    • USB Power Input: 4.75~5.25V

  • FC Module Connector Type:

  • Dimensions: 44.8 * 44.8 * 13.5mm

  • Weight: 36g

  • 16- PWM servo outputs (8 from IO, 8 from FMU)

  • 3 general purpose serial ports

    • Telem1 - Full flow control, separate 1.5A current limit

  • Operating temperature: -40 ~ 85°c

Pix32 v6 Mini-Base Ports

Pix32 v6 Mini Baseboard is the same as Pix32 v5 Mini Baseboard.

Due to the difference in Pin map, the following ports shaded in red in the diagram below will be non-functional when using a Pix32 v6 FC on a Pix32 v5 Baseboard.

Pin 1 starts from the flight controllers "Left side". All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

Power

Pin

Signal

Voltage

1(red)

VDD5V_BRICK1 (in)

Telem 1 Port

Telem 2 Port

Telem 3 & I2CA Port

TEL4/GPS2 Port

GPS 1 Port

DSM Port (JST-ZH 1.5mm)

USB Port

CAN1 & CAN2 Port

ADC PAD

FMU PWM OUT Port (AUX OUT)

Pin
Signal
Voltage

I/O PWM OUT Port (MAIN OUT)

Pin
Signal
Voltage

RSSI Port

Pin
Signal
Voltage

RC-IN Port

Pin
Signal
Voltage

FMU Debug Port (JST SH 1mm Pitch)

Pin
Signal
Voltage

Dimensions

Dimension in millimeters

Pix32 v6 Flight Controller Module

Pix32 v6 is compatible with Pix32 v5 Baseboard and vice versa. There are some port that will be non-functional when using a Pix32 v6 FC on a Pix32 v5 Baseboard. Please refer to & for more Detail

Pix32 v5 Baseboard & Pix32 v5 Mini Baseboard Dimension
Pix32 v6 Baseboard

Supported Firmware

Pix32v6 is supported on PX4 1.13.1 release and later. Pix32 v6 (with SN number higher than XXXX XXX 20221112) requires 1.13.2 Stable or later.

Pix32 v6 is supported in Ardupilot 4.2.3 stable release and later. It uses the "Pixhawk 6C" Firmware Target. Firmware can be flash via Mission Planner or QGroundControl. It can also be downloaded here: https://firmware.ardupilot.org/

Must use QGC v4.2.4 or later, or Daily QGC Build.

Overview & Technical Specification

Durandal is a flight controller designed by Holybro utilizing the STM32H7 microcontroller series. As an increasing number of drone companies and developers need to run more powerful models and build on more embedded memory capabilities, Durandal is designed to offer the performance upgrade for development needs.

The advantage will come in handy with intensive calculation features are required. Harnessing our extensive controller building experience in the past years, we have implemented a new vibration absorption system into the mechanical design of the hardware and integrated an IMU heater for sensor temperature control.

Key Design Points:

  • High performance H7 Processor with a clock speed up to 480 MHz

  • Redundant inertial measurement unit (IMU) from Bosch® & InvenSense®

  • Vibration isolation system to filter out high frequency vibration and reduce noise to ensure accurate readings

  • IMUs are temperature-controlled by onboard heating resistors, allowing the optimum working temperature of IMUs

  • 2 power ports & 5 general purpose serial ports

  • Main FMU Processor: STM32H743

    • 32 Bit Arm ® Cortex®-M7, 480MHz, 2MB memory, 1MB RAM

  • IO Processor: STM32F100/F103

Voltage Ratings:

  • Max input voltage: 6V

  • USB Power Input: 4.75~5.25V

  • Servo Rail Input: 0~36V

Current Ratings:

  • Telem1 Max output current limiter: 1.5A

  • All other ports combined output current limiter: 1.5A

  • Dimensions:80*45*20.5mm

  • Weight: 68.8g

  • 13 PWM outputs (8 from IO, 5 from FMU)

  • 5 general purpose serial ports

Dimensions

Dimension in millimeters

Pinout

Pinout

Pin

Function

9V

9V for HD System or other VTX

SDA, SCL

I2C connection (for peripherals)

Pinout

Pinout

Pin

Function

VTX+

9V for HD System or other VTX Can be controlled by VTX ON/OFF Pit Switch (User1)

SDA, SCL

I2C connection (for peripherals)

Overview

Top View
Bottom View

Description:

The Holybro Kakute H7 Mini is a Flight Controller full of features including onboard VTX ON/OFF Pit Switch with battery voltage, HD System/VTX & 4in1 ESC plugs, barometer, OSD, 6x UARTs, easy soldering layout and much more. The Kakute H7 Mini builds upon the best features of its F7 predecessor and further improves on hardware components and layout. HD ready, it has an easy plug to power HD system like Caddx Vista while supporting analog system. It features an onboard “VTX ON/OFF Pit Switch” that allows you to completely power off the video transmitter using a switch on your RC transmitter. Great if you are working on your drone, waiting for the GPS to get a fix, getting ready for a race while preventing it from overheating or interfering with others flying.

It has 6x dedicated UART ports with built-in inversion for peripherals, 4in1 ESC plug, and x8 compatible with M5-M8 Signal Pads, allowing easy support for x8 Octocopter configuration. The integrated BetaFlight OSD makes it easy to display important information on your FPV display like battery voltage, flight time, warnings, RSSI, smart audio features and more. It is also ready for autonomous flight with the on-board barometer. There are LED & buzzer pad, I2C pad (SDA & SCL) for external GPS/Magnetometers.

Specification:

  • MCU - STM32H743 32-bit processor running at 480 MHz

  • IMU

    • ICM-42699-P (v1.5)

    • BMI270 (v1.3)

    • MPU6000 (v1.2 & before)

  • Barometer - BMP280

  • OSD - AT7456E

  • Onboard Flash: 128Mbits (v1.3 & later)

  • VTX ON/OFF Pit Switch – Switch can be enabled using USER1 in Betaflight Mode tab. Warning: Do not enable this pit switch if you are using the DJI FPV Remote Controller

  • 6x UARTs (1,2,3,4,6,7)

  • 9x PWM Outputs (8 Motor Outputs, 1 LED)

  • Battery input voltage: 2S-6S

  • BEC 5V 2A

  • Mounting - 20 x 20mm, Φ3.6mm hole with M3 & M2 Grommets

  • Dimension - 31x30x6mm

  • Weight – 5.5g

Sample Wiring Diagram

Connections & Ports

FC Module is internally connected to RPi CM4 through TELEM2

  • CM4 GPIO14 <-> FMU TXD TELEM2

  • CM4 GPIO15 <-> FMU RXD TELEM2

Pixhawk 6C Ports

Pix32 v6 Baseboard Ports

Power 1 & 2

Mag: IST8310
  • Barometer: MS5611

  • Servo Rail Input: 0~36V
  • Current Ratings:

    • Telem1 Max output current limiter: 1.5A

    • All other port combined output current limiter: 1.5A

  • Telem2 - Full flow control
  • Telem3

  • 2 GPS ports

    • GPS1 - Full GPS port (GPS plus safety switch)

    • GPS2 - Basic GPS port

  • 1 I2C port

    • Supports dedicated I2C calibration EEPROM located on sensor module

  • 2 CAN Buses

  • 2 Debug port

    • FMU Debug

    • I/O Debug

  • Dedicated R/C input for Spektrum / DSM and S.BUS, CPPM, analog / PWM RSSI

  • Dedicated S.BUS output

  • 2 Power input ports (Analog)

  • Electrical data

    Mechanical data

    Interfaces

    Other Characteristics

    Panasonic-AXK5S-6S

    Pix32 v6 ships with PX4 FMUv6C Firmware.

    It shares the same Firmware Target as the Pixhawk 6C

    PX4
    Ardupilot
    QGroundControl

    PWM Header

    Integrated vibration isolation system to filter out high frequency vibration and reduce noise to ensure accurate readings
  • IMUs are temperature-controlled by onboard heating resistors, allowing optimum working temperature of IMUs

  • Pix32 v6 Baseboard Ports
    Pix32 v6 Mini-Base Ports

    32 Bit ARM® Cortex®

  • On-board sensors

    • Accel/Gyro: ICM-20689

    • Accel/Gyro: ICM-20602 / BMI088

    • Mag: IST8310

    • Barometer: MS5611

  • 3 with full flow control
  • 1 with separate 1.5A current limit (Telem1)

  • 3 I2C ports

  • 4 SPI buses

    • 1 internal high speed SPI sensor bus with 4 chip selects and 6 DRDYs

    • 1 internal low noise SPI bus dedicated for XXX

    • Barometer with 2 chip selects, no DRDYs

    • 1 internal SPI bus dedicated to FRAM

    • Supports temperature control located on the sensor module

    • 1 external SPI bus

  • Up to 2 CAN buses for dual CAN

    • Each CAN bus has individual silent controls or ESC RX-MUX control

  • Analog inputs for voltage/current of 2 batteries

  • 6 dedicated PWM/Capture inputs on FMU

  • Dedicated R/C input for Spektrum / DSM

  • Dedicated R/C input for CPPM and S.Bus

  • Dedicated S.Bus servo output and analog / PWM RSSI input

  • 2 additional analog inputs

  • Technical Specifications

    Processors & Sensors

    Electrical Data

    Mechanical Data:

    Interfaces

    CURRENT

    CURRENT

    M1

    Motor signal output 1

    M2

    Motor signal output 2

    M3

    Motor signal output 3

    M4

    Motor signal output 4

    NC

    NC

    M5

    Motor signal output 5

    M6

    Motor signal output 6

    M7

    Motor signal output 7

    M8

    Motor signal output 8

    R1

    UART1 RX

    G

    Ground

    R6

    UART6 RX

    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

    Function

    B+

    Battery positive voltage (2S-8S)

    R7

    UART7 RX

    GND

    Ground

    Function

    B+

    Battery positive voltage (2S-8S)

    R7

    UART7 RX

    GND

    Ground

    VTX Port

    Function

    9V

    9V for HD System or other VTX

    G

    Ground

    T1

    UART1 TX

    ESC Port 1

    ESC Port 2

    VTX Port

    CURRENT

    CURRENT

    M1

    Motor signal output 1

    M2

    Motor signal output 2

    M3

    Motor signal output 3

    M4

    Motor signal output 4

    CURRENT

    CURRENT

    M5

    Motor signal output 5

    M6

    Motor signal output 6

    M7

    Motor signal output 7

    M8

    Motor signal output 8

    R1

    UART1 RX

    G

    Ground

    R6

    UART6 RX

    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

    Function

    B+

    Battery positive voltage (2S-8S)

    R7

    UART7 RX

    GND

    Ground

    Function

    B+

    Battery positive voltage (2S-8S)

    R7

    UART7 RX

    GND

    Ground

    VTX Port

    Function

    Vtx+

    9V for HD System or other VTX Can be controlled by VTX ON/OFF Pit Switch (User1)

    G

    Ground

    T1

    UART1 TX

    ESC Port 1

    ESC Port 2

    VTX Port

    JST-SH1.0_8pin port * 2 (For 4in1 ESCs)
  • JST-GH1.25_6pin port (For DJI/Caddx HD System and other VTX)

  • Mechanical

    Welcome

    Welcome to Holybro Official Documentation.

    This documentation will help you understand Holybro's official product introduction, technical specifications, pinout, tutorials, assembly, etc. If you have any comments or suggestions on our documentation, please send an email to Support@holybro.com

    Thank you

    Pixhawk 6X

    3(black)

    UART7_RX(in)

    +3.3V

    4(black)

    UART7_CTS(in)

    +3.3V

    5(black)

    UART7_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    UART5_RX(in)

    +3.3V

    4(black)

    UART5_CTS(in)

    +3.3V

    5(black)

    UART5_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    USART2_RX(in)

    +3.3V

    4(black)

    (NOT CONECT)

    --

    5(black)

    (NOT CONECT)

    --

    6(black)

    GND

    GND

    3(black)

    RX(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    3(black)

    RX1(in)

    +3.3V

    4(black)

    I2C1_SCL1

    +3.3V

    5(black)

    I2C1_SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    IO_VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    3(black)

    CAN1_L

    +3.3V

    4(black)

    GND

    GND

    GND

    GND

    GND

    -

    GND

    GND

    -

    GND

    GND

    3(-)

    GND

    GND

    3(-)

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    GND

    GND

    +5V

    2(black)

    VDD5V_BRICK1 (in)

    +5V

    3(black)

    CURRENT1

    +3.3V

    4(black)

    VOLTAGE1

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART7_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART5_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    USART2_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    GND

    3(gray)

    DSM/Spektrum in

    Pin

    Signal

    Voltage

    1(red)

    VBUS

    +5V

    2(black)

    DM

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    CAN1_H

    Pad

    Signal

    Voltage

    ADC1

    ADC1_IN

    +3.3V

    ADC2

    ADC2_IN

    S

    FMU_CH1~8

    +3.3V

    +

    VDD_Servo

    0-36V

    S

    IO_CH1~8

    +3.3V

    +

    VDD_SERVO

    0~36V

    1(s)

    SBUS_OUT/RSSI_IN

    +3.3V

    2(+)

    VDD_SERVO

    1(S)

    SBUS/PPM IN

    +3.3V

    2(+)

    VDD_5V_RC

    +5V

    1(red)

    FMU_VDD_3V3

    +3.3V

    2(black)

    FMU_USART3_TX

    +3.3V

    I2C device such as airspeed sensor can be connect to this TEL4/GPS2 Port via a 6P <-> 6P+4P GH cable supplied in the cable set.

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +6.6V

    (Optional) Export the PKG_CONFIG_PATH so that it includes the directory enclosing libusb-1.0.pc
  • Build using make

  • Run the binary

  • To check if it’s booting/working, either check HDMI output, or connect via ssh (if set up in rpi-imager, and wifi is available).

    Enable serial port to FMU by using raspi-config: Go to 3 Interface Options, then I6 Serial Port. Choose - login shell accessible over serial → No - serial port hardware enabled → Yes Finish, and reboot. (This will add enable_uart=1 to /boot/config.txt, and remove console=serial0,115200 from /boot/cmdline.txt

  • Now MAVLink traffic should be available on /dev/serial0 at a baud rate of 921600.

  • group.

    The power module plugged into Power1/2 does not power the RPi part. You can use the additional USB-C Cable from the PM03D power module to the CM4 Slave USB-C port.

  • The Micro-HDMI port is an output port.

  • Some RPi CM4 might not have a Wifi device and therefore won’t connect automatically unless you plug it into a router or a compatible Wifi dongle into the CM4 Host ports.

  • Linux / Cygwin / WSL

    macOS

    Connect PX4 to CM4 via serial

    Try out MAVSDK-Python

    Please Note:

    MAVSDK-Python examples
    RPiboot sanity check
    sudo apt install libusb-1.0-0-dev
    git clone --depth=1 https://github.com/raspberrypi/usbboot,
    cd usbboot
    make
    sudo ./rpiboot
    $ git clone --depth=1 https://github.com/raspberrypi/usbboot
    $ cd usbboot
    $ brew install libusb
    $ brew install pkg-config
    $ make
    $ sudo ./rpiboot
    $ wget https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2
    $ tar -xf libusb-1.0.26.tar.bz2
    $ cd libusb-1.0.26
    $ ./configure
    $ make
    $ make check
    $ sudo make install
    sudo apt install rpi-imager
    rpi-imager
    python3 -m pip install mavsdk
    CM4 GPIO16 <-> FMU CTS TELEM2
  • CM4 GPIO17 <-> FMU RTS TELEM2

  • CM4 USB Device Port. Use for CM4 Power and image flash. Max input voltage: 5V

    CM4 USB Host port. 1A Current output limit for each port.

    CM4 Video Output

    CM4 Slave

    CM4 Host1&2

    RPI

    Data Connected

    Power IN and Data

    Data Not Connected

    Power out only

    EMMC

    Data Not Connected

    Power IN only

    Pin

    Signal

    Volt

    1(red)

    CM4_TRD0_P

    +3.3V

    2(pink)

    CM4_TRD0_N

    Pin

    Signal

    Volt

    1(red)

    RXN

    +3.3V

    2(black)

    RXP

    FC & CM4 connected via ethernet using cabled provided.

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    GND

    Pin

    Signal

    Volt

    1

    GND

    GND

    2

    CM4_CAM1_D0_N

    Pin

    Signal

    Volt

    1(red)

    VDD5V_BRICK1/2

    +5V

    2(black)

    VDD5V_BRICK1/2

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX7/5/2 (out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX8(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    CANH1/2

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX4(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 (black)

    SPI6_SCK

    Pin

    Signal

    Volt

    1(red)

    VBUS

    +5V

    2(black)

    DM

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    SCL3

    Pin

    Signal

    Volt

    1(red)

    RXN

    +3.3V

    2(black)

    RXP

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    FMU_CAP1

    Pin

    Signal

    Volt

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Volt

    S

    SBUS/PPM in

    +3.3V

    +

    VDD_5V _RC

    Pin

    Signal

    Volt

    1(red)

    IO_VDD_3V3

    +3.3V

    2 black)

    IO_USART1_TX

    Pin

    Signal

    Volt

    1(red)

    FMU_VDD_3V3

    +3.3V

    2 black)

    FMU_USART3_TX

    Pin

    Signal

    Volt

    S

    SBUS_OUT/RSSI_IN

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    FMU_CH1~8

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    IO_CH1~8

    +3.3V

    +

    VDD_SERVO

    This baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follow the Pixhawk Bus Standard.

    This baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follow the Pixhawk Bus Standard.

    Connection Between RPi CM4 & Flight Controller:

    CM4 Slave USB-C port:

    CM4 Host1 & Host2 USB-C Port:

    Micro HDMI:

    Dip Switch

    Refer to this diagram for location of pin1. All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    CM4 ETH port

    FC ETH Port

    FAN port

    The 5V source for the fan is not shared with the USB 5V that powers the RPi compute module.

    CAMERA Port (Use for CSI Camera IN)

    Power1 (Main) & Power2 Port (Backup) (2.00mm Pitch CLIK-Mate)

    Telem1, Telem2, Telem3 ports

    GPS 1 Port

    GPS 2 Port

    CAN1, CAN2 ports

    Uart4 & I2C port

    SPI Port

    USB Port

    I2C Port

    ETH Port

    AD&IO Port

    DSM RC Port (JST-ZH 1.5mm Pitch)

    RC IN Port

    IO Debug Port (JST-SH 1mm Pitch)

    FMU Debug Port (JST-SH 1mm Pitch)

    RSSI Port

    FMU PWM OUT (AUX)

    I/O PWM OUT (MAIN)

    VDD5V_BRICK1 (in)

    +5V

    3(black)

    CURRENT1

    +3.3V

    4(black)

    VOLTAGE1

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART7_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART5_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    USART2_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    UART8_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VBUS

    +5V

    2(black)

    DM

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    I2C2_SCL*

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    CAN1_H

    Pin

    Signal

    Voltage

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Voltage

    1(null)

    VDD_5V_PPM_SBUS

    +5V

    2(yellow)

    PPM&SBUS_IN

    Pin

    Signal

    Voltage

    1(red)

    (NOT CONNECTED)

    --

    2(yellow)

    SBUS_OUT

    Pin
    Signal
    Voltage

    1 (Red)

    VDD_Servo

    2 (Black)

    FMU_CH1

    +3.3V

    Pin
    Signal
    Voltage

    1 (Red)

    VDD_Servo

    2 (Black)

    IO_CH1

    +3.3V

    Pin
    Signal
    Voltage

    1(red)

    FMU_VDD_3V3

    +3.3V

    2 black)

    FMU_USART3_TX

    +3.3V

    Pin
    Signal
    Voltage

    1(red)

    IO_VDD_3V3

    +3.3V

    2 black)

    IO_USART1_TX

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VDD5V_BRICK1 (in)

    +5V

    • I/O PWM OUT = MAIN OUT

    • FMU PWM OUT = AUX OUT

    Pin 1 starts from the flight controllers "right side" like diagram below

    Power1 & 2

    2(black)

    Telem 1 Port

    Telem 2 Port

    Telem 3 Port

    * For Pixhawk 6C with SN number XXXX 001 XXXXXX (SN can be found on the packaging), Telem3 port is connected as follow:

    • pin 4 -> I2C4_SCL (3.3V)

    GPS 1 Port

    GPS2 Port

    USB Port

    I2C Port

    * For Pixhawk 6C with SN number XXXX XXX 20221100 AND prior, (SN can be found on the packaging), I2C port is connected as follow:

    CAN1 & CAN2 Port

    DSM RC Port (JST-ZH 1.5mm)

    PPM/SBUS RC port

    SBus Out Port

    FMU PWM OUT (AUX OUT)

    I/O PWM OUT (MAIN OUT)

    FMU Debug Port (JST SH 1mm Pitch)

    I/O Debug Port (JST SH 1mm Pitch)

    2(black)

    VDD5V_BRICK1 (in)

    +5V

    3(black)

    CURRENT1

    +3.3V

    4(black)

    VOLTAGE1

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Telem 1 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART7_TX(out)

    Telem 2 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART5_TX(out)

    Telem 3 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    USART2_TX(out)

    GPS 1 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    GPS2 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    UART8_TX(out)

    USB Port

    Pin

    Signal

    Voltage

    1(red)

    VBUS

    +5V

    2(black)

    DM

    I2C Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    I2C2_SCL*

    CAN1 & CAN2 Port

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    CAN1_H

    DSM RC Port (JST-ZH 1.5mm)

    Pin

    Signal

    Voltage

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    FMU PWM OUT Port (AUX OUT)

    Pin
    Signal
    Voltage

    S

    FMU_CH1~8

    +3.3V

    +

    VDD_Servo

    0-36V

    I/O PWM OUT Port (MAIN OUT)

    Pin
    Signal
    Voltage

    S

    IO_CH1~8

    +3.3V

    +

    VDD_SERVO

    0~36V

    RSSI Port

    Pin
    Signal
    Voltage

    1(s)

    SBUS_OUT/RSSI_IN

    +3.3V

    2(+)

    VDD_SERVO

    RC-IN Port

    Pin
    Signal
    Voltage

    1(S)

    SBUS/PPM IN

    +3.3V

    2(+)

    VDD_5V_RC

    +5V

    FMU Debug Port (JST SH 1mm Pitch)

    Pin
    Signal
    Voltage

    1(red)

    FMU_VDD_3V3

    +3.3V

    2(black)

    FMU_USART3_TX

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VDD5V_BRICK1 (in)

    Pix32 v6 is compatible with Pix32 v5 Baseboard and vice versa.

    Due to the difference in Pin map, the following ports shaded in red in the diagram below will be non-functional when using a Pix32 v6 FC on a Pix32 v5 Baseboard.

    Pin 1 starts from the flight controllers "Left side". All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    +5V

    * For Pix32 v6 with SN number beforeXXXX XXX 20221113, (SN can be found on the packaging), I2C port is connected as follow:

    • pin 2 -> I2C4_SCL (3.3V)

  • pin 3 -> I2C4_SDA (3.3V)

  • +3.3V

    3(black)

    UART7_RX(in)

    +3.3V

    4(black)

    UART7_CTS(in)

    +3.3V

    5(black)

    UART7_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    UART5_RX(in)

    +3.3V

    4(black)

    UART5_CTS(in)

    +3.3V

    5(black)

    UART5_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    USART2_RX(in)

    +3.3V

    4(black)

    (NOT CONECT)

    --

    5(black)

    (NOT CONECT)

    --

    6(black)

    GND

    GND

    +3.3V

    3(black)

    RX1(in)

    +3.3V

    4(black)

    I2C1_SCL1

    +3.3V

    5(black)

    I2C1_SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    IO_VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    UART8_RX(in)

    +3.3V

    4(black)

    I2C2_SCL

    +3.3V

    5(black)

    I2C2_SDA

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    I2C2_SDA*

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    CAN1_L

    +3.3V

    4(black)

    GND

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    -

    GND

    GND

    -

    GND

    GND

    3(-)

    GND

    GND

    3(-)

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    GND

    GND

    Dimensions

    pin 5 -> I2C4_SDA (3.3V)

    Do not connect Non-I2C device (such as telemetry radio) to telem3 pin 4 & 5 if you have this version.

    pin 2 -> I2C4_SCL (3.3V)
  • pin 3 -> I2C4_SDA (3.3V)

  • +3.3V

    3(black)

    UART7_RX(in)

    +3.3V

    4(black)

    UART7_CTS(in)

    +3.3V

    5(black)

    UART7_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    UART5_RX(in)

    +3.3V

    4(black)

    UART5_CTS(in)

    +3.3V

    5(black)

    UART5_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    USART2_RX(in)

    +3.3V

    4(black)

    NOT CONNECTED*

    -

    5(black)

    NOT CONNECTED*

    -

    6(black)

    GND

    GND

    +3.3V

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    IO_VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    UART8_RX(in)

    +3.3V

    4(black)

    I2C2_SCL

    +3.3V

    5(black)

    I2C2_SDA

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    I2C2_SDA*

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    CAN1_L

    +3.3V

    4(black)

    GND

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    +3.3V

    3(null)

    RSSI_IN

    +3.3V

    4(red)

    (NOT CONNECTED)

    --

    5(black)

    GND

    GND

    +3.3V

    3(black)

    GND

    GND

    3 (Black)

    FMU_CH2

    +3.3V

    4 (Black)

    FMU_CH3

    +3.3V

    5 (Black)

    FMU_CH4

    +3.3V

    6 (Black)

    FMU_CH5

    +3.3V

    7 (Black)

    FMU_CH6

    +3.3V

    8 (Black)

    FMU_CH7

    +3.3V

    9 (Black)

    FMU_CH8

    +3.3V

    10(Black)

    GND

    GND

    3 (Black)

    IO_CH2

    +3.3V

    4 (Black)

    IO_CH3

    +3.3V

    5 (Black)

    IO_CH4

    +3.3V

    6 (Black)

    IO_CH5

    +3.3V

    7 (Black)

    IO_CH6

    +3.3V

    8 (Black)

    IO_CH7

    +3.3V

    9 (Black)

    IO_CH8

    +3.3V

    10(Black)

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    3(black)

    (NOT CONNECTED)

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    Data Connected

    Power out and Data

    +3.3V

    3(yellow)

    CM4_TRD1_P

    +3.3V

    4(green)

    CM4_TRD1_N

    +3.3V

    5(brown)

    CM4_TRD2_P

    +3.3V

    6(blue)

    CM4_TRD2_N

    +3.3V

    7(purple)

    CM4_TRD3_P

    +3.3V

    8(black)

    CM4_TRD3_N

    +3.3V

    +3.3V

    3(black)

    TXN

    +3.3V

    4(black)

    TXP

    +3.3V

    GND

    +3.3V

    3

    CM4_CAM1_D0_P

    +3.3V

    4

    GND

    GND

    5

    CM4_CAM1_D1_N

    +3.3V

    6

    CM4_CAM1_D1_P

    +3.3V

    7

    GND

    GND

    8

    CM4_CAM1_CLK_N

    +3.3V

    9

    CM4_CAM1_CLK_P

    +3.3V

    10

    GND

    GND

    11

    CM4_CAM1_D2_N

    +3.3V

    12

    CM4_CAM1_D2_P

    +3.3V

    13

    GND

    GND

    14

    CM4_CAM1_D3_N

    +3.3V

    15

    CM4_CAM1_D3_P

    +3.3V

    16

    GND

    GND

    17

    CM4_CAM1_GPIO

    +3.3V

    18

    No Connected

    --

    19

    GND

    GND

    20

    CM4_I2C0_SCL

    +3.3V

    21

    CM4_I2C0_SDA

    +3.3V

    22

    CM4_VDD_3V3

    +3.3V

    +5V

    3(black)

    SCL1/2

    +3.3V

    4(black)

    SDA1/2

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    +3.3V

    3(black)

    RX7/5/2 (in)

    +3.3V

    4(black)

    CTS7/5/2 (in)

    +3.3V

    5(black)

    RTS7/5/2 (out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    RX8(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    CANL1/2

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    RX4(in)

    +3.3V

    4(black)

    SCL3

    +3.3V

    5(black)

    SDA3

    +3.3V

    6(black)

    NFC_GPIO

    +3.3V

    7(black)

    GND

    GND

    +3.3V

    3(black)

    SPI6_MISO

    +3.3V

    4(black)

    SPI6_MOSI

    +3.3V

    5(black)

    SPI6_CS1

    +3.3V

    6(black)

    SPI6_CS2

    +3.3V

    7(black)

    SPIX_SYNC

    +3.3V

    8(black)

    SPI6_DRDY1

    +3.3V

    9(black)

    SPI6_DRDY2

    +3.3V

    10(black)

    SPI6_nRESET

    +3.3V

    11(black)

    GND

    GND

    +3.3V

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    SDA3

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    TXN

    +3.3V

    4(black)

    TXP

    +3.3V

    +3.3V

    3(black)

    FMU_BOOTLOADER

    +3.3V

    4(black)

    FMU_RST_REQ

    +3.3V

    5(black)

    NARMED

    +3.3V

    6(black)

    ADC1_3V3

    +3.3V

    7(black)

    ADC1_6V6

    +6.6V

    8(black)

    GND

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    +5V

    -

    GND

    GND

    +3.3V

    3(black)

    NC

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    0~36V

    -

    GND

    GND

    0~36V

    -

    GND

    GND

    0~36V

    -

    GND

    GND

    Sample Wiring Diagram

    Pixhawk Baseboards

    Pixhawk Baseboard v1 Ports
    Pixhawk Baseboard v2 Ports
    Pixhawk Mini Baseboard Ports
    Pixhawk RPi CM4 Baseboard
    Pixhawk Jetson Baseboard

    Pixhawk 6X Pro

    Pixhawk Baseboards

    These baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follow the Pixhawk Bus Standard.

    Pixhawk 6C

    Pix32 v6

    Kakute H7 v1

    Kakute H7 (v1/v2/Mini)

    Kakute H7 v2

    Technical Specification

    Processors & Sensors

    • FMU Processor: STM32H753

      • 32 Bit Arm® Cortex®-M7, 480MHz, 2MB flash memory, 1MB RAM

    • IO Processor: STM32F103

      • 32 Bit Arm® Cortex®-M3, 72MHz, 64KB SRAM

    • On-board sensors ()

      • Accel/Gyro: 3x ICM-45686 (with BalancedGyro™ Technology)

      • Barometer: ICP20100 & BMP388

      • Mag: BMM150

    • On-board sensors ()

      • Accel/Gyro: BMI088/ICM-20649

      • Accel/Gyro: ICM-42688-P

      • Accel/Gyro: ICM-42670-P

    • Voltage Ratings:

      • Max input voltage: 6V

      • USB Power Input: 4.75~5.25V

    • Dimensions

      • Flight Controller Module: 38.8 x 31.8 x 14.6mm

      • Standard Baseboard: 52.4 x 103.4 x 16.7mm

    • 16- PWM servo outputs with hardware switchable 3.3V or 5V signal mode (requires base board modification)

    • R/C input for Spektrum / DSM

    • Dedicated R/C input for PPM and S.Bus input

    • Operating temperature: -40 ~ 85°c

    Rev 3 & 4

    Dimension in Millimeters

    PX4 & Ardupilot Guide

    Rev 8 (Current)

    Dimension in Millimeters

    Download

    Pixhawk Baseboards

    Dimensions

    PX4 & Ardupilot Guide

    If you are using PX4, please refer to the PX4 user guide page for additional information.

    If you are using PX4, please refer to the PX4 user guide page for additional information.

    Supported Firmware

    Pixhawk 6X Pro is supported on Master/Main or PX4 1.14.3 release and later. PX4 Firmware Target: FMUv6x

    Pixhawk 6X Pro is supported in Ardupilot 4.5.0 stable release and later. Ardupilot Firmware Target: Pixhawk 6X. Ardupilot firmware can be flash via Mission Planner or QGroundControl. It can also be downloaded here:

    Download

    Pixhawk Baseboard V2 Mounting Plate Dimensions

    Wiring & Block Diagram

    CSI Camera setup

    Popular cameras supported out of the box include IMX219 camera modules, such as the Raspberry Pi Camera Module V2. For the CSI camera, basically you could benefit from the Nvidia guide

    The Holybro Jetson carrier board can have two CSI cameras connected. To give a short intro, you can try the following commands in the terminal in case your carrier board is connected to a display screen:

    To open the capture on a specific CAM, you can pass the following (assuming we want to test cam1 on Orin_camera 1):

    Reference Links

    Overview

    The Holybro Pixhawk RPi CM4 Baseboard combine the Pixhawk FC module with the Raspberry Pi CM4 companion computer in on compact form factor with all the connections you need for development. It follows the Pixhawk Connector and Bus Standard, allow easy swap of FC Module with any FC that follows the Pixhawk Bus Standard. The FC Module is internally connected to RPi CM4 through TELEM2, and can also be connected via ethernet with a external cable provided. Recommend minimum specification for RPi CM4:

    • Wireless: Yes

    • RAM: 4GB (or 8GB)

    Dimension

    PM03D - RPi CM4 Base Wiring Guide

    Supported Firmware

    Must use PX4 1.13.1 Stable and newer.

    Ardupilot Firmware Download:

    Sample Wiring Diagram

    Dimensions

    PX4 & Ardupilot Guide

    Download

    Dimensions

    System Diagram & Pinout

    System Diagram & Pinout

    Supported Firmware

    Supported on PX4 v1.11.0 and later.

    Supported in Ardupilot 4.0 and later.

    Wiring Diagram

    Wiring Diagram

    PX4

    If you are using PX4, please refer to the PX4 user guide page for additional information.

    https://docs.px4.io/main/en/flight_controller/pixhawk6x.htmlhttps://docs.px4.io/main/en/assembly/quick_start_pixhawk6X.html

    Ardupilot

    If you are using Ardupilot, please refer to the Ardupilot user guide page for additional information.

    https://ardupilot.org/copter/docs/common-holybro-pixhawk6X.html

    PX4

    If you are using PX4, please refer to the PX4 user guide page for additional information.

    https://docs.px4.io/main/en/flight_controller/pixhawk6c.htmlhttps://docs.px4.io/main/en/assembly/quick_start_pixhawk6c.html

    Ardupilot

    If you are using Ardupilot, please refer to the Ardupilot user guide page for additional information.

    https://ardupilot.org/copter/docs/common-holybro-pixhawk6C.html

    PX4

    Ardupilot

    Barometer: 2x BMP388

  • Mag: BMM150

  • Servo Rail Input: 0~36V
  • Current Ratings:

    • Telem1 output current limiter: 1.5A

    • All other port combined output current limiter: 1.5A

  • Mini Baseboard: 43.4 x 72.8 x 14.2 mm
  • Weight

    • Flight Controller Module: 23g

    • Standard Baseboard: 51g

    • Mini Baseboard: 26.5g

  • Dedicated analog / PWM RSSI input and S.Bus output
  • 4 general purpose serial ports

    • 3 with full flow control

    • 1 with separate 1.5A current limit (Telem1)

    • 1 with I2C and additional GPIO line for external NFC reader

  • 2 GPS ports

    • 1 full GPS plus Safety Switch Port

    • 1 basic GPS port

  • 1 I2C port

  • 1 Ethernet port

    • Transformerless Applications (AN2190 50 Ohm termination)

    • 100Mbps

  • 1 SPI bus

    • 2 chip select lines

    • 2 data-ready lines

    • 1 SPI SYNC line

    • 1 SPI reset line

  • 2 CAN Buses for CAN peripheral

    • CAN Bus has individual silent controls or ESC RX-MUX control

  • 2 Power input ports with SMBus

    • 1 AD & IO port

    • 2 additional analog input

    • 1 PWM/Capture input

    • 2 Dedicated debug and GPIO lines

  • Electrical data

    Mechanical data

    Interfaces

    Other Characteristics

    Shipping Currently, Rev8
    Previous Revision, Rev3/4
    Pixhawk Baseboard v1 Ports
    Pixhawk Mini Baseboard Ports
    Pixhawk RPi CM4 Baseboard
    Pixhawk Jetson Baseboard

    Pixhawk 6X Pro is shipped with PX4 FMUv6X Firmware, but it is also supported in Ardupilot. It shares the same firmware as Pixhawk 6X.

    PX4

    Ardupilot

    https://firmware.ardupilot.org/

    PX4

    Ardupilot

    PX4 guide on running companion computer
    https://firmware.ardupilot.org/
    Ardupilot Wiki on running companion computer

    The previous shipped "Rev3 & 4" has different dimension compared to the "Rev8".

    Rev3 & 4

    Standard Baseboard

    Mini Baseboard

    Pixhawk 5X & 6X Flight Controller Module
    Pixhawk Baseboard
    Pixhawk Mini Baseboard

    This version is currently being shipped.

    FC Module Only

    Standard Baseboard v2A

    Mini Baseboard

    Standard Baseboard v1

    Pixhawk Baseboard Reference and Downloads

    Pixhawk 6X Module CAD File

    Download
    977KB
    pixhawk-5X-6X-3D-simple.stp
    Open
    6MB
    pixhawk-5X-6X-pcba.stp
    Open

    Dimension in millimeters

    Pixhawk Baseboard
    Pixhawk Mini Baseboard

    Pixhawk Baseboard Reference and Downloads

    Pixhawk 6X Pro Module CAD File

    Download
    15MB
    pixhawk6x-pro-3D-simple.stp
    Open
    V2A
    V2B

    Block Diagram

    Reference Wiring Diagram

    To ensure stable power supply, the RPi CM4 & Flight controller must be powered separately.

    Flight controller is powered via the CLIK-Mate cable to POWER1 or POWER2 port, and RPi CM4 is powered by the USB C (CM4 Slave) connection.

    Dimension in millimeters

    Pixhawk 6C Case CAD 3D File

    PWM Adapter 3D File

    2MB
    Pixhawk6C-3D-CAD.stp
    Open
    4MB
    EXT-8P-V5.STEP
    Open

    Dimension in millimeters

    Dimension for discontinued version Model A

    Pixhawk 6C Mini Model A (Current)
    Pixhawk 6C Mini Model B
    Pixhawk 6C Mini Model A (Legacy)

    Pixhawk 6C & Pix32 v6 shares the same System Diagram & Pinout

    26KB
    FMUv6C_stm32_pinout_v1.pdf
    PDF
    Open
    Part 1
    Part 2

    Download

    Schematics

    Pixhawk Baseboard Reference Schematic

    344KB
    PAB-BASE-RC05-sch.pdf
    PDF
    Open
    376KB
    PAB-BASE-V2.pdf
    PDF
    Open

    Pixhawk Mini Baseboard Reference Schematic

    260KB
    PAB-BASE-MINI-RC04-sch.pdf
    PDF
    Open

    CM4 Baseboard Partial Schematics

    102KB
    CM4baseboard_modulepart_schematics.pdf
    PDF
    Open

    3D CAD File

    118KB
    base_v2a_mounting.stp
    Open
    118KB
    base_v2b_mounting.stp
    Open
    26MB
    Pixhawk-FC-Module-REV8.stp
    Open
    977KB
    Pixhawk-FC-Module-REV3-4.stp
    Open
    6MB
    Pixhawk-FC-Module-PCBA-REV3-4.stp
    Open
    38MB
    Pixhawk-Standard-Base-v2A.stp
    Open
    17MB
    Pixhawk-Standard-Base-v2B.step
    Open
    3MB
    Pixhawk-Standard-Base-3D-simple.stp
    Open
    6MB
    Pixhawk-Mini-Base-3D-simple.stp
    Open
    3MB
    Pixhawk-CM4-Base-3D-simple.stp
    Open
    75MB
    Pixhawk-Jetson-Baseboard-3D.stp
    Open
    657KB
    Jetson_Base_Case.stp
    Open

    Download

    Pix32 v6 STM32 Pinout

    26KB
    FMUv6C_stm32_pinout_v1.pdf
    PDF
    Open

    Pix32 v6 RC04 Reference Schematic

    148KB
    PIX32-V6-MB-RC04.pdf
    PDF
    Open

    Pix32 v6 Flight Controller Module Connector Datasheet (Panasonic-AXK5S-6S)

    464KB
    PIX32-V6_Connector_100pin_data_sheet.pdf
    PDF
    Open

    Pix32 v6 FMU 100Pin Header PinMap

    38KB
    PIX32-V6-FMU_100Pin_Header_PinMap-RC04.pdf
    PDF
    Open

    Pix32 v6 Baseboard DXF file

    452KB
    PIX32-V6-BASE-RC02.dxf
    Open

    Pix32 v6 Baseboard RC03 Schematic

    198KB
    PIX32-V6-BASE-RC03.pdf
    PDF
    Open

    CAD Files

    1MB
    Pix32-v5-v6-3D-CAD.stp
    Open
    10MB
    Pix32-v5-v6-pcba.stp
    Open
    2MB
    Pix32-v5-v6-base-mini-pcba.stp
    Open

    3D Print

    65KB
    3D_Print-PIX32-V5&V6-Base-Board.zip
    archive
    Open
    34KB
    3D_Print-PIX32-V5&V6-Base-Mini-Board.zip
    archive
    Open

    Supported Firmware

    Kakute H7 ships with Betaflight Firmware.

    Kakute H7 V1.5 requires Betaflight version 4.5.2 and newer

    Betaflight Target: KAKUTEH7

    INAV Target: KAKUTEH7

    INAV's ICM-42688 driver is combined with ICM-42605. The IMU model will appear as ICM42605 on the configurator.

    Ardupilot Target: KakuteH7

    PX4: KakuteH7 (PX4 v1.13 or later) Firmware can be built using make holybro_kakuteh7

    PX4 Bootloader HEX file for KakuteH7 (v1):

    113KB
    holybro_kakuteh7_bootloader.hex
    Open

    Durandal

    eMMC: 16GB

    Pixhawk 6X with the Pixhawk RPi CM4 Baseboard
    nvgstcapture-1.0
    nvgstcapture-1.0 sensor-id=1

    You may need to connect your Jetson to a display before attempting NVIDIA's CSI camera guide.

    Pixhawk 6X Pro share the same target as Pixhawk 6X

    PX4

    Ardupilot

    Holybro Pixhawk 6XPX4 Autopilot

    PX4

    Ardupilot

    Helper Scripts

    Supported Firmware

    • PX4 Firmware Target: FMUv6x

    • Ardupilot Firmware Target: Pixhawk 6X

    Rev 8 (ICM-45686) Version

    Support in PX4 1.14.3 release and later.

    Supported in 4.5.0 stable release and later.

    Rev 3/4 Version

    Pixhawk 6X is supported on PX4 1.13.1 release and later.

    Supported in Ardupilot 4.2.3 stable release and later.

    REV3 & 4 not supported in Ardupilot 4.5.3, please use 4.5.2 or 4.5.4.

    Overview

    Key Design Point

    • High-performance ADIS16470 Industrial IMU with high accelerometer dynamic range (±40 g), perfect for accurate motion sensing in demanding UAV applications

    • All New advanced durable vibration isolation material with resonance frequency in the higher spectrum, ideal for industrial and commercial drone applications

    • High performance STM32H753 Processor

    • Ethernet interface for high-speed mission computer integration

    • Triple redundant IMU & double redundant barometer on separate buses

    • Modular flight controller: separated IMU, FMU, and Base system

    • Safety-driven design incorporates sensors from different manufacturers and model lineups

    PWM Signal Voltage MOD

    The newest batch of Pixhawk baseboard V2 now supports switchable PWM signal voltage (3.3V or 5V). The modification requires the user to open the casing of the Pixhawk flight controller and be familiar with soldering.

    Any damages caused during the modification are not covered by warranty

    For V2A RC12 & V2B RC02

    To switch the PWM signal voltage, bridge the 3v3 or 5v soldering pads on the PCB by applying solder on the pads. Make sure the unused pads are cleaned and not shorted.

    Pixhawk baseboard V2-A and V2-B have slightly different PCB designs. Follow the red square in the diagram below to locate the PWM voltage select soldering pad.

    Pixhawk Baseboard V2-A
    Pixhawk Baseboard V2-B

    For V2A RC13 & V2B RC03

    A newer design that provides a more stable voltage signal and easier modding process is currently available.

    Find the JP1 on the PCB (default with no resistor soldered at the location), leave the spot empty for 3.3V signal voltage, and short the two soldering pads for 5V.

    Dimension & Weight

    Weight

    • Outer alloy case weight: 90g

    • Without Jetson and Flight Controller: 85g

    • With Jetson, no Heatsink or Flight Controller: 110g

    • With Jetson and Heatsink, no Flight Controller: 175g

    • With Jetson, Heatsink, and Pixhawk 6X Flight Controller: 185g

    • With Jetson, Heatsink, Pixhawk 6X Flight Controller, M.2 SSD, M.2 Wi-Fi Module: 190g

    (Unit in millimeters)

    • Without Jetson and FC Module: 126 x 80 x 22.9mm

    • With Jetson Orin NX + Heatsink/Fan & FC Module: 126 x 80 x 38.6mm

    • Alloy case: 130 x 84 x 20mm

    Installation of RPi CM4

    To install Raspberry Pi CM4 companion compute onto this baseboard.

    • Disconnect the FAN connector.

    • Remove these 4 screws on the back side of the baseboard.

    • Remove the case of the baseboard, install the CM4, and screw on the 4 screws (M2x4mm).

    Baseboard Changelog

    Pixhawk Baseboard v1 to v2

    The Pixhawk Baseboard v1 has been replaced by the v2A & v2B, with the following updates

    • Smaller and More Compact Design: The overall footprint of the board has been reduced, making it easier to integrate into various applications.

    • New Robust Pin Header Design: Improved reliability with a improved pin header housing.

    • Added PWM Level Shifter: Allows PWM output signal levels to be switched from 3.3V to 5V via a resistor or solder bridge.

    • Change to Aluminum CNC Case: High-quality aluminum CNC outer case offers durability, efficient heat dissipation, corrosion resistance, aesthetic appeal, and EMI shielding.

    • Two Models Available: Model A and Model B, each with the pin header facing different directions for more flexibility in installation.

    • Relocated of Ports: UART4 & I2C, SPI, AD & IO, DSM RC, and JST USB ports have been moved from the top to the side of the board. AUX7, AUX8, and SBUS_OUT/RSSI_IN move to the side in a JST-GH Port.

    Refer to these ports pinout page for more detail:

    Overview

    The Pixhawk® 6C is the latest update to the successful family of Pixhawk® flight controllers, based on the Pixhawk® FMUv6C Open Standard and Connector Standard. It comes with PX4® pre-installed.

    Inside the Pixhawk® 6C, you can find an STMicroelectronics® based STM32H743, paired with sensor technology from Bosch® & InvenSense®, giving you flexibility and reliability for controlling any autonomous vehicle, suitable for both academic and commercial applications.

    The Pixhawk® 6C’s H7 microcontroller contain the Arm® Cortex®-M7 core running up to 480 MHz, has 2MB flash memory and 1MB RAM. Thanks to the updated processing power, developers can be more productive and efficient with their development work, allowing for complex algorithms and models.

    The FMUv6C open standard includes high-performance, low-noise IMUs on board, designed to be cost effective while having IMU redundancy. A vibration isolation System to filter out high-frequency vibration and reduce noise to ensure accurate readings, allowing vehicles to reach better overall flight performances.

    The Pixhawk® 6C is perfect for developers at corporate research labs, startups, academics (research, professors, students), and commercial application.

    Key Design Points

    • High performance STM32H743 Processor with more computing power & RAM

    • New cost-effective design with low-profile form factor

    • Newly designed integrated vibration isolation system to filter out high frequency vibration and reduce noise to ensure accurate readings

    Supported Firmware

    Pixhawk 6C is supported on PX4 1.13.1 release and later.

    Pixhawk 6C is supported in Ardupilot 4.2.3 stable release and later. Firmware can be flash via Mission Planner or QGroundControl. It can also be downloaded here: https://firmware.ardupilot.org/

    Must use QGC v4.2.4 or later, or Daily QGC Build.

    PWM Signal Voltage MOD

    The newest batch of Pixhawk 6C mini now supports switchable PWM signal voltage (3.3V or 5V). The modification requires the user to open the casing of the Pixhawk flight controller and be familiar with soldering.

    Any damages caused during the modification are not covered by warranty

    The IMU daughter board is glued to the case, please be careful when removing the flight controller outer case during disassembly.

    Once you remove the top half of the flight controller casing, you'll notice the ribbon connector with silicone glue along its sides. The connector isn't fully adhered to, so it can be detached with a small amount of force. After removing the ribbon connector, you'll have safe access to the back side of the PCB for making modifications to the PWM signal voltage.

    To switch the PWM signal voltage, bridge the 3v3 or 5v soldering pads on the PCB by applying solder on the pads. Make sure the unused pads are cleaned and not shorted.

    For Pixhawk 6C mini, you have the option to change the PWM signal voltage for FMU outputs and IO outputs separately. Make sure the correct soldering pads are bridged to avoid any damage.

    Pixhawk 6C mini-A (legacy) and mini-B have slightly different PCB designs. Follow the red square in the diagram below to locate the PWM voltage select soldering pad.

    Pixhawk 6C mini-A PCB

    Supported Firmware

    Pixhawk 6C Mini is supported on PX4 1.13.3 release and later.

    Pixhawk 6C Mini is supported in Ardupilot 4.2.3 stable release and later. Firmware can be flash via Mission Planner or QGroundControl. It can also be downloaded here: https://firmware.ardupilot.org/

    Must use QGC v4.2.4 or later, or Daily QGC Build.

    Overview

    The Pix32 v6 is the latest update to the pix32 v5 flight controllers. It is a variant of the Pixhawk 6C. It is comprised of a separate flight controller and carrier board which are connected by a 100 pin connector. It is designed for those pilots who need a high power, flexible and customizable flight control system.

    Inside the Pix32 v6, you can find an STMicroelectronics® based STM32H743, paired with sensor technology from Bosch® & InvenSense®, giving you flexibility and reliability for controlling any autonomous vehicle, suitable for both academic and commercial applications.

    The Pix32 v6’s H7 microcontroller contain the Arm® Cortex®-M7 core running up to 480 MHz, has 2MB flash memory and 1MB RAM. Thanks to the updated processing power, developers can be more productive and efficient with their development work, allowing for complex algorithms and models. It includes high-performance, low-noise IMUs on board, designed to be cost effective while having IMU redundancy. A vibration isolation System to filter out high-frequency vibration and reduce noise to ensure accurate readings, allowing vehicles to reach better overall flight performances.

    This flight controller is perfect for people that is looking for a affordable and modular flight controller that can use a customized baseboard. We have made the , you can either make a custom carrier board yourself or just let us help you with it. By using a customize baseboard, you can make sure that the physical size, pinouts and power distribution requirements match your vehicle perfectly, ensuring that you have all the connections you need and none of the expense and bulk of connectors you don’t.

    Key Design Points

    • High performance STM32H743 Processor with more computing power & RAM

    • New cost-effective design with low-profile form factor

    • Newly designed integrated vibration isolation system to filter out high frequency vibration and reduce noise to ensure accurate readings

    INAV VTX+ & Bluetooth Setup

    Holybro Kakute H7 V2 PINIO Setup for INAV 5.1 This manual applies to INAV 5.1, Holybro Kakute H7 V2 and covers the topic of PINIO functionality setup so that following goals are achieved:

    1. Built in Bluetooth is active when INAV is NOT armed

    2. Built in Bluetooth is disabled when INAV is armed

    3. VTX is always enabled or activated on a switch

    In this scenario, arming is assigned to Channel 5. USER1 mode, which drives the Bluetooth module is assigned to the same channel. When INAV is armed, USER1 is enabled as well and disables Bluetooth

    To set VTX+ pad to be always powered, configured USER2 Mode to be always enabled like below.

    In this scenario, VTX+ is ON only when Channel 6 is in HIGH position.

    VTX+ is Default ON, to set VTX+ to turn OFF via switch, assign a channel to turn off VTX. In this scenario, VTX is OFF only when Channel 6 is in HIGH position.

    Supported Firmware

    Kakute H7 Mini ships with Betaflight Firmware.

    Betaflight Target: KAKUTEH7MINI

    INAV Target: KAKUTEH7MINI

    INAV's ICM-42688 driver is combined with ICM-42605. The IMU model will appear as ICM42605 on the configurator.

    Ardupilot

    • v1.2 & prior: KakuteH7Mini

    • v1.3: KakuteH7Mini-Nand

    • v1.5: KakuteH7Mini (Supported in master/latest FW or 4.6.0 & later)

    Firmware can be built using make holybro_kakuteh7mini

    KakuteH7 Mini v1.5 is supported in PX4 main or version later than 1.15.4

    PX4 Bootloader HEX file for Kakute H7 Mini v1.3 and before:

    PX4 Bootloader HEX file for Kakute H7 Mini v1.5 and later: (Must use QGC Daily, or v4.4.4 or later)

    CAN setup

    CAN2 on the basboard is conneted internally to both FCU and Jetson module. The basics could be implemented from Nvidia user guide:

    However, you could follow the below quick commands might make you able to loopback test the CAN connection between Jetson module and FCU on Jetson's terminal:

    sudo modprobe mttcan
    sudo ip link set can0 type can bitrate 500000 loopback on
    sudo ip link set can0 up
    candump can0 &
    cansend can0 123#abcdabcd

    The last command has to have the following output if can is running OK:

      can0  123   [4]  AB CD AB CD
      can0  123   [4]  AB CD AB CD

    Flashing guide

    Two methods to flash the board:

    This is a GUI-based solution by Nvidia which can be found from the link below:

    Note: Keep in mind that at the time of writing this document, we chose to install Jetpack 5.1.2.

    For Jetpack version 6.2.2, a patch is required to install on the host computer.

    Download the .rar file below and move/replace the existing file in nvidia->nvidia_sdk->JetPack_6.2.2_Linux_JETSON_ORIN_NX_TARGETS.

    You could benefit from .

    After the system is cloned to a new SSD, we connect the SSD and Jetson module to the baseboard, enter the force recovery mode, and connect to the computer. On the computer used to flash the firmware with the SDK manager, navigate to the folder: nvidia ->nvidia_sdk, find the target version Jetpack folder, open it, and open the terminal at the folder location.

    Overview

    The Holybro Kakute H7 v1 Flight Controller is full of features including integrated Bluetooth, dual plug-and-play 4in1 ESC ports, HD camera plug, barometer, OSD, 6x UARTs, full Blackbox MicroSD card slot, 5V and 9V BEC, easy soldering layout and much more.

    The Kakute H7 builds upon the best features of its F7 predecessor and further improves on hardware components and layout. With the additional integrated Bluetooth chip onboard, you can perform Betaflight configuration and tune wirelessly on your phone with the SpeedyBee Android & IOS App. The Kakute H7 is DJI HD ready. It has an easy plug-and-play port with an onboard 9V regulator designed to power your HD video transmitter like DJI/Caddx FPV Air Unit & Caddx Vista while supporting analog systems.

    It has 6x dedicated UART ports with built-in inversion for peripherals (UART2 is used for Bluetooth telemetry), along with a full MicroSD Card slot for virtually unlimited Blackbox data logging. Dual plug-and-play 4in1 ESC connectors, allowing easy plug-and-play support for x8 Octocopter configuration and keeping it simple and clean. The integrated BetaFlight OSD makes it easy to display important information on your FPV display like battery voltage, flight time, warnings, RSSI, smart audio features, and more. It is also ready for autonomous flight with the on-board barometer. There are LED & buzzer pad, I2C pad (SDA & SCL) for external GPS/Magnetometers

    Overview

    The Holybro Kakute H7 v2 Flight Controller is full of features including integrated Bluetooth, HD camera plug, dual plug-and-play 4in1 ESC ports, 9V VTX ON/OFF Pit Switch, barometer, OSD, 6x UARTs, 128MB Flash for Logging, 5V and 9V BEC, and bigger soldering pad with easy layout and much more. The Kakute H7 v2 builds upon the best features of its F7 predecessor and further improves on hardware components and layout. With the additional integrated Bluetooth chip onboard, you can perform configuration and tuning wirelessly on your phone with the SpeedyBee Android & IOS App. The Kakute H7 is DJI HD ready. It has an easy plug-and-play port with an on-board 9V regulator designed to power your HD video transmitter such as the DJI/Caddx FPV Air Unit & Caddx Vista while supporting analog system. It features an onboard “VTX ON/OFF Pit Switch” that allows you to completely power off the video transmitter using a switch on your RC transmitter. Great if you are working on your drone, waiting for the GPS to get a fix, getting ready for a race while preventing it from overheating or interfering with others flying. It has 6x dedicated UART ports with built-in inversion for peripherals (UART2 is used for Bluetooth telemetry), a 128 MB Flash for logging, Dual plug-and-play 4in1 ESC connectors, allowing easy plug-and-play support for x8 & Octocopter configuration and keeping it simple and clean.

    The integrated BetaFlight OSD makes it easy to display important information on your FPV display like battery voltage, flight time, warnings, RSSI, smart audio features and more. It is also ready for autonomous flight with the on-board barometer. There are LED & buzzer pad, I2C pad (SDA & SCL) for external GPS/Magnetometers. The integrated BetaFlight OSD makes it easy to display important information on your FPV display like battery voltage, flight time, warnings, RSSI, smart audio features and more. It is also ready for autonomous flight with the on-board barometer. There are LED & buzzer pad, I2C pad (SDA & SCL) for external GPS/Magnetometers.

    Pixhawk 6X is shipped with PX4 FMUv6X Firmware

    Ardupilot Firmware can be flash via Mission Planner or QGroundControl. It can also be downloaded here: https://firmware.ardupilot.org/

    PX4
    Ardupilot
    PX4
    Ardupilot

    Pixhawk 6C ships with PX4 FMUv6C Firmware

    PX4
    Ardupilot
    QGroundControl

    Pixhawk 6C Mini ships with PX4 FMUv6C Firmware.

    It shares the same Firmware Target as the Pixhawk 6C

    PX4
    Ardupilot
    QGroundControl

    Dimensions

    Without Jetson Orin & Controller
    With Jetson Orin, Heatsink+Fan, and Pixhawk 6X
    Jstson baseboard alloy case dimension

    Dimension Comparison:

    Pixhawk Baseboard v1 Ports
    Pixhawk Baseboard v2 Ports

    Arming and Bluetooth setup

    For INAV 5.1

    VTX+ is Default OFF

    VTX+ on a switch

    For INAV 6.0 and later

    PX4

    115KB
    holybro_kakuteh7mini_bootloader.hex
    Open
    115KB
    holybro_kakuteh7mini_bootloader_ID_1058.hex
    Open
    Independent LDO powers every sensor set with independent power control.
  • Temperature-controlled IMU board, allowing optimum working temperature of IMUs

  • Features

    V2A RC13
    V2B RC03
    IMUs are temperature-controlled by onboard heating resistors, allowing optimum working temperature of IMUs
    Pixhawk 6C mini-B PCB

    MCU - STM32H743 32-bit processor running at 480 MHz

  • IMU - MPU6000

  • Barometer - BMP280

  • OSD - AT7456E

  • Onboard Bluetooth chip - ESP32-C3

    • SpeedyBee IOS & Android App Compatible

    • Note: The Bluetooth onboard is set to automatically turn off when the flight controller is unlocked (arm) and turn on automatically when the flight controller is locked (disarm).

  • 6x UARTs (1,2,3,4,6,7; UART2 is used for Bluetooth telemetry)

  • 9x PWM Outputs (8 Motor Output, 1 LED)

  • 2x JST-SH1.0 8pin ESC port (4in1 ESCs, x8/Octocopter compatible)

  • 1x JST-SH1.0 6pin VTX port (For HD Systems like Caddx Vista & Air Unit)

  • Battery input voltage: 7V to 42V

  • BEC 5V 2A Cont.

  • BEC 9V 3A Cont

  • USB Type-C

  • Mounting - 30.5 x 30.5mm/Φ4mm hole with Φ3mm Grommets

  • Dimension - 35x35mm

  • Weight - 8g

    • Mounting - 30.5 x 30.5mm/Φ4mm hole with Φ3mm Grommets

    • Dimension - 35x35mm

    • Weight - 8g

    Description

    Specification:

    Mechanical

    IMUs are temperature-controlled by onboard heating resistors, allowing optimum working temperature of IMUs
  • pix32 v6 base board schematics public

    Once in the terminal, enter the command below: sudo ./flash.sh --no-systemimg -c bootloader/t186ref/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit mmcblk0p1

    Note: There are scripts to help you do the necessary basic setup after flashing Jetson on Holybro's Github page:

    https://github.com/Holybro/holybro-jetson-companion

    Currently, the Holybro Jetson baseboard only supports Jetpack versions 5.1.2 to 6.0 and 6.2.2.

    SDK Manager:

    Extra procedure for Jetpack 6.2.2

    If the folder is not present, try flashing the Jetson once, and the SDK should create the folder

    Command Line:

    The difference here is you need to change the DIP switch on the carrier board to REC to boot in recovery mode.

    Important procedure if the SSD has preinstalled Jetpack

    https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html
    Nvidia flash guide
    322KB
    Linux_for_Tegra.rar
    Open

    In the latest Jetpack, the file path is bootloader/generic/cfg/flash_t234_qspi.xml

    Specification:

    • MCU - STM32H743 32-bit processor running at 480 MHz

    • IMU – BMI270

    • Barometer - BMP280

    • OSD - AT7456E

    • Onboard Bluetooth chip - ESP32-C3

      • Note: The Bluetooth onboard is set to automatically turn off when the flight controller is unlocked (arm) and turn on automatically when the flight controller is locked (disarm).

      • Wireless configure your flight controller using the .

    • VTX ON/OFF Pit Switch – The switch can be enabled using USER1 in the Betaflight Mode tab. (Warning: Do not enable this pit switch if you are using DJI FPV Remote Controller)

    • 6x UARTs (1,2,3,4,6,7; UART2 is used for Bluetooth telemetry)

    • 9x PWM Outputs (8 Motor Output, 1 LED)

    • Battery input voltage: 3S-8S

    • BEC 5V 2A Cont.

    • BEC 9V 1.5A Cont.

    • Mounting - 30.5 x 30.5mm/Φ4mm hole with Φ3mm Grommets

    • Dimension - 35x35mm

    • Weight - 8g

    • 2x JST-SH1.0_8pin port (4in1 ESCs, x8/Octocopter compatible)

    • 1x JST-GH1.5_6pin port (For HD System like Caddx Vista, Air Unit, or other VTX)

    Top View
    Bottom View

    Mechanical

    Logo

    Technical Specification

    Processors & Sensors

    • FMU Processor: STM32H743

      • 32 Bit Arm® Cortex®-M7, 480MHz, 2MB memory, 1MB SRAM

    • IO Processor: STM32F103

      • 32 Bit Arm® Cortex®-M3, 72MHz, 64KB SRAM

    • On-board sensors

      • Accel/Gyro: ICM-42688-P

      • Accel/Gyro: BMI088 (BMI055 discontinued due to the end of production of the sensor)

    • Voltage Ratings:

      • Max input voltage: 6V

      • USB Power Input: 4.75~5.25V

    • Dimensions: 84.8 * 44 * 12.4 mm

    • Weight (Aluminum Case): 59.3g

    • Weight (Plastic Case): 34.6g

    • 16- PWM servo outputs (8 from IO, 8 from FMU) with hardware switchable 3.3V or 5V signal mode

    • 3 general purpose serial ports

      • Telem1 - Full flow control, separate 1.5A current limit

    • Operating temperature: -40 ~ 85°c

    Technical Specification

    Processors & Sensors

    • FMU Processor: STM32H743

      • 32 Bit Arm® Cortex®-M7, 480MHz, 2MB memory, 1MB SRAM

    • IO Processor: STM32F103

      • 32 Bit Arm® Cortex®-M3, 72MHz, 64KB SRAM

    • On-board sensors

      • Accel/Gyro: ICM-42688-P

      • Accel/Gyro: BMI088 (BMI055 discontinued due to the end of production of the sensor)

    • Voltage Ratings:

      • Max input voltage: 6V

      • USB Power Input: 4.75~5.25V

    • Dimensions (Model A Legacy): 53.3 * 39 * 16.2 mm

    • Dimensions (Model A Current): 54.3x39x17.5 mm

    • Dimensions (Model B): 58.3x39x18.15 mm

    • 14- PWM servo outputs (8 from IO, 6 from FMU) with hardware switchable 3.3V and 5V signal mode

    • 2 general purpose serial ports

      • Telem1 - Full flow control, separate 1.5A current limit

    • Operating temperature: -40 ~ 85°c

    Technical Specification

    • FMU Processor: STM32H753

      • 32 Bit Arm® Cortex®-M7, 480MHz, 2MB flash memory, 1MB RAM

    • IO Processor: STM32F103

    MAVLINK Bridge

    Pixhawk TELEM2 is internally connected to the Jetson module. Let us first check the connection on the Jetson terminal. Consider having a MAV connection to companion computers in advance. Check for the details. For a sanity check, you could run on /dev/ttyTHS0

    Since there is no DHCP server active in this configuration, the IPs have to be set manually: Once the Ethernet cables are plugged in, the eth0 network interface seems to switch from DOWN to UP.

    You can check the status using:

    You can also try to enable it manually:

    It then seems to automatically set a link-local address, for me it looks like this:

    This means the Jetson’s Ethernet IP is 169.254.21.183.

    Mag: IST8310
  • Barometer: MS5611

  • Servo Rail Input: 0~36V
  • Current Ratings:

    • Telem1 Max output current limiter: 1.5A

    • All other ports combined output current limiter: 1.5A

  • Telem2 - Full flow control

  • Telem3

  • 2 GPS ports

    • GPS1 - Full GPS port (GPS plus safety switch)

    • GPS2 - Basic GPS port

  • 1 I2C port

    • Supports dedicated I2C calibration EEPROM located on the sensor module

  • 2 CAN Buses

  • 2 Debug port

    • FMU Debug

    • I/O Debug

  • Dedicated R/C input for Spektrum / DSM and S.BUS, CPPM, analog / PWM RSSI

  • Dedicated S.BUS output

  • 2 Power input ports (Analog)

  • Electrical data

    Mechanical data

    Interfaces

    Other Characteristics

    Mag: IST8310
  • Barometer: MS5611

  • Servo Rail Input: 0~36V
  • The new revised version Model A now provides a more stable PWM signal when underload

  • Current Ratings:

    • Telem1 + GPS1 output current limiter: 1.5A

    • All other ports combined output current limiter: 1.5A

  • Weight (Model A Legacy): 39.2g
  • Weight (Model A Current): 42.4g

  • Weight (Model B): 46.8g

  • Telem2 - Full flow control

  • 2 GPS ports

    • GPS1 - Full GPS port (GPS plus safety switch)

    • GPS2 - Basic GPS port

  • 1 I2C port

    • Supports dedicated I2C calibration EEPROM located on sensor module

  • 2 CAN Buses

  • FMU Debug (Pixhawk Debug Mini)

  • Dedicated R/C input for Spektrum/DSM and S.BUS, CPPM, analog / PWM RSSI

  • 1 Power input port (Analog)

  • Electrical data

    Mechanical data

    Interfaces

    Other Characteristics

    Speedybee APP

    Now connect to the NuttX shell (using a console or the MAVLink shell) and check the status of the link:

    For me, it is DOWN at first.

    To set it to UP:

    Now check the config again:

    However, it doesn’t have an IP yet. I’m going to set one similar to the one of Jetson:

    And check it:

    Now the devices should be able to ping each other.

    Note that this configuration is ephemeral and will be lost after a reboot, so we’ll need to find a way to configure it statically.

    First from the Jetson terminal:

    And from the FC in Nuttx Shell:

    For this, we need to set the mavlink instance to send traffic to the Jetson’s IP:

    For an initial test we can do:

    This will send MAVLink traffic on UDP to port 14540 (the MAVSDK/MAVROS port) to that IP which means MAVSDK can just listen to any UDP arriving at that default port.

    To run a MAVSDK example, install mavsdk via pip, and try out an example from MAVSDK-Python/examples.

    For instance:

    Serial Connection

    Ethernet Connection

    PX4 Docs
    mavlink shell

    IP setup on FC

    Ping test

    MAVLink/MAVSDK test

    ip address show eth0
    sudo ip link set dev eth0 up
    ip address show eth0
    
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
        link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
        inet 169.254.21.183/16 brd 169.254.255.255 scope global noprefixroute eth0
           valid_lft forever preferred_lft forever
        inet6 fe80::yyyy:yyyy:yyyy:yyyy/64 scope link 
           valid_lft forever preferred_lft forever
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at DOWN
            inet addr:0.0.0.0 DRaddr:192.168.0.254 Mask:255.255.255.0
    ifup eth0
    
    ifup eth0...OK
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at UP
            inet addr:0.0.0.0 DRaddr:192.168.0.254 Mask:255.255.255.0
    ifconfig eth0 169.254.21.184
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at UP
            inet addr:169.254.21.184 DRaddr:169.254.21.1 Mask:255.255.255.0
    ping 169.254.21.184
    
    PING 169.254.21.184 (169.254.21.184) 56(84) bytes of data.
    64 bytes from 169.254.21.184: icmp_seq=1 ttl=64 time=0.188 ms
    64 bytes from 169.254.21.184: icmp_seq=2 ttl=64 time=0.131 ms
    64 bytes from 169.254.21.184: icmp_seq=3 ttl=64 time=0.190 ms
    64 bytes from 169.254.21.184: icmp_seq=4 ttl=64 time=0.112 ms
    ^C
    --- 169.254.21.184 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3077ms
    rtt min/avg/max/mdev = 0.112/0.155/0.190/0.034 ms
    ping 169.254.21.183
    
    PING 169.254.21.183 56 bytes of data
    56 bytes from 169.254.21.183: icmp_seq=0 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=1 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=2 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=3 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=4 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=5 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=6 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=7 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=8 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=9 time=0 ms
    10 packets transmitted, 10 received, 0% packet loss, time 10010 ms
    mavlink start -o 14540 -t 169.254.21.183
    python3 -m pip install mavsdk
    
    wget https://raw.githubusercontent.com/mavlink/MAVSDK-Python/main/examples/tune.py
    chmod +x tune.py
    ./tune.py
  • 32 Bit Arm® Cortex®-M3, 72MHz, 64KB SRAM

  • On-board sensors

    • Accel/Gyro: ADIS16470 (±40g, Vibration Isolated, Industrial IMU)

    • Accel/Gyro: IIM-42652 (±16g, Vibration Isolated, Industrial IMU)

    • Accel/Gyro: ICM-45686 with BalancedGyro™ Technology (±32g, Hard Mounted)

    • Barometer: ICP20100

    • Barometer: BMP388

    • Mag: BMM150

    • Voltage Ratings:

      • Max input voltage: 6V

      • USB Power Input: 4.75~5.25V

      • Servo Rail Input: 0~36V

    • Current Ratings:

      • Telem1 output current limiter: 1.5A

      • All other port combined output current limiter: 1.5A

    • Dimensions

      • Flight Controller Module: 38.8 x 31.8 x 30.1mm

      • Standard Baseboard: 52.4 x 103.4 x 16.7mm

      • Mini Baseboard: 43.4 x 72.8 x 14.2 mm

    • Weight

      • Flight Controller Module: 50g

      • Standard Baseboard: 51g

    • 16- PWM servo outputs with hardware switchable 3.3V or 5V signal mode (requires base board modification)

    • R/C input for Spektrum / DSM

    • Dedicated R/C input for PPM and S.Bus input

    • Dedicated analog / PWM RSSI input and S.Bus output

    • 4 general-purpose serial ports

      • 3 with full flow control

      • 1 with separate 1.5A current limit (Telem1)

    • 2 GPS ports

      • 1 full GPS plus Safety Switch Port

      • 1 basic GPS port

    • 1 I2C port

    • 1 Ethernet port

      • Transformerless Applications ()

      • 100Mbps

    • 1 SPI bus

      • 2 chip select lines

      • 2 data-ready lines

    • 2 CAN Buses for CAN peripheral

      • CAN Bus has individual silent controls or ESC RX-MUX control

    • 2 Power input ports with SMBus

      • 1 AD & IO port

      • 2 additional analog input

    • Operating temperature: -40 ~ 85°c

    Processors & Sensors

    Electrical data

    Mechanical data

    Interfaces

    Other Characteristics

    Ethernet Connection

    Link-local networking setup between CM4 and FC

    Local cable

    To set up a local ethernet connection between CM4 and the flight computer, the two ethernet ports need to be connected using a 8 pin to 4 pin connector.

    The pinout of the cable is:

    8 pin: 1 A 2 B 3 C 4 D 5 (not connected) 6 (not connected) 7 (not connected) 8 (not connected)

    to 4 pin: 1 B 2 A 3 D 4 C

    IP setup on CM4

    Since there is no DHCP server active in this configuration, the IPs have to be set manually: First, connect to the CM4 via ssh by connecting to the CM4’s wifi (or use a Wifi dongle). Once the ethernet cables are plugged in, the eth0 network interface seems to switch from DOWN to UP.

    You can check the status using:

    You can also try to enable it manually:

    It then seems to automatically set a link-local address, for me it looks like this:

    This means the CM4’s ethernet IP is 169.254.21.183.

    Now connect to the NuttX shell (using a console, or the MAVLink shell), and check the status of the link:

    For me it is DOWN at first.

    To set it to UP:

    Now check the config again:

    However, it doesn’t have an IP yet. I’m going to set one similar to the one of CM4:

    And check it:

    Now the devices should be able to ping each other.

    Note that this configuration is ephemeral and will be lost after a reboot, so we’ll need to find a way to configure it statically.

    First from the CM4:

    And from the FC in Nuttx Shell:

    For this, we need to set the mavlink instance to send traffic to the CM4’s IP:

    For an initial test we can do:

    This will send MAVLink traffic on UDP to port 14540 (the MAVSDK/MAVROS port) to that IP which means MAVSDK can just listen to any UDP arriving at that default port.

    To run a MAVSDK example, install mavsdk via pip, and try out an example from .

    For instance:

    Overview & Specification

    • Fully compatible with Jetson Orin NX/Nano

    • Combines the power of Pixhawk & Jetson in a small form factor

    Mini Baseboard: 26.5g
    1 with I2C and additional GPIO line for external NFC reader
    1 SPI SYNC line
  • 1 SPI reset line

  • 1 PWM/Capture input
  • 2 Dedicated debug and GPIO lines

  • AN2190 50 Ohm termination
    Jetson & controller are connected via UART, CAN, and Ethernet Switch
    • Gigabit Ethernet

      • Connected to both Jetson & controller via Ethernet Switch (RTL8367S) - 8-pin JST-GH - RJ45

        • Ethernet port & switch powered by the circuit as the Pixhawk

      • 8-pin JST-GH

      • RJ45

    • 2x MIPI CSI Camera Inputs

      • 4 Lanes each

      • 22-Pin Raspberry Pi Cam FFC

    • 2x USB 3.2 Host Port

      • USB A

      • 1.5A Current Limit

    • 2x USB 2.0 Host Port

      • 5-Pin JST-GH

      • 1.0A Current Limit

    • USB 2.0 for Programming/debugging

      • USB-C

    • M.2 Key M 2242/2280 for NVMe SSD

      • PCIEx4

    • M.2 Key E 2230 for WiFi/BT

      • PCIEx2

      • USB

      • UART

    • Mini HDMI Out

    • 4x GPIO

      • 6-pin JST-GH

    • CAN Port

      • Connected to the controller’s CAN2 (4 Pin JST-GH)

    • SPI Port

      • 7-Pin JST-GH

    • I2C Port

      • 4-Pin JST-GH

    • I2S Port

      • 7-Pin JST-GH

    • 2x UART Port

      • 1 for debug

      • 1 connected to the controller’s telem2

    • Fan Power Port

      • Current limit 0.35A

    • IIM42652 IMU

    • Input Power

      • XT30 Connector

      • Voltage Rating: 7V-24V (2S-5S)

      • Separate the input power circuits from the controller to ensure flight safety

    • Power Requirements

      • Depends on Usage and Peripherals, minimum ~15-30 watts

    • Pixhawk Bus Interface - 100 Pin Hirose DF40 - 50 Pin Hirose DF40

      • Pixhawk Bus (PAB) Form Factor

    • Redundant Digital Power Module Inputs

      • I2C Power Monitor Support

      • 2x – 6 Pin Molex CLIK-Mate

      • Power Path Selector w/ Overvoltage Protection

    • Voltage Ratings:

      • Max input voltage: 6V

      • USB Power Input: 4.75~5.25V

    • 2 GPS Port

      • GPS1 - GPS Plus Safety Switch Port (10-Pin JST-GH)

      • GPS2 - basic GPS Port (6-pin JST-GH)

    • 2x CAN Ports

      • 4 Pin JST-GH

    • 3x Telemetry Ports with Flow Control

      • 2x 6-Pin JST-GH

      • 1 is connected to Jetson’s UART1 Port

    • 16 PWM Outputs

      • 2x 10-Pin JST-GH

    • UART4 & I2C Port

      • 6-Pin JST-GH

    • Gigabit Ethernet port

      • Connected to both Jetson & controller via Ethernet Switch (RTL8367S)

      • 8-pin JST-GH

      • RJ45

    • AD & IO

      • 8-Pin JST-GH

    • USB 2.0

      • USB-C

      • 4-pin JST-GH

    • DSM Input

      • 3-pin JST-ZH 1.5mm Pitch

    • RC in

      • PPM/SBUS

      • 5-pin JST-GH

    • SPI Port

      • External Sensor Bus (SPI5aut

      • 11-Pin JST-GH

    • 2x Debug Port

      • 1 for FMU

      • 1 for IO

      • 10-Pin JST-SH

    • Current Ratings:

      • Telem1 output current limiter: 1.5A

      • All other port combined output current limiter: 1.5A

    Features

    Pixhawk Bus (PAB) open source specification

    Jetson Orin NX/Nano Connectors

    Flight Controller Connectors

    ip address show eth0
    sudo ip link set dev eth0 up
    ip address show eth0
    
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
        link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
        inet 169.254.21.183/16 brd 169.254.255.255 scope global noprefixroute eth0
           valid_lft forever preferred_lft forever
        inet6 fe80::yyyy:yyyy:yyyy:yyyy/64 scope link 
           valid_lft forever preferred_lft forever
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at DOWN
            inet addr:0.0.0.0 DRaddr:192.168.0.254 Mask:255.255.255.0
    ifup eth0
    
    ifup eth0...OK
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at UP
            inet addr:0.0.0.0 DRaddr:192.168.0.254 Mask:255.255.255.0
    ifconfig eth0 169.254.21.184
    ifconfig
    
    eth0    Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx at UP
            inet addr:169.254.21.184 DRaddr:169.254.21.1 Mask:255.255.255.0
    ping 169.254.21.184
    
    PING 169.254.21.184 (169.254.21.184) 56(84) bytes of data.
    64 bytes from 169.254.21.184: icmp_seq=1 ttl=64 time=0.188 ms
    64 bytes from 169.254.21.184: icmp_seq=2 ttl=64 time=0.131 ms
    64 bytes from 169.254.21.184: icmp_seq=3 ttl=64 time=0.190 ms
    64 bytes from 169.254.21.184: icmp_seq=4 ttl=64 time=0.112 ms
    ^C
    --- 169.254.21.184 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3077ms
    rtt min/avg/max/mdev = 0.112/0.155/0.190/0.034 ms
    ping 169.254.21.183
    
    PING 169.254.21.183 56 bytes of data
    56 bytes from 169.254.21.183: icmp_seq=0 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=1 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=2 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=3 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=4 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=5 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=6 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=7 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=8 time=0 ms
    56 bytes from 169.254.21.183: icmp_seq=9 time=0 ms
    10 packets transmitted, 10 received, 0% packet loss, time 10010 ms
    mavlink start -o 14540 -t 169.254.21.183
    python3 -m pip install mavsdk
    
    wget https://raw.githubusercontent.com/mavlink/MAVSDK-Python/main/examples/tune.py
    chmod +x tune.py
    ./tune.py

    IP setup on FC

    Ping test

    MAVLink/MAVSDK test

    MAVSDK-Python/examples

    Pinout

    Pinout

    Pin

    Function

    VTX+

    Battery Voltage for VTX, VTX ON/OFF Pit Switch

    SDA, SCL

    I2C connection (for peripherals)

    Holybro Pixhawk 6X Wiring Quick StartPX4 Autopilot

    CURRENT

    CURRENT

    M1

    Motor signal outputs

    M2

    M3

    M4

    R1

    UART1 RX

    G

    Ground

    R6

    UART6 RX

    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

    R2, T2

    UART2 RX and TX

    R3, T3

    UART3 RX and TX

    R4, T4

    UART4 RX and TX

    R6, T6

    UART6 RX and TX (UART6 RX is located in the SH plug for use for serial RC)

    LED

    WS2182 addressable LED signal wire

    Buz+/-

    Piezo buzzer positive/negative leg

    M5,M6,M7,M8

    Motor 5,6,7,8 signal outputs

    Function

    B+

    Battery positive voltage (2S-6S)

    R7

    UART7 RX

    GND

    Ground

    VTX Port

    Function

    Vtx+

    Battery Voltage for HD System or other VTX, VTX ON/OFF Pit Switch

    G

    Ground

    T1

    UART1 TX

    ESC Port

    VTX Port

    I2S

    Holybro UBEC can be used for applications above 4S

  • Note: The Pixhawk Jetson Baseboard has an integrated UBEC to convert 7V-24V to 5.0V for the Jetson. Using an external UBEC alongside the integrated one provides redundancy and easier replacement in case of BEC failure.

  • Jetson Xaviar NX and Jetson Nano are not compatible.

    This baseboard will function as a Jetson Carrier without the Flight Controller

    Logo
    Pixhawk 6X/6X Pro Flight Controller — Copter documentationardupilot.org
    Ethernet and TCP/IP in ArduPilotArduPilot Discourse
    PX4 AutopilotPX4 Autopilot
    GitHub - Holybro/holybro-jetson-companion: Scripts and helpers for Holybro Jetson Carrier boardsGitHub
    Taking Your First Picture with CSI or USB CameraNVIDIA Developer
    Nvidia Jetson CAM guide
    Logo
    Logo
    Logo
    Holybro Pixhawk Jetson BaseboardPX4 Autopilot
    ROS 2 over Ethernet — Dev documentationardupilot.org
    Companion ComputersPX4 Autopilot
    Logo
    Logo
    Companion Computers — Dev documentationardupilot.org
    Logo
    Logo

    Pixhawk 6C Mini Ports

    Pixhawk 6C Mini (Legacy)
    Pixhawk 6C Mini Model A (Current)

    Refer to this diagram for location of pin1. All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    Power1

    Pin

    Signal

    Voltage

    1(red)

    VDD5V_BRICK1 (in)

    Pin
    Signal
    Voltage

    3(black)

    UART7_RX(in)

    +3.3V

    4(black)

    UART7_CTS(in)

    +3.3V

    5(black)

    UART7_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    UART5_RX(in)

    +3.3V

    4(black)

    UART5_CTS(in)

    +3.3V

    5(black)

    UART5_RTS(out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    IO_VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    3(black)

    UART8_RX(in)

    +3.3V

    4(black)

    I2C2_SCL

    +3.3V

    5(black)

    I2C2_SDA

    +3.3V

    6(black)

    GND

    GND

    3(black)

    I2C2_SDA*

    +3.3V

    4(black)

    GND

    GND

    3(black)

    CAN1_L

    +3.3V

    4(black)

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    3(null)

    RSSI_IN

    +3.3V

    4(red)

    (NOT CONNECTED)

    --

    5(black)

    GND

    GND

    GND

    GND

    GND

    GND

    -

    GND

    GND

    -

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    GND

    GND

    +5V

    2(black)

    VDD5V_BRICK1 (in)

    +5V

    3(black)

    CURRENT1

    +3.3V

    4(black)

    VOLTAGE1

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART7_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    UART5_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2 black)

    UART8_TX(out)

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    I2C2_SCL*

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    CAN1_H

    Pin

    Signal

    Voltage

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Voltage

    1(null)

    VDD_5V_PPM_SBUS

    +5V

    2(yellow)

    PPM&SBUS_IN

    Pin

    Signal

    Voltage

    1

    VDD

    +5V

    2

    RSSI

    +3.3V

    Pin

    Signal

    Volt

    S

    SBUS/PPM in

    +3.3V

    +

    VDD_5V _RC

    +5V

    Pin

    Signal

    Volt

    S

    FMU_CH1~6

    +3.3V (5V with MOD)

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    IO_CH1~8

    +3.3V (5V with MOD)

    +

    VDD_SERVO

    1(red)

    FMU_VDD_3V3

    +3.3V

    2(black)

    FMU_USART3_TX

    +3.3V

    Telem 1 Port

    Telem 2 Port

    GPS 1 Port

    GPS2 Port

    I2C Port

    CAN1 & CAN2 Port

    DSM RC Port (JST-ZH 1.5mm)

    PPM/SBUS RC Port (Legacy)

    RSSI Port

    RC IN Port

    FMU PWM OUT Port (AUX OUT)

    I/O PWM OUT Port (MAIN OUT)

    FMU Debug Port (JST SH 1mm Pitch)

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    GND

    +3.3V

    3

    -

    0~36V

    0~36V

    Pixhawk Mini Baseboard Ports

    Compatible with Pixhawk 5X & 6X

    This baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follows the Pixhawk Bus Standard.

    • FMU PWM OUT = AUX OUT

    • I/O PWM OUT = MAIN OUT

    • Refer to this diagram for location of pin1.

    Power1 Port (2.00mm Pitch CLIK-Mate)

    Pin

    Signal

    Volt

    1(red)

    VDD5V_BRICK1/2

    +5V

    Pin
    Signal
    Voltage
    Pin
    Signal
    Voltage
    Logo
    Logo
    Controller Area Network (CAN) — Jetson Linux Developer Guide documentationdocs.nvidia.com
    Nvdia Jetson official CAN setup guide
    Get the Pixhawk Raspberry Pi CM4 Baseboard by Holybro talking with PX4 - PX4 AutopilotPX4 Autopilot
    Logo

    3(black)

    RX7/5/2 (in)

    +3.3V

    4(black)

    CTS7/5/2 (in)

    +3.3V

    5(black)

    RTS7/5/2 (out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    3(black)

    RX8(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    3(black)

    CANL1/2

    +3.3V

    4(black)

    GND

    GND

    3(black)

    SDA3

    +3.3V

    4(black)

    GND

    GND

    3(black)

    TXN

    +3.3V

    4(black)

    TXP

    +3.3V

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    3

    NC

    --

    4

    SBUS_OUT/RSSI_IN

    +3.3V

    5

    GND

    GND

    3(black)

    NC

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    3 (Black)

    FMU_CH2

    +3.3V

    4 (Black)

    FMU_CH3

    +3.3V

    5 (Black)

    FMU_CH4

    +3.3V

    6 (Black)

    FMU_CH5

    +3.3V

    7 (Black)

    FMU_CH6

    +3.3V

    8 (Black)

    FMU_CH7

    +3.3V

    9 (Black)

    FMU_CH8

    +3.3V

    10 (Black)

    GND

    GND

    3 (Black)

    IO_CH2

    +3.3V

    4 (Black)

    IO_CH3

    +3.3V

    5 (Black)

    IO_CH4

    +3.3V

    6 (Black)

    IO_CH5

    +3.3V

    7 (Black)

    IO_CH6

    +3.3V

    8 (Black)

    IO_CH7

    +3.3V

    9 (Black)

    IO_CH8

    +3.3V

    10 (Black)

    GND

    GND

    All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    2(black)

    VDD5V_BRICK1/2

    +5V

    3(black)

    SCL1/2

    +3.3V

    4(black)

    SDA1/2

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX7/5/2 (out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX8(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    CANH1/2

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    SCL3

    Pin

    Signal

    Volt

    1(red)

    RXN

    +3.3V

    2(black)

    RXP

    Pin

    Signal

    Volt

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Volt

    1

    VDD_5V _RC

    +3.3V

    2

    SBUS/PPM in

    Pin

    Signal

    Volt

    1(red)

    IO_VDD_3V3

    +3.3V

    2 black)

    IO_USART1_TX

    Pin

    Signal

    Volt

    1(red)

    FMU_VDD_3V3

    +3.3V

    2 black)

    FMU_USART3_TX

    1 (Red)

    VDD_Servo

    2 (Black)

    FMU_CH1

    +3.3V

    1 (Red)

    VDD_Servo

    2 (Black)

    IO_CH1

    +3.3V

    Telem1, Telem2 ports

    GPS 1 Port

    GPS 2 Port

    CAN1 port

    I2C Port

    Eth Port

    DSM RC Port (JST-ZH 1.5mm Pitch)

    SBUS RC port

    IO Debug Port (JST-SH 1mm Pitch)

    FMU Debug Port (JST-SH 1mm Pitch)

    FMU PWM OUT (AUX OUT)

    I/O PWM OUT (MAIN OUT)

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    GND

    +5V

    +3.3V

    +3.3V

    Ethernet / Network Setup — Copter documentationardupilot.org
    Logo

    Pixhawk Baseboard v2 Ports

    This baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follows the Pixhawk Bus Standard.

    The ports and pinout of the Pixhawk Baseboard v2A and v2B are identical. The only difference is the orientation of the header pins.

    Pixhawk Standard Baseboard V2A
    Pixhawk Standard Baseboard V2B
    • Refer to diagram below for location of pin1. All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    The Pixhawk Baseboard v1 has been replaced by the v2A & V2B. See the Baseboard Changelog for difference.

    Power1 (Main) & Power2 Port (Backup) (2.00mm Pitch CLIK-Mate)

    Pin

    Signal

    Volt

    1(red)

    Pixhawk Baseboard v1 Ports

    This baseboard is compatible with both Pixhawk 5X & 6X, and any flight controller that follow the Pixhawk Bus Standard.

    3(black)

    RX7/5/2 (in)

    +3.3V

    4(black)

    CTS7/5/2 (in)

    +3.3V

    5(black)

    RTS7/5/2 (out)

    +3.3V

    6(black)

    GND

    GND

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    3(black)

    RX8(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    3(black)

    CANL1/2

    +3.3V

    4(black)

    GND

    GND

    3(black)

    RX4(in)

    +3.3V

    4(black)

    SCL3

    +3.3V

    5(black)

    SDA3

    +3.3V

    6(black)

    NFC_GPIO

    +3.3V

    7(black)

    GND

    GND

    3(black)

    SPI6_MISO

    +3.3V

    4(black)

    SPI6_MOSI

    +3.3V

    5(black)

    SPI6_CS1

    +3.3V

    6(black)

    SPI6_CS2

    +3.3V

    7(black)

    SPIX_SYNC

    +3.3V

    8(black)

    SPI6_DRDY1

    +3.3V

    9(black)

    SPI6_DRDY2

    +3.3V

    10(black)

    SPI6_nRESET

    +3.3V

    11(black)

    GND

    GND

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    3(black)

    SDA3

    +3.3V

    4(black)

    GND

    GND

    3(black)

    TXN

    +3.3V

    4(black)

    TXP

    +3.3V

    3(black)

    FMU_BOOTLOADER

    +3.3V

    4(black)

    FMU_RST_REQ

    +3.3V

    5(black)

    NARMED

    +3.3V

    6(black)

    ADC1_3V3

    +3.3V

    7(black)

    ADC1_6V6

    +6.6V

    8(black)

    GND

    GND

    GND

    GND

    5

    SBUS_OUT/RSSI_IN

    +3.3V

    6

    GND

    GND

    -

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    3(black)

    NC

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    -

    GND

    GND

    -

    GND

    GND

    VDD5V_BRICK1/2

    +5V

    2(black)

    VDD5V_BRICK1/2

    +5V

    3(black)

    SCL1/2

    +3.3V

    4(black)

    SDA1/2

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX7/5/2 (out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX8(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    CANH1/2

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX4(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 (black)

    SPI6_SCK

    Pin

    Signal

    Volt

    1(red)

    VBUS

    +5V

    2(black)

    DM

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    SCL3

    Pin

    Signal

    Volt

    1(red)

    RXN

    +3.3V

    2(black)

    RXP

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    FMU_CAP1

    1

    5V

    +5V

    2

    FMU_CH7 (AUX7)

    +3.3V

    3

    FMU_CH8 (AUX8)

    +3.3V

    Pin

    Signal

    Volt

    S

    SBUS/PPM in

    +3.3V

    +

    VDD_5V _RC

    Pin

    Signal

    Volt

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Volt

    1(red)

    IO_VDD_3V3

    +3.3V

    2 black)

    IO_USART1_TX

    Pin

    Signal

    Volt

    1(red)

    FMU_VDD_3V3

    +3.3V

    2 black)

    FMU_USART3_TX

    Pin

    Signal

    Volt

    S

    FMU_CH1~6

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    IO_CH1~8

    +3.3V

    +

    VDD_SERVO

    Telem1, Telem2, Telem3 ports

    GPS 1 Port

    GPS 2 Port

    CAN1, CAN2 ports

    Uart4 & I2C port

    SPI Port

    USB Port

    I2C Port

    ETH Port

    AD&IO Port

    AUX & RSSI

    RC IN Port

    DSM RC Port (JST-ZH 1.5mm Pitch)

    IO Debug Port (JST-SH 1mm Pitch)

    FMU Debug Port (JST-SH 1mm Pitch)

    Please Note:

    • MAIN OUT is also known as I/O PWM OUT

    • AUX OUT is also known as FMU PWM OUT

    FMU PWM OUT (AUX OUT)

    The PWM Signal output of Main & AUX can be change to 5V via a change of a resistor.

    I/O PWM OUT (MAIN OUT)

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    +3.3V

    4

    +5V

    GND

    +3.3V

    +3.3V

    0~36V

    0~36V

    VDD5V_BRICK1/2

    +5V

    3(black)

    SCL1/2

    +3.3V

    4(black)

    SDA1/2

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX7/5/2 (out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX1(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 black)

    TX8(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    CANH1/2

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    TX4(out)

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2 (black)

    SPI6_SCK

    Pin

    Signal

    Volt

    1(red)

    VBUS

    +5V

    2(black)

    DM

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    SCL3

    Pin

    Signal

    Volt

    1(red)

    RXN

    +3.3V

    2(black)

    RXP

    Pin

    Signal

    Volt

    1(red)

    VCC

    +5V

    2(black)

    FMU_CAP1

    Pin

    Signal

    Volt

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    Pin

    Signal

    Volt

    S

    SBUS/PPM in

    +3.3V

    +

    VDD_5V _RC

    Pin

    Signal

    Volt

    1(red)

    IO_VDD_3V3

    +3.3V

    2 black)

    IO_USART1_TX

    Pin

    Signal

    Volt

    1(red)

    FMU_VDD_3V3

    +3.3V

    2 black)

    FMU_USART3_TX

    Pin

    Signal

    Volt

    S

    SBUS_OUT/RSSI_IN

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    FMU_CH1~8

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    S

    IO_CH1~8

    +3.3V

    +

    VDD_SERVO

    Pin

    Signal

    Volt

    1(red)

    VDD5V_BRICK1/2

    +5V

    The Pixhawk Baseboard v1 has been replaced by the v2A & V2B. See the following change log for detail.

    • I/O PWM OUT = MAIN OUT

    • FMU PWM OUT = AUX OUT

    • Refer to this diagram for location of pin1. All connectors are JST GH 1.25 mm Pitch unless noted otherwise.

    Power1 (Main) & Power2 Port (Backup) (2.00mm Pitch CLIK-Mate)

    Baseboard Changelog

    2(black)

    Telem1, Telem2, Telem3 ports

    GPS 1 Port

    GPS 2 Port

    CAN1, CAN2 ports

    Uart4 & I2C port

    SPI Port

    USB Port

    I2C Port

    ETH Port

    AD&IO Port

    DSM RC Port (JST-ZH 1.5mm Pitch)

    RC IN Port

    IO Debug Port (JST-SH 1mm Pitch)

    FMU Debug Port (JST-SH 1mm Pitch)

    RSSI Port

    FMU PWM OUT (AUX OUT)

    I/O PWM OUT (MAIN OUT)

    +3.3V

    3(black)

    RX7/5/2 (in)

    +3.3V

    4(black)

    CTS7/5/2 (in)

    +3.3V

    5(black)

    RTS7/5/2 (out)

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    RX8(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    +3.3V

    3(black)

    CANL1/2

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    RX4(in)

    +3.3V

    4(black)

    SCL3

    +3.3V

    5(black)

    SDA3

    +3.3V

    6(black)

    NFC_GPIO

    +3.3V

    7(black)

    GND

    GND

    +3.3V

    3(black)

    SPI6_MISO

    +3.3V

    4(black)

    SPI6_MOSI

    +3.3V

    5(black)

    SPI6_CS1

    +3.3V

    6(black)

    SPI6_CS2

    +3.3V

    7(black)

    SPIX_SYNC

    +3.3V

    8(black)

    SPI6_DRDY1

    +3.3V

    9(black)

    SPI6_DRDY2

    +3.3V

    10(black)

    SPI6_nRESET

    +3.3V

    11(black)

    GND

    GND

    +3.3V

    3(black)

    DP

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    SDA3

    +3.3V

    4(black)

    GND

    GND

    +3.3V

    3(black)

    TXN

    +3.3V

    4(black)

    TXP

    +3.3V

    +3.3V

    3(black)

    FMU_BOOTLOADER

    +3.3V

    4(black)

    FMU_RST_REQ

    +3.3V

    5(black)

    NARMED

    +3.3V

    6(black)

    ADC1_3V3

    +3.3V

    7(black)

    ADC1_6V6

    +6.6V

    8(black)

    GND

    GND

    GND

    3(gray)

    DSM/SPEKTRUM IN

    +3.3V

    +5V

    -

    GND

    GND

    +3.3V

    3(black)

    NC

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    +3.3V

    3(black)

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    0~36V

    -

    GND

    GND

    0~36V

    -

    GND

    GND

    0~36V

    -

    GND

    GND

    Ports Pinout

    • I/O PWM OUT = MAIN OUT

    • FMU PWM OUT = AUX OUT

    • Pin 1 starts from the flight controllers like diagram below

    Power 1 (Main), Power 2 Ports

    (2.00mm Pitch CLIK-Mate)

    Pin

    Signal

    Voltage

    1(red)

    VDD5V_BRICK1/2(in)

    +5V

    (also shown as UART&I2C on some board)

    (JST-SH 1mm Pitch)

    (JST-SH 1mm Pitch)

    (JST-ZH 1.5mm Pitch)

    (JST-SH 1mm Pitch)

    Camera Serial Interface (CSI)

    Camera Serial Interface (CSI)

    RX7/2(in)

    +3.3V

    4(black)

    CTS7/2(in)

    +3.3V

    5(black)

    RTS7/2(out)

    +3.3V

    6(black)

    GND

    GND

    CANL1/2

    +3.3V

    4(black)

    GND

    GND

    RX1(in)

    +3.3V

    4(black)

    SCL1

    +3.3V

    5(black)

    SDA1

    +3.3V

    6(black)

    SAFETY_SWITCH

    +3.3V

    7(black)

    SAFETY_SWITCH_LED

    +3.3V

    8(black)

    VDD_3V3

    +3.3V

    9(black)

    BUZZER-

    0~5V

    10(black)

    GND

    GND

    RX8(in)

    +3.3V

    4(black)

    SCL2

    +3.3V

    5(black)

    SDA2

    +3.3V

    6(black)

    GND

    GND

    RX4(in)

    +3.3V

    4(black)

    SCL3

    +3.3V

    5(black)

    SDA3

    +3.3V

    6(black)

    NFC_GPIO

    +3.3V

    7(black)

    GND

    GND

    SPI6_MISO

    +3.3V

    4(black)

    SPI6_MOSI

    +3.3V

    5(black)

    SPI6_CS1

    +3.3V

    6(black)

    SPI6_CS2

    +3.3V

    7(black)

    SPIX_SYNC

    +3.3V

    8(black)

    SPI6_DRDY1

    +3.3V

    9(black)

    SPI6_DRDY2

    +3.3V

    10(black)

    SPI6_nRESET

    +3.3V

    11(black)

    GND

    GND

    DP

    +3.3V

    4(black)

    GND

    GND

    SDA3

    +3.3V

    4(black)

    GND

    GND

    RX_D2+

    -

    4(black)

    RX_D2-

    -

    5(black)

    Bi_D3+

    -

    6(black)

    Bi_D3-

    -

    7(black)

    Bi_D4+

    -

    8(black)

    Bi_D4-

    -

    NC

    --

    4(black)

    IO_SWD_IO

    +3.3V

    5(black)

    IO_SWD_CK

    +3.3V

    6(black)

    IO_SWO

    +3.3V

    7(black)

    IO_SPARE_GPIO1

    +3.3V

    8(black)

    IO_SPARE_GPIO2

    +3.3V

    9(black)

    IO_nRST

    +3.3V

    10(black)

    GND

    GND

    FMU_USART3_RX

    +3.3V

    4(black)

    FMU_SWD_IO

    +3.3V

    5(black)

    FMU_SWD_CK

    +3.3V

    6(black)

    SPI6_SCK_EXTERNAL1

    +3.3V

    7(black)

    NFC_GPIO

    +3.3V

    8(black)

    PH11

    +3.3V

    9(black)

    FMU_nRST

    +3.3V

    10(black)

    GND

    GND

    FMU_BOOTLOADER

    +3.3V

    4(black)

    FMU_RST_REQ

    +3.3V

    5(black)

    NARMED

    +3.3V

    6(black)

    ADC1_3V3

    +3.3V

    7(black)

    ADC1_6V6

    +6.6V

    8(black)

    GND

    GND

    DSM/Spektrum in

    +3.3V

    RSSI_IN

    +3.3V

    4( black)

    NC

    --

    5( black)

    GND

    GND

    GND

    GND

    FMU_CH2

    +3.3V

    4(black)

    FMU_CH3

    +3.3V

    5(black)

    FMU_CH4

    +3.3V

    6(black)

    FMU_CH5

    +3.3V

    7(black)

    FMU_CH6

    +3.3V

    8(black)

    FMU_CH7

    +3.3V

    9(black)

    FMU_CH8

    +3.3V

    10(black)

    GND

    GND

    IO_CH2

    +3.3V

    4(black)

    IO_CH3

    +3.3V

    5(black)

    IO_CH4

    +3.3V

    6(black)

    IO_CH5

    +3.3V

    7(black)

    IO_CH6

    +3.3V

    8(black)

    IO_CH7

    +3.3V

    9(black)

    IO_CH8

    +3.3V

    10(black)

    GND

    GND

    DP

    +3.3V

    4(black)

    GND

    GND

    5(black)

    Shield

    GND

    Orin_UART2_RXD

    +3.3V

    4(black)

    NC

    --

    5(black)

    NC

    --

    6(black)

    GND

    GND

    Orin_I2C1_SDA

    +3.3V

    4(black)

    GND

    GND

    Orin_GPIO_11

    +3.3V

    4(black)

    Orin_GPIO_12

    +3.3V

    5(black)

    Orin_GPIO_13

    +3.3V

    6(black)

    GND

    GND

    Orin_CSI1_D0_P

    +3.3V

    4

    GND

    GND

    5

    Orin_CSI1_D1_N

    +3.3V

    6

    Orin_CSI1_D1_P

    +3.3V

    7

    GND

    GND

    8

    Orin_CSI1_CLK_N

    +3.3V

    9

    Orin_CSI1_CLK_P

    +3.3V

    10

    GND

    GND

    11

    Orin_CSI0_D0_N

    +3.3V

    12

    Orin_CSI0_D0_P

    +3.3V

    13

    GND

    GND

    14

    Orin_CSI0_D1_N

    +3.3V

    15

    Orin_CSI0_D1_P

    +3.3V

    16

    GND

    GND

    17

    Orin_CAM0_PWDN

    +3.3V

    18

    Orin_CAM0_MCLK

    +3.3V

    19

    GND

    GND

    20

    Orin_CAM0_I2C_SCL

    +3.3V

    21

    Orin_CAM0_I2C_SDA

    +3.3V

    22

    VDD

    +3.3V

    Orin_CSI2_D0_P

    +3.3V

    4

    GND

    GND

    5

    Orin_CSI2_D1_N

    +3.3V

    6

    Orin_CSI2_D1_P

    +3.3V

    7

    GND

    GND

    8

    Orin_CSI2_CLK_N

    +3.3V

    9

    Orin_CSI2_CLK_P

    +3.3V

    10

    GND

    GND

    11

    Orin_CSI3_D0_N

    +3.3V

    12

    Orin_CSI3_D0_P

    +3.3V

    13

    GND

    GND

    14

    Orin_CSI3_D1_N

    +3.3V

    15

    Orin_CSI3_D1_P

    +3.3V

    16

    GND

    GND

    17

    Orin_CAM1_PWDN

    +3.3V

    18

    Orin_CAM1_MCLK

    +3.3V

    19

    GND

    GND

    20

    Orin_CAM1_I2C_SCL

    +3.3V

    21

    Orin_CAM1_I2C_SDA

    +3.3V

    22

    VDD

    +3.3V

    Orin_SPI0_MISO

    +3.3V

    4(black)

    Orin_SPI0_MOSI

    +3.3V

    5(black)

    Orin_SPI0_CS0

    +3.3V

    6(black)

    Orin_SPI0_CS1

    +3.3V

    7(black)

    GND

    GND

    Orin_I2S0_SDIN

    +3.3V

    4(black)

    Orin_I2S0_LRCK

    +3.3V

    5(black)

    Orin_I2S0_SCLK

    +3.3V

    6(black)

    Orin_GPIO_09

    +3.3V

    7(black)

    GND

    GND

    2(black)

    VDD5V_BRICK1/2 (in)

    +5V

    3(black)

    SCL1/2

    +3.3V

    4(black)

    SDA1/2

    +3.3V

    5(black)

    GND

    GND

    6(black)

    GND

    GND

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    TX7/2(out)

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    CANH1/2

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2 black)

    TX1(out)

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2 black)

    TX8(out)

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    TX4(out)

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2 (black)

    SPI6_SCK

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VBUS (in)

    +5V

    2(black)

    DM

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    SCL3

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    TX_D1+

    -

    2(black)

    TX_D1-

    -

    Pin

    Signal

    Voltage

    1(red)

    IO_VDD_3V3(out)

    +3.3V

    2 black)

    IO_USART1_TX

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    FMU_VDD_3V3(out)

    +3.3V

    2( black)

    FMU_USART3_TX

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    FMU_CAP1

    +3.3V

    Pin

    Signal

    Voltage

    1(yellow)

    VDD_3V3_SPEKTRUM

    +3.3V

    2(black)

    GND

    GND

    Pin

    Signal

    Voltage

    1(red)

    VDD_5V _RC (out)

    +5V

    2( black)

    SBUS/PPM in

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    NC

    --

    2( black)

    SBUS_OUT

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VDD_SERVO

    0~16V

    2(black)

    FMU_CH1

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VDD_SERVO

    0~16V

    2(black)

    IO_CH1

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    USB_VBUS (out)

    +5V

    2(black)

    DM

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    Orin_UART2_TXD

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC (out)

    +5V

    2(black)

    Orin_I2C1_SCL

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    Orin_GPIO_07

    +3.3V

    Pin

    Signal

    Voltage

    1

    GND

    GND

    2

    Orin_CSI1_D0_N

    +3.3V

    Pin

    Signal

    Voltage

    1

    GND

    GND

    2

    Orin_CSI2_D0_N

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    Orin_SPI0_SCK

    +3.3V

    Pin

    Signal

    Voltage

    1(red)

    VCC

    +5V

    2(black)

    Orin_I2S0_SDOUT

    +3.3V

    Tel1, Tel3 Ports

    CAN1, CAN2 Ports

    GPS1 Port

    GPS2 Port

    UART4 & I2C Port

    SPI Port

    FMU USB Port

    I2C Port

    ETH-P1 Port

    IO Debug Port

    FMU Debug port

    AD&IO port

    DSM RC Port

    RC IN Port

    SBUS Out Port

    FMU PWM OUT (AUX OUT)

    IO PWM OUT (MAIN OUT)

    Orin USB2.0 Port

    Orin Debug

    Orin I2C Port

    Orin GPIO Port

    Orin Camera0 Port

    Orin Camera1 Port

    Orin SPI Port

    Orin I2S Port

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(gray)

    3( black)

    3( black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3(black)

    3

    3

    3(black)

    3(black)

    Logo
    Dimension & Weight | Holybrodocs.holybro.com
    Logo