The ZeroOne X6 is a flight controller manufactured by ZeroOne, which is based on the open-source FMU v6X architecture and Pixhawk Autopilot Bus open source specifications.
The UARTs are marked Rn and Tn in the above pinouts. The Rn pin is the receive pin for UARTn. The Tn pin is the transmit pin for UARTn.
名字 | 功能 | MCU引脚 | DMA |
---|---|---|---|
SERIAL0 | OTG1 | USB | |
SERIAL1 | Telem1 | UART7 | DMA Enabled |
SERIAL2 | Telem2 | UART5 | DMA Enabled |
SERIAL3 | GPS1 | USART1 | DMA Enabled |
SERIAL4 | GPS2 | UART8 | DMA Enabled |
SERIAL5 | Telem3 | USART2 | DMA Enabled |
SERIAL6 | UART4 | UART4 | DMA Enabled |
SERIAL7 | DEBUG | USART3 | DMA Enabled |
SERIAL8 | OTG-SLCAN | USB |
The remote control signal should be connected to the SBUS RC IN port or DSM/PPM RC Port.It will support ALL unidirectional RC protocols.
The X6 flight controller supports up to 16 PWM outputs.
First first 8 outputs (labelled 1 to 8) are controlled by a dedicated STM32F103 IO controller. These 8 outputs support all PWM output formats, but not DShot.
The remaining 8 outputs (labelled 9 to 16) are the "auxiliary" outputs. These are directly attached to the STM32H753 FMU controller .
All 16 outputs support normal PWM output formats. All FMU outputs, except 15 and 16, also support DShot.
The 8 IO PWM outputs are in 4 groups:
The 8 FMU PWM outputs are in 4 groups:
Channels within the same group need to use the same output rate. If any channel in a group uses DShot then all channels in the group need to use DShot.
All PWM outputs can be used as GPIOs (relays, camera, RPM etc). To use them you need to set the output’s SERVOx_FUNCTION to -1. The numbering of the GPIOs for PIN variables in ArduPilot is:
Io pins
M1 Mainout1:101
M2 Mainout2:102
M3 Mainout3:103
M4 Mainout4:104
M5 Mainout5:105
M6 Mainout6:106
M7 Mainout7:107
M8 Mainout8:108
FMU pins:
M9 AUXOUT1:50
M10 AUXOUT2:51
M11 AUXOUT3:52
M12 AUXOUT4:53
M13 AUXOUT5:54
M14 AUXOUT6:55
M15 56
M16 BB Blue GPO pin 3:57
FMU CAP1 58
The X6 flight controller has two six-pin power connectors, supporting CAN interface power supply.
These are set by default in the firmware and shouldn't need to be adjusted.
The X6 flight controller built-in industrial-grade electronic compass chip RM3100.
The X6 flight controller has 2 analog inputs.