cleanflight-master

所属分类:单片机开发
开发工具:C/C++
文件大小:5209KB
下载次数:9
上传日期:2017-11-25 19:13:03
上 传 者xiaoxiaoqie
说明:  矢量电机控制器,永磁同步电机,无刷直流电机,无感控制
(Vector motor controller, permanent magnet synchronous motor, brushless DC motor, sensorless control)

文件列表:
.travis.sh (2080, 2016-05-12)
.travis.yml (1364, 2016-05-12)
CONTRIBUTING.md (879, 2016-05-12)
JLinkSettings.ini (542, 2016-05-12)
LICENSE (35147, 2016-05-12)
Makefile (26162, 2016-05-12)
Notes.md (397, 2016-05-12)
Vagrantfile (1141, 2016-05-12)
build_docs.sh (1331, 2016-05-12)
docs (0, 2016-05-12)
docs\API (0, 2016-05-12)
docs\API\MSP_extensions.md (7487, 2016-05-12)
docs\Battery.md (7339, 2016-05-12)
docs\Blackbox.md (18684, 2016-05-12)
docs\Board - AlienFlight.md (3806, 2016-05-12)
docs\Board - CC3D.md (7746, 2016-05-12)
docs\Board - CJMCU.md (5673, 2016-05-12)
docs\Board - ChebuzzF3.md (2913, 2016-05-12)
docs\Board - ColibriRace.md (6360, 2016-05-12)
docs\Board - MotoLab.md (2080, 2016-05-12)
docs\Board - Naze32.md (3820, 2016-05-12)
docs\Board - Olimexino.md (3167, 2016-05-12)
docs\Board - Paris Air Hero 32.md (2410, 2016-05-12)
docs\Board - RMDO.md (6531, 2016-05-12)
docs\Board - SPRacingF3.md (7589, 2016-05-12)
docs\Board - SPRacingF3Mini.md (12707, 2016-05-12)
docs\Board - Sparky.md (9306, 2016-05-12)
docs\Boards.md (2354, 2016-05-12)
docs\Buzzer.md (5389, 2016-05-12)
docs\Cli.md (121005, 2016-05-12)
docs\Configuration.md (1814, 2016-05-12)
docs\Controls.md (6050, 2016-05-12)
docs\Display.md (3009, 2016-05-12)
docs\Failsafe.md (9287, 2016-05-12)
docs\Getting Started.md (9831, 2016-05-12)
docs\Gps.md (6858, 2016-05-12)
... ...

# Cleanflight ![Cleanflight](docs/assets/cleanflight/cleanflight-logo-light-wide-1-240px.jpg) Clean-code version of baseflight flight-controller - flight controllers are used to fly multi-rotor craft and fixed wing craft. This fork differs from baseflight in that it attempts to use modern software development practices which result in: 1. Greater reliability through code robustness and automated testing. 2. Easier maintenance through code cleanliness. 3. Easier to develop new features. 4. Easier to re-use code through code de-coupling and modularisation. The MultiWii software, from which baseflight originated, violates many good software development best-practices. Hopefully this fork will go some way to address them. If you see any bad code in this fork please immediately raise an issue so it can be fixed, or better yet submit a pull request. ## Additional Features Cleanflight also has additional features not found in baseflight. * Multi-color RGB LED strip support (each LED can be a different color using variable length WS2811 addressable RGB strips - use for orientation indicators, low battery warning, flight mode status, etc.). * Oneshot ESC support. * Blackbox flight recorder logging (to onboard flash or external SD card). * Support for additional targets that use the STM32F3 processors (baseflight only supports STM32F1). * Support for the Seriously Pro Racing F3 board (STM32F303, I2C sensors, large flash, excellent I/O.). * Support for the TauLabs Sparky board (STM32F303, I2C sensors, based board with acc/gyro/compass and baro, ~$35). * Support for the OpenPilot CC3D board (STM32F103, board, SPI acc/gyro, ~$20). * Support for the CJMCU nano quadcopter board. * Support for developer breakout boards: (Port103R, EUSTM32F103RC, Olimexino, STM32F3Discovery). * Support for more than 8 RC channels - (e.g. 16 Channels via FrSky X4RSB SBus). * Support for N-Position switches via flexible channel ranges - not just 3 like baseflight or 3/6 in MultiWii. * Lux's new PID (uses float values internally, resistant to looptime variation). * Simultaneous Bluetooth configuration and OSD. * Better PWM and PPM input and failsafe detection than baseflight. * Better FrSky Telemetry than baseflight. * LTM Telemetry. * Smartport Telemetry. * RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II and X8R. * OLED Displays - Display information on: Battery voltage, profile, rate profile, version, sensors, RC, etc. * In-flight manual PID tuning and rate adjustment. * Rate profiles and in-flight selection of them. * Graupner PPM failsafe. * Graupner HoTT telemetry. * Multiple simultaneous telemetry providers. * Configurable serial ports for Serial RX, Telemetry, MSP, GPS - Use most devices on any port, softserial too. * And many more minor bug fixes. For a list of features, changes and some discussion please [review the thread on MultiWii forums](http://www.multiwii.com/forum/viewtopic.php?f=23&t=5149) and consult the documentation. ## Installation See: [Installation.md](docs/Installation.md) ## Documentation See: [Cleanflight docs folder](https://github.com/cleanflight/cleanflight/tree/master/docs) If what you need is not covered, check the [Baseflight documentation](https://github.com/multiwii/baseflight/wiki). If you still can't find what you need then visit the #cleanflight channel on the Freenode IRC network (info below). ## IRC Support and Developers Channel There's a dedicated Cleanflight IRC channel on the Freenode IRC network. Many users and some of the developers frequent there, and it is a helpful and friendly community - but there are two important things to keep in mind: First and most importantly, please go ahead and ask if you have questions, but **make sure you wait around long enough for a reply**. Next, sometimes people are out flying, asleep or at work and can't answer immediately, even though they are present in the channel. This is how IRC works: Many people stay logged in, even though they are not actively participating in the discussion all the time. Have a seat, grab a drink and hang around if it's a quiet time of day. irc://irc.freenode.net/#cleanflight If you are using Windows and don't have an IRC client installed, take a look at [HydraIRC](http://hydrairc.com/). ## Videos There is a dedicated Cleanflight YouTube channel which has progress update videos, flight demonstrations, instructions and other related videos. https://www.youtube.com/playlist?list=PL6H1fAj_XUNVBEcp8vbMH2DrllZAGWkt8 Please subscribe and '+1' the videos if you find them useful. ## Configuration Tool To configure Cleanflight you should use the [Cleanflight-configurator GUI tool](https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb ) (Windows/OSX/Linux) that can be found here: The source for it is here: https://github.com/cleanflight/cleanflight-configurator ## Contributing Contributions are welcome and encouraged. You can contribute in many ways: * Documentation updates and corrections. * How-To guides - Received help? Help others! * Bug fixes. * New features. * Telling us your ideas and suggestions. The best place to start is the IRC channel on freenode (see above), drop in, say hi. Next place is the github issue tracker: https://github.com/cleanflight/cleanflight/issues https://github.com/cleanflight/cleanflight-configurator/issues Before creating new issues please check to see if there is an existing one, search first otherwise you waste peoples time when they could be coding instead! See [CONTRIBUTING.md](CONTRIBUTING.md) ## Developers Please refer to the development section in the [docs/development](https://github.com/cleanflight/cleanflight/tree/master/docs/development) folder. TravisCI is used to run automatic builds: https://travis-ci.org/cleanflight/cleanflight [![Build Status](https://travis-ci.org/cleanflight/cleanflight.svg?branch=master)](https://travis-ci.org/cleanflight/cleanflight) ## Cleanflight Releases https://github.com/cleanflight/cleanflight/releases

近期下载者

相关文件


收藏者