Merge pull request #7311 from mikeller/update_enum_documentation
[betaflight.git] / README.md
bloba351c828e7124758beb23184e1c40c643ed66598
1 ![Betaflight](https://raw.githubusercontent.com/wiki/betaflight/betaflight/images/betaflight/bf_logo.png)
3 Betaflight is flight controller software (firmware) used to fly multi-rotor craft and fixed wing craft.
5 This fork differs from Baseflight and Cleanflight in that it focuses on flight performance, leading-edge feature additions, and wide target support.
7 ## News
9 ### Betaflight 4.0
11 As you might have learned from the [Betaflight GitHub page](https://github.com/betaflight/betaflight), our next release will be 4.0. Betaflight 4.0 will be the culmination of years of work that started in 2016 with the introduction of remappable resources, and it will drastically change the way how Betaflight is built and distributed. To you as the user, not much in how you download and install the Betaflight firmware will change, but you will get some noticeable improvements:
13 - we’ll have to spend less time on maintaining and releasing the firmware, meaning that we’ll have more time to work on new and exciting features;
14 - manufacturers will have an easy way to release custom configurations for all of their boards and ready-to-fly (including RX setup and tuning) craft based on original Betaflight firmware - you will no longer be stuck on using old firmware, or recreating your configuration from scratch;
15 - the tinkerers amongst you will be able to share Betaflight firmware with your home built improvements amongst your friends without having to build and distribute separate targets for everybody’s board.
17 *(These changes are planned for F4 and F7, F3’s flash space limitations mean we won’t be able to fit all of this in.)*
19 We are almost there with the implementation of these changes, but since they are quite complex, and getting ‘almost there’ doesn’t buy us much, we have decided that we need to take more time to complete them, make sure the way users can use the firmware still works as expected, and properly test the new firmware. For this reason we have decided to **postpone the planned release date for Betaflight to 01 April 2019**. We will keep doing monthly releases of Betaflight 3.5 with bugfixes and new / updated targets in the meantime.
22 To get the latest update from us, you can now also visit our webpage at <https://betaflight.com/>.
24 In addition to the drastic changes mentioned above, Betaflight 4.0 will have a number of other exciting new features and improvements:
26 - yet again improved flight performance;
27 - 'Launch control' mode;
28 - switchable profiles for the OSD layout.
30 ## Events
32 | Date  | Event |
33 | - | - |
34 | 01 March 2019 | Start of feature freeze / Release Candidate window for Betaflight 4.0 |
35 | 01 April 2019 | Planned [release](https://github.com/betaflight/betaflight/milestone/20) date for Betaflight 4.0 |
37 ## Features
39 Betaflight has the following features:
41 * 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, Initialization Troubleshooting, etc)
42 * DShot (150, 300, 600 and 1200), Multishot, and Oneshot (125 and 42) motor protocol support
43 * Blackbox flight recorder logging (to onboard flash or external microSD card where equipped)
44 * Support for targets that use the STM32 F7, F4 and F3 processors
45 * PWM, PPM, and Serial (SBus, SumH, SumD, Spektrum 1024/2048, XBus, etc) RX connection with failsafe detection
46 * Multiple telemetry protocols (CSRF, FrSky, HoTT smart-port, MSP, etc)
47 * RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II, X8R, X4R-SB, & XSR
48 * OSD support & configuration without needing third-party OSD software/firmware/comm devices
49 * OLED Displays - Display information on: Battery voltage/current/mAh, profile, rate profile, mode, version, sensors, etc
50 * In-flight manual PID tuning and rate adjustment
51 * Rate profiles and in-flight selection of them
52 * Configurable serial ports for Serial RX, Telemetry, ESC telemetry, MSP, GPS, OSD, Sonar, etc - Use most devices on any port, softserial included
53 * VTX support for Unify Pro and IRC Tramp
54 * and MUCH, MUCH more.
56 ## Installation & Documentation
58 See: https://github.com/betaflight/betaflight/wiki
60 ## IRC Support and Developers Channel
62 There's a dedicated Slack chat channel here:
64 https://slack.betaflight.com/
66 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.
68 ## Configuration Tool
70 To configure Betaflight you should use the Betaflight-configurator GUI tool (Windows/OSX/Linux) that can be found here:
72 https://chrome.google.com/webstore/detail/betaflight-configurator/kdaghagfopacdngbohiknlhcocjccjao
74 The source for it is here:
76 https://github.com/betaflight/betaflight-configurator
78 ## Contributing
80 Contributions are welcome and encouraged.  You can contribute in many ways:
82 * Documentation updates and corrections.
83 * How-To guides - received help? Help others!
84 * Bug reporting & fixes.
85 * New feature ideas & suggestions.
87 The best place to start is the IRC channel on gitter (see above), drop in, say hi. Next place is the github issue tracker:
89 https://github.com/betaflight/betaflight/issues
90 https://github.com/betaflight/betaflight-configurator/issues
92 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!
94 ## Developers
96 Please refer to the development section in the `docs/development` folder.
98 TravisCI is used to run automatic builds
100 https://travis-ci.org/betaflight/betaflight
102 [![Build Status](https://travis-ci.org/betaflight/betaflight.svg?branch=master)](https://travis-ci.org/betaflight/betaflight)
104 ## Betaflight Releases
106 https://github.com/betaflight/betaflight/releases
108 ## Open Source / Contributors
110 Betaflight is software that is **open source** and is available free of charge without warranty to all users.
112 Betaflight is forked from Cleanflight, so thanks goes to all those whom have contributed to Cleanflight and its origins.
114 Origins for this fork (Thanks!):
115 * **Alexinparis** (for MultiWii),
116 * **timecop** (for Baseflight),
117 * **Dominic Clifton** (for Cleanflight), and
118 * **Sambas** (for the original STM32F4 port).
119 * **borisbstyle** (Fork from Cleanflight).
121 The Betaflight Configurator is forked from Cleanflight Configurator and its origins.
123 Origins for Betaflight Configurator:
124 * **Dominic Clifton** (for Cleanflight configurator), and
125 * **ctn** (for the original Configurator).
127 Big thanks to current and past contributors:
128 * Budden, Martin (martinbudden)
129 * Bardwell, Joshua (joshuabardwell)
130 * Blackman, Jason (blckmn)
131 * ctzsnooze
132 * Höglund, Anders (andershoglund)
133 * Ledvina, Petr (ledvinap) - **IO code awesomeness!**
134 * kc10kevin
135 * Keeble, Gary (MadmanK)
136 * Keller, Michael (mikeller) - **Configurator brilliance**
137 * Kravcov, Albert (skaman82) - **Configurator brilliance**
138 * MJ666
139 * Nathan (nathantsoi)
140 * ravnav
141 * sambas - **bringing us the F4**
142 * savaga
143 * Stålheim, Anton (KiteAnton)
145 And many many others who haven't been mentioned....