文件名称:SOFT_DESIGN
介绍说明--下载内容来自于网络,使用问题请自行百度
本设计是基于STM32F4的四轴航拍平台。以STM32F407为控制核心,四轴飞行器为载体,辅以云台的航拍系统。硬件上由飞控电路,电源管理,通信模块,动力系统,机架,云台伺服系统组成。算法上采用简洁稳定的四元数加互补滤波作为姿态解算算法,PID作为控制器,实现飞行,云台增稳等功能。具有灵活轻盈,延展性,适应性强好等特点。-The design is based on a four-axis STM32F4 aerial platform. In STM32F407 as the control center, four aircraft carrier, supported by the head of the aerial system. By flight control hardware circuits, power management, communication modules, power systems, racks, head servo system. Using simple and stable on quaternion algorithm for filtering as a complementary gesture solver algorithm, PID as a controller to achieve flight, PTZ augmentation and other functions. Flexible lightweight, malleable, adaptable and good features.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
软件源代码/
软件源代码/F4-FLYC/
软件源代码/F4-FLYC/CMSIS/
软件源代码/F4-FLYC/CMSIS/startup/
软件源代码/F4-FLYC/CMSIS/startup/startup_stm32f4xx.s
软件源代码/F4-FLYC/CMSIS/system_stm32f4xx.c
软件源代码/F4-FLYC/CMSIS/system_stm32f4xx.h
软件源代码/F4-FLYC/FWlib/
软件源代码/F4-FLYC/FWlib/Include/
软件源代码/F4-FLYC/FWlib/Include/arm_common_tables.h
软件源代码/F4-FLYC/FWlib/Include/arm_math.h
软件源代码/F4-FLYC/FWlib/Include/core_cm0.h
软件源代码/F4-FLYC/FWlib/Include/core_cm3.h
软件源代码/F4-FLYC/FWlib/Include/core_cm4.h
软件源代码/F4-FLYC/FWlib/Include/core_cm4_simd.h
软件源代码/F4-FLYC/FWlib/Include/core_cmFunc.h
软件源代码/F4-FLYC/FWlib/Include/core_cmInstr.h
软件源代码/F4-FLYC/FWlib/inc/
软件源代码/F4-FLYC/FWlib/inc/misc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_adc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_can.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_crc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_cryp.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dac.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dbgmcu.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dcmi.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dma.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_exti.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_flash.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_fsmc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_gpio.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_hash.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_i2c.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_iwdg.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_pwr.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rcc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rng.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rtc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_sdio.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_spi.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_syscfg.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_tim.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_usart.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_wwdg.h
软件源代码/F4-FLYC/FWlib/src/
软件源代码/F4-FLYC/FWlib/src/misc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_adc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_can.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_crc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_aes.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_des.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_tdes.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dac.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dbgmcu.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dcmi.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dma.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_exti.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_flash.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_fsmc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_gpio.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash_md5.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash_sha1.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_i2c.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_iwdg.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_pwr.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rcc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rng.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rtc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_sdio.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_spi.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_syscfg.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_tim.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_usart.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_wwdg.c
软件源代码/F4-FLYC/OUTPUT/
软件源代码/F4-FLYC/SOURECE/
软件源代码/F4-FLYC/SOURECE/inc/
软件源代码/F4-FLYC/SOURECE/inc/IIC.h
软件源代码/F4-FLYC/SOURECE/inc/MPU6050.h
软件源代码/F4-FLYC/SOURECE/inc/control.h
软件源代码/F4-FLYC/SOURECE/inc/delay.h
软件源代码/F4-FLYC/SOURECE/inc/led.h
软件源代码/F4-FLYC/SOURECE/inc/pwm_in.h
软件源代码/F4-FLYC/SOURECE/inc/pwm_output.h
软件源代码/F4-FLYC/SOURECE/inc/stm32f4xx_conf.h
软件源代码/F4-FLYC/SOURECE/inc/stm32f4xx_it.h
软件源代码/F4-FLYC/SOURECE/inc/timer.h
软件源代码/F4-FLYC/SOURECE/inc/usart.h
软件源代码/F4-FLYC/SOURECE/src/
软件源代码/F4-FLYC/SOURECE/src/IIC.c
软件源代码/F4-FLYC/SOURECE/src/IMU.c
软件源代码/F4-FLYC/SOURECE/src/IMU.h
软件源代码/F4-FLYC/SOURECE/src/MPU6050.c
软件源代码/F4-FLYC/SOURECE/src/control.c
软件源代码/F4-FLYC/SOURECE/src/delay.c
软件源代码/F4-FLYC/SOURECE/src/led.c
软件源代码/F4-FLYC/SOURECE/src/main.c
软件源代码/F4-FLYC/SOURECE/src/pwm_in.c
软件源代码/F4-FLYC/SOURECE/src/pwm_output.c
软件源代码/F4-FLYC/SOURECE/src/stm32f4xx_it.c
软件源代码/F4-FLYC/SOURECE/src/timer.c
软件源代码/F4-FLYC/SOURECE/src/usart.c
软件源代码/F4-FLYC/USER/
软件源代码/F4-FLYC/USER/QrH-9-28.map
软件源代码/F4-FLYC/USER/QrH-9-28.plg
软件源代码/F4-FLYC/USER/QrH-9-28.uvgui.Administrator
软件源代码/F4-FLYC/USER/QrH-9-28.uvgui_Administrator.bak
软件源代码/F4-FLYC/USER/QrH-9-28.uvopt
软件源代码/F4-FLYC/USER/QrH-9-28.uvproj
软件源代码/F4-FLYC/USER/QrH-9-28_QrH.dep
软件源代码/F4-FLYC/USER/QrH-9-28_uvopt.bak
软件源代码/F4-FLYC/USER/QrH-9-28_uvproj.bak
软件源代码/F4-FLYC/USER/startup_stm32f4xx.lst
软件源代码/F4-FLYC/
软件源代码/F4-FLYC/CMSIS/
软件源代码/F4-FLYC/CMSIS/startup/
软件源代码/F4-FLYC/CMSIS/startup/startup_stm32f4xx.s
软件源代码/F4-FLYC/CMSIS/system_stm32f4xx.c
软件源代码/F4-FLYC/CMSIS/system_stm32f4xx.h
软件源代码/F4-FLYC/FWlib/
软件源代码/F4-FLYC/FWlib/Include/
软件源代码/F4-FLYC/FWlib/Include/arm_common_tables.h
软件源代码/F4-FLYC/FWlib/Include/arm_math.h
软件源代码/F4-FLYC/FWlib/Include/core_cm0.h
软件源代码/F4-FLYC/FWlib/Include/core_cm3.h
软件源代码/F4-FLYC/FWlib/Include/core_cm4.h
软件源代码/F4-FLYC/FWlib/Include/core_cm4_simd.h
软件源代码/F4-FLYC/FWlib/Include/core_cmFunc.h
软件源代码/F4-FLYC/FWlib/Include/core_cmInstr.h
软件源代码/F4-FLYC/FWlib/inc/
软件源代码/F4-FLYC/FWlib/inc/misc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_adc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_can.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_crc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_cryp.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dac.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dbgmcu.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dcmi.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_dma.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_exti.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_flash.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_fsmc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_gpio.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_hash.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_i2c.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_iwdg.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_pwr.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rcc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rng.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_rtc.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_sdio.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_spi.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_syscfg.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_tim.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_usart.h
软件源代码/F4-FLYC/FWlib/inc/stm32f4xx_wwdg.h
软件源代码/F4-FLYC/FWlib/src/
软件源代码/F4-FLYC/FWlib/src/misc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_adc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_can.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_crc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_aes.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_des.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_cryp_tdes.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dac.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dbgmcu.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dcmi.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_dma.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_exti.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_flash.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_fsmc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_gpio.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash_md5.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_hash_sha1.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_i2c.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_iwdg.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_pwr.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rcc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rng.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_rtc.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_sdio.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_spi.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_syscfg.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_tim.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_usart.c
软件源代码/F4-FLYC/FWlib/src/stm32f4xx_wwdg.c
软件源代码/F4-FLYC/OUTPUT/
软件源代码/F4-FLYC/SOURECE/
软件源代码/F4-FLYC/SOURECE/inc/
软件源代码/F4-FLYC/SOURECE/inc/IIC.h
软件源代码/F4-FLYC/SOURECE/inc/MPU6050.h
软件源代码/F4-FLYC/SOURECE/inc/control.h
软件源代码/F4-FLYC/SOURECE/inc/delay.h
软件源代码/F4-FLYC/SOURECE/inc/led.h
软件源代码/F4-FLYC/SOURECE/inc/pwm_in.h
软件源代码/F4-FLYC/SOURECE/inc/pwm_output.h
软件源代码/F4-FLYC/SOURECE/inc/stm32f4xx_conf.h
软件源代码/F4-FLYC/SOURECE/inc/stm32f4xx_it.h
软件源代码/F4-FLYC/SOURECE/inc/timer.h
软件源代码/F4-FLYC/SOURECE/inc/usart.h
软件源代码/F4-FLYC/SOURECE/src/
软件源代码/F4-FLYC/SOURECE/src/IIC.c
软件源代码/F4-FLYC/SOURECE/src/IMU.c
软件源代码/F4-FLYC/SOURECE/src/IMU.h
软件源代码/F4-FLYC/SOURECE/src/MPU6050.c
软件源代码/F4-FLYC/SOURECE/src/control.c
软件源代码/F4-FLYC/SOURECE/src/delay.c
软件源代码/F4-FLYC/SOURECE/src/led.c
软件源代码/F4-FLYC/SOURECE/src/main.c
软件源代码/F4-FLYC/SOURECE/src/pwm_in.c
软件源代码/F4-FLYC/SOURECE/src/pwm_output.c
软件源代码/F4-FLYC/SOURECE/src/stm32f4xx_it.c
软件源代码/F4-FLYC/SOURECE/src/timer.c
软件源代码/F4-FLYC/SOURECE/src/usart.c
软件源代码/F4-FLYC/USER/
软件源代码/F4-FLYC/USER/QrH-9-28.map
软件源代码/F4-FLYC/USER/QrH-9-28.plg
软件源代码/F4-FLYC/USER/QrH-9-28.uvgui.Administrator
软件源代码/F4-FLYC/USER/QrH-9-28.uvgui_Administrator.bak
软件源代码/F4-FLYC/USER/QrH-9-28.uvopt
软件源代码/F4-FLYC/USER/QrH-9-28.uvproj
软件源代码/F4-FLYC/USER/QrH-9-28_QrH.dep
软件源代码/F4-FLYC/USER/QrH-9-28_uvopt.bak
软件源代码/F4-FLYC/USER/QrH-9-28_uvproj.bak
软件源代码/F4-FLYC/USER/startup_stm32f4xx.lst
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.