├── CAN_GPS └── CAN_GPS_V1.2.pdf ├── CAN_PMU ├── CAN_PMU_V1.pdf ├── CAN_PM_1.2_3D_Model.pdf └── STM32F412CEU6.pdf ├── LICENSE ├── NCP5623C_RGB_LED └── README.md ├── PixHack_v3 ├── IMU │ └── IMU3.3X.pdf └── V3X │ ├── IMU_v3.3X_3D.pdf │ └── Pixhack_v3X2.pdf ├── README.md ├── V5_Autopilot ├── README.md ├── V5+ │ ├── V5+BASE │ │ └── V5+_BASE_RC01.pdf │ ├── V5+CORE │ │ └── V5+_CORE_RC02.pdf │ ├── V5+IMU │ │ └── V5+_IMU_RC03.pdf │ └── v5+RGB_LED │ │ └── V5_PWM_RGB_V1.2.pdf ├── V5X_1.0 │ └── V5X_CORE │ │ └── CORE_X1.pdf └── V5_NANO │ ├── RC01 │ └── V5_NANO_RC01.pdf │ ├── RC03 │ └── V5_NANO_RC03.pdf │ └── V5_NANO版本修改记录.txt └── X7_Autopilot ├── CUAV_X7_PINOUT-2020-4-7.xlsx ├── Nora_AP ├── Nora_bot1.png └── Nora_top1.png ├── README.md ├── X7+CORE_RC03.pdf ├── X7_BASE_RC03.pdf └── X7_IMU_RC03.pdf /CAN_GPS/CAN_GPS_V1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/CAN_GPS/CAN_GPS_V1.2.pdf -------------------------------------------------------------------------------- /CAN_PMU/CAN_PMU_V1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/CAN_PMU/CAN_PMU_V1.pdf -------------------------------------------------------------------------------- /CAN_PMU/CAN_PM_1.2_3D_Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/CAN_PMU/CAN_PM_1.2_3D_Model.pdf -------------------------------------------------------------------------------- /CAN_PMU/STM32F412CEU6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/CAN_PMU/STM32F412CEU6.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2011 - 2020, CUAV 4 | 5 | Redistribution and use in source and binary forms, with or without 6 | modification, are permitted provided that the following conditions are met: 7 | 8 | * Redistributions of source code must retain the above copyright notice, this 9 | list of conditions and the following disclaimer. 10 | 11 | * Redistributions in binary form must reproduce the above copyright notice, 12 | this list of conditions and the following disclaimer in the documentation 13 | and/or other materials provided with the distribution. 14 | 15 | * Neither the name of the copyright holder nor the names of its 16 | contributors may be used to endorse or promote products derived from 17 | this software without specific prior written permission. 18 | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 22 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 23 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 25 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 26 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 27 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- /NCP5623C_RGB_LED/README.md: -------------------------------------------------------------------------------- 1 | # hardware -------------------------------------------------------------------------------- /PixHack_v3/IMU/IMU3.3X.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/PixHack_v3/IMU/IMU3.3X.pdf -------------------------------------------------------------------------------- /PixHack_v3/V3X/IMU_v3.3X_3D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/PixHack_v3/V3X/IMU_v3.3X_3D.pdf -------------------------------------------------------------------------------- /PixHack_v3/V3X/Pixhack_v3X2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/PixHack_v3/V3X/Pixhack_v3X2.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # hardware -------------------------------------------------------------------------------- /V5_Autopilot/README.md: -------------------------------------------------------------------------------- 1 | The V5+ and V5 NANO is based on the PX4 / FMUv5 derived flight control controller hardware. 2 | -------------------------------------------------------------------------------- /V5_Autopilot/V5+/V5+BASE/V5+_BASE_RC01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5+/V5+BASE/V5+_BASE_RC01.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5+/V5+CORE/V5+_CORE_RC02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5+/V5+CORE/V5+_CORE_RC02.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5+/V5+IMU/V5+_IMU_RC03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5+/V5+IMU/V5+_IMU_RC03.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5+/v5+RGB_LED/V5_PWM_RGB_V1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5+/v5+RGB_LED/V5_PWM_RGB_V1.2.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5X_1.0/V5X_CORE/CORE_X1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5X_1.0/V5X_CORE/CORE_X1.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5_NANO/RC01/V5_NANO_RC01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5_NANO/RC01/V5_NANO_RC01.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5_NANO/RC03/V5_NANO_RC03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5_NANO/RC03/V5_NANO_RC03.pdf -------------------------------------------------------------------------------- /V5_Autopilot/V5_NANO/V5_NANO版本修改记录.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/V5_Autopilot/V5_NANO/V5_NANO版本修改记录.txt -------------------------------------------------------------------------------- /X7_Autopilot/CUAV_X7_PINOUT-2020-4-7.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/CUAV_X7_PINOUT-2020-4-7.xlsx -------------------------------------------------------------------------------- /X7_Autopilot/Nora_AP/Nora_bot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/Nora_AP/Nora_bot1.png -------------------------------------------------------------------------------- /X7_Autopilot/Nora_AP/Nora_top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/Nora_AP/Nora_top1.png -------------------------------------------------------------------------------- /X7_Autopilot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/README.md -------------------------------------------------------------------------------- /X7_Autopilot/X7+CORE_RC03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/X7+CORE_RC03.pdf -------------------------------------------------------------------------------- /X7_Autopilot/X7_BASE_RC03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/X7_BASE_RC03.pdf -------------------------------------------------------------------------------- /X7_Autopilot/X7_IMU_RC03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cuav/hardware/f90d07ac1b2cfe757e0adda662310488f40ca786/X7_Autopilot/X7_IMU_RC03.pdf --------------------------------------------------------------------------------