Fix truncation in horizonstrength calculation
[betaflight.git] / README.md
blob8bb2afce4cf3389abf54c0a244c7f8cb7c46d943
1 # Cleanflight
3 Clean-code version of baseflight flight-controller - flight controllers are used to fly multi-rotor craft and fixed wing craft.
5 This fork differs from baseflight in that it attempts to use modern software development practices which result in:
7 1. greater reliability through code robustness and automated testing. 
8 2. easier maintainance through code cleanliness.
9 3. easier to develop new features. 
10 4. easier to re-use code though code de-coupling and modularisation.
12 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.
14 ## Additional Features
16 Cleanflight also has additional features not found in baseflight.
18 * 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)
19 * Oneshot ESC support.
20 * Blackbox flight recorder logging (to onboard flash or external SD card).
21 * Support for additional targets that use the STM32F3 processors (baseflight only supports STM32F1).
22 * Support for the Seriously Pro Racing F3 board (STM32F303, I2C sensors, large flash, excellent I/O.)
23 * Support for the TauLabs Sparky board (STM32F303, I2C sensors, based board with acc/gyro/compass and baro, ~$35)
24 * Support for the OpenPilot CC3D board. (STM32F103, board, SPI acc/gyro, ~$20)
25 * Support for the CJMCU nano quadcopter board.
26 * Support for developer breakout boards: (Port103R, EUSTM32F103RC, Olimexino, STM32F3Discovery).
27 * Support for more than 8 RC channels - (e.g. 16 Channels via FrSky X4RSB SBus).
28 * Support for N-Position switches via flexible channel ranges - not just 3 like baseflight or 3/6 in MultiWii
29 * Lux's new PID (uses float values internally, resistant to looptime variation).
30 * Simultaneous Bluetooth configuration and OSD.
31 * Better PWM and PPM input and failsafe detection than baseflight.
32 * Better FrSky Telemetry than baseflight.
33 * MSP Telemetry.
34 * Smartport Telemetry.
35 * RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II and X8R.
36 * Autotune - ported from BradWii, experimental - feedback welcomed.
37 * OLED Displays - Display information on: Battery voltage, profile, rate profile, version, sensors, RC, etc.
38 * In-flight manual PID tuning and rate adjustment.
39 * Rate profiles and in-flight selection of them.
40 * Graupner PPM failsafe.
41 * Graupner HoTT telemetry.
42 * Multiple simultantious telemetry providers.
43 * Configurable serial ports for Serial RX, Telemetry, MSP, GPS - Use most devices on any port, softserial too.
44 + more many minor bug fixes.
46 For a list of features, changes and some discussion please review the thread on MultiWii forums and consult the documenation.
48 http://www.multiwii.com/forum/viewtopic.php?f=23&t=5149
50 ## Installation
52 See: https://github.com/cleanflight/cleanflight/blob/master/docs/Installation.md 
54 ## Documentation
56 There is lots of documentation here: https://github.com/cleanflight/cleanflight/tree/master/docs 
58 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
60 ## IRC Support and Developers Channel
62 There's a dedicated IRC channel here:
64 irc://irc.freenode.net/#cleanflight
66 If you are using windows and don't have an IRC client installed then take a look at HydraIRC - here: http://hydrairc.com/
68 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.
70 ## Videos
72 There is a dedicated Cleanflight youtube channel which has progress update videos, flight demonstrations, instrutions and other related videos.
74 https://www.youtube.com/playlist?list=PL6H1fAj_XUNVBEcp8vbMH2DrllZAGWkt8
76 Please subscribe and '+1' the videos if you find them useful.
78 ## Configuration Tool
80 To configure Cleanflight you should use the Cleanlight-configurator GUI tool (Windows/OSX/Linux) that can be found here:
82 https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb
84 The source for it is here:
86 https://github.com/cleanflight/cleanflight-configurator
88 ## Contributing
90 Contributions are welcome and encouraged.  You can contribute in many ways:
92 * Documentation updates and corrections.
93 * How-To guides - received help?  help others!
94 * Bug fixes.
95 * New features.
96 * Telling us your ideas and suggestions.
98 The best place to start is the IRC channel on freenode (see above), drop in, say hi. Next place is the github issue tracker:
100 https://github.com/cleanflight/cleanflight/issues
101 https://github.com/cleanflight/cleanflight-configurator/issues
103 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!
105 ## Developers
107 Please refer to the development section in the `docs/development` folder.
109 TravisCI is used to run automatic builds
111 https://travis-ci.org/cleanflight/cleanflight
113 [![Build Status](https://travis-ci.org/cleanflight/cleanflight.svg?branch=master)](https://travis-ci.org/cleanflight/cleanflight)
115 ## Cleanflight Releases
116 https://github.com/cleanflight/cleanflight/releases