Change I2C output type to OD
[betaflight.git] / README.md
blobbc0b041448eddc671e0f17b6bdbdeffbfbf75a80
1 # Cleanflight
3 ![Cleanflight](docs/assets/cleanflight/cleanflight-logo-light-wide-1-240px.jpg)
5 Clean-code version of baseflight flight-controller - flight controllers are used to fly multi-rotor craft and fixed wing craft.
7 This fork differs from baseflight in that it attempts to use modern software development practices which result in:
9 1. greater reliability through code robustness and automated testing. 
10 2. easier maintenance through code cleanliness.
11 3. easier to develop new features. 
12 4. easier to re-use code though code de-coupling and modularisation.
14 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.
16 ## Additional Features
18 Cleanflight also has additional features not found in baseflight.
20 * 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)
21 * Oneshot ESC support.
22 * Blackbox flight recorder logging (to onboard flash or external SD card).
23 * Support for additional targets that use the STM32F3 processors (baseflight only supports STM32F1).
24 * Support for the Seriously Pro Racing F3 board (STM32F303, I2C sensors, large flash, excellent I/O.)
25 * Support for the TauLabs Sparky board (STM32F303, I2C sensors, based board with acc/gyro/compass and baro, ~$35)
26 * Support for the OpenPilot CC3D board. (STM32F103, board, SPI acc/gyro, ~$20)
27 * Support for the CJMCU nano quadcopter board.
28 * Support for developer breakout boards: (Port103R, EUSTM32F103RC, Olimexino, STM32F3Discovery).
29 * Support for more than 8 RC channels - (e.g. 16 Channels via FrSky X4RSB SBus).
30 * Support for N-Position switches via flexible channel ranges - not just 3 like baseflight or 3/6 in MultiWii
31 * Lux's new PID (uses float values internally, resistant to looptime variation).
32 * Simultaneous Bluetooth configuration and OSD.
33 * Better PWM and PPM input and failsafe detection than baseflight.
34 * Better FrSky Telemetry than baseflight.
35 * MSP Telemetry.
36 * Smartport Telemetry.
37 * RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II and X8R.
38 * OLED Displays - Display information on: Battery voltage, profile, rate profile, version, sensors, RC, etc.
39 * In-flight manual PID tuning and rate adjustment.
40 * Rate profiles and in-flight selection of them.
41 * Graupner PPM failsafe.
42 * Graupner HoTT telemetry.
43 * Multiple simultaneous telemetry providers.
44 * Configurable serial ports for Serial RX, Telemetry, MSP, GPS - Use most devices on any port, softserial too.
45 * And many more minor bug fixes.
47 For a list of features, changes and some discussion please review the thread on MultiWii forums and consult the documentation.
49 http://www.multiwii.com/forum/viewtopic.php?f=23&t=5149
51 ## Installation
53 See: https://github.com/cleanflight/cleanflight/blob/master/docs/Installation.md 
55 ## Documentation
57 There is lots of documentation here: https://github.com/cleanflight/cleanflight/tree/master/docs 
59 If what you need is not covered then refer to the baseflight documentation. If you still can't find what you need then visit the #cleanflight on the Freenode IRC network
61 ## IRC Support and Developers Channel
63 There's a dedicated IRC channel here:
65 irc://irc.freenode.net/#cleanflight
67 If you are using windows and don't have an IRC client installed then take a look at HydraIRC - here: http://hydrairc.com/
69 Etiquette: Don't ask to ask and please wait around long enough for a reply - sometimes people are out flying, asleep or at work and can't answer immediately.
71 ## Videos
73 There is a dedicated Cleanflight youtube channel which has progress update videos, flight demonstrations, instructions and other related videos.
75 https://www.youtube.com/playlist?list=PL6H1fAj_XUNVBEcp8vbMH2DrllZAGWkt8
77 Please subscribe and '+1' the videos if you find them useful.
79 ## Configuration Tool
81 To configure Cleanflight you should use the Cleanflight-configurator GUI tool (Windows/OSX/Linux) that can be found here:
83 https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb
85 The source for it is here:
87 https://github.com/cleanflight/cleanflight-configurator
89 ## Contributing
91 Contributions are welcome and encouraged.  You can contribute in many ways:
93 * Documentation updates and corrections.
94 * How-To guides - received help?  help others!
95 * Bug fixes.
96 * New features.
97 * Telling us your ideas and suggestions.
99 The best place to start is the IRC channel on freenode (see above), drop in, say hi. Next place is the github issue tracker:
101 https://github.com/cleanflight/cleanflight/issues
102 https://github.com/cleanflight/cleanflight-configurator/issues
104 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!
106 ## Developers
108 Please refer to the development section in the `docs/development` folder.
110 TravisCI is used to run automatic builds
112 https://travis-ci.org/cleanflight/cleanflight
114 [![Build Status](https://travis-ci.org/cleanflight/cleanflight.svg?branch=master)](https://travis-ci.org/cleanflight/cleanflight)
116 ## Cleanflight Releases
117 https://github.com/cleanflight/cleanflight/releases