Updated EZā€TUNE (markdown)
[inav.wiki.git] / 2.4.0-Release-Notes.md
blob49e8109048a92e7d778d2a01a6116361d3b7e187
2 ![](http://static.rcgroups.net/forums/attachments/6/1/0/3/7/6/a9088858-102-inav.png)
4 **Hello and welcome to INAV 2.4.0 Release!**
6 Please carefully read all of this document for the best possible experience and safety.
8 Get in touch with other pilots, share experiences, suggestions and ask for help on:
10 <table>
11   <tbody>
12     <tr>
13       <td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Telegram_logo.svg/1024px-Telegram_logo.svg.png" width="48"></td>
14       <td><a href="https://t.me/INAVFlight">INAV Official on Telegram</a></td>
15     </tr>
16     <tr>
17       <td><img src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png" width="48"></td>
18       <td><a href="https://www.facebook.com/groups/INAVOfficial">INAV Official on Facebook</a></td>
19     </tr>
20   </tbody>
21 </table>
23 Please continue to support developers, for free, by checking out from the following stores after having clicked on the following links:
25 <table>
26   <tbody>
27     <tr>
28       <td><img src="https://lh3.googleusercontent.com/TiHXyUiZ2COk7OmceBgo1qeRN2APAjWL5qUydGc-U3LqkJb3n13EhYEJ8Dpz_IACNHU" width="55"></td>
29       <td><a href="https://inavflight.com/shop/u/bg">Support us on Banggood</a></td>
30     </tr>
31   </tbody>
32 </table>
34 Your contribution from the past month has been very welcome! Thanks!
36 Tested and suggested hardware can be found [here](https://github.com/iNavFlight/inav/wiki/Welcome-to-INAV,-useful-links-and-products) 
38 ## Important Notes
40 ## Upgrading from 2.3.0 or 2.2.0
42 0. Download and install the new [configurator](https://github.com/iNavFlight/inav-configurator/releases)
43 1. Save to a file the current _diff all_ from the CLI.
44 2. Upgrade to INAV 2.4 using the Full Erase option in the configurator.
45 3. Upload your OSD font of choice from the OSD tab.
46 4. Find on your _diff all_ result the `min_throttle` line, and replace it by `throttle_idle`, setting the percentage of the idle throttle. The default is 15.
47 5. Go the CLI again and paste the contents on the file you previously create and write _save_ , press ENTER and done!
48 6. You should be ready, explore new 2.4 features and enjoy!
50 ## Upgrading from 2.1.0 or older version
52 Please follow the instructions on [this](https://github.com/iNavFlight/inav/wiki/Upgrading-from-an-older-version-of-INAV-to-the-current-version) page.
54 ## New targets:
56 * [Matek F722-PX](https://inavflight.com/shop/s/bg/1625181)
57 * [Holybro Kakute F7 HDV](https://inavflight.com/shop/s/bg/1541453)
58 * Mamba F405US Stack
59 * [Mamba F722S Stack](https://inavflight.com/shop/s/bg/1490805)
60 * F4BY (@Jingxian-Xiao)
62 ## CLI:
64 ### New commands
66 | Command | Description |
67 | ------- | ----------- |
68 | `msc`   | Enter USB Mass storage mode. See `docs/USB_Mass_Storage_(MSC)_mode.md` for usage information. |
70 | Setting | Description |
71 | ----    | ------ |
72 | `throttle_idle` | Previously `min_throttle` - Set the idle throttle percent. The percentage of the throttle range (`max_throttle` - `min_command`) above `min_command` used for minimum / idle throttle. Note that the default of 15% will most likely be too high for modern *shot ESCs. |
73 | `nav_rth_home_offset_distance` | Distance offset from GPS established home to "safe" position used for RTH (cm, 0 disables) |
74 | `nav_rth_home_offset_direction` |  Direction offset from GPS established home to "safe" position used for RTH (degrees, 0=N, 90=E, 180=S, 270=W, requires non-zero offset distance) |
75 | `gyro_stage2_lowpass_type`    | Defines the type of stage 2 gyro LPF filter. Possible values: `PT1`, `BIQUAD`. `PT1` offers faster filter response while `BIQUAD` better attenuation. Default value: `BIQUAD` |
76 | `rpm_gyro_filter_enabled`    | Enables gyro RPM filter. Turned `OFF` by default. Set to `ON` only when ESC telemetry is working and rotation speed of the motors is correctly reported to INAV |
77 | `rpm_dterm_filter_enabled`    | RPM filter for D-term. Experimental, probably will be removed in the next release |
78 | `rpm_gyro_harmonics`    | Number of harmonic frequencies to be covered by gyro RPM filter. Default value of `1` usually works just fine  |
79 | `rpm_gyro_min_hz`    | The lowest frequency for gyro RPM filter. Default `150` is fine for 5" mini-quads. On 7-inch drones you can lower even down to `60`-`70` |
80 | `rpm_gyro_q`    | Q factor for gyro RPM filter. Lower values give softer, wider attenuation. Usually there is no need to change this setting |
81 | `dterm_gyro_harmonics`    | Number of harmonic frequencies to be covered by D-term RPM filter. Default value of `1` usually works just fine |
82 | `rpm_dterm_min_hz`    | - |
83 | `rpm_dterm_q`    | - |
84 | `dterm_lpf_type`    | Defines the type of stage 1 D-term LPF filter. Possible values: `PT1`, `BIQUAD`. `PT1` offers faster filter response while `BIQUAD` better attenuation. Default value: `BIQUAD` |
85 | `dterm_lpf2_hz`    | Cutoff frequency for stage 2 D-term filter. Disabled by default `0` |
86 | `dterm_lpf2_type`    | Defines the type of stage 1 D-term LPF filter. Possible values: `PT1`, `BIQUAD`. `PT1` offers faster filter response while `BIQUAD` better attenuation. Default value: `BIQUAD` |
87 | `pidsum_limit_yaw`    | Replaces `yaw_jump_prevention_limit` and `yaw_p_limit` |
88 | `pid_type`    | Allows to set type of PID controller used in control loop. Possible values: `NONE`, `PID`, `PIFF`, `AUTO`. Change only in case of experimental platforms like VTOL, tailsitters, rovers, boats, etc. Airplanes should always use `PIFF` and multirotors `PID` |
90 ### Removed settings
92 | Setting | Description |
93 | ----    | ------ |
94 | `min_throttle` | Replaced by `throttle_idle` |
95 | `yaw_jump_prevention_limit` | Replaced by `pidsum_limit_yaw` |
96 | `yaw_p_limit` | Replaced by `pidsum_limit_yaw` |
98 ## New drivers and protocols
100 * BMP388 barometer ([@shellixyz], [@hydra])
101 * ICM20601 IMU ([@shellixyz])
102 * SBUS Fast ([@digitalentity])
104 ## RPM Filters ([@DzikuVx])
106 INAV can now take determine where to place notch filters based on the rotation speed of the motors to attenuate noise being fed into PID. 
107 You need to connect BlHeli telemetry on a serial port and then enable RPM Filters.
109 ## USB Mass Storage ([@fiam])
111 USB MSC (mass storage device class) SD card and internal flash access is enabled for F4 and F7 targets with suitable hardware. This means you can mount the FC (SD card / internal flash) as a host computer file system via USB to read BB logs (and delete them from an SD card). See `docs/USB_Mass_Storage_(MSC)_mode.md` for usage information.
113 ## RTH Home Offset ([@stronnag])
115 Allows INAV RTH and failsafe RTH to not return the launch point but in a nearby area allowing not to violate a protected space which might be active in some flying fields. It's configurable via `nav_rth_home_offset_distance`  which sets the distance offset from GPS established home to "safe" position used for RTH and `nav_rth_home_offset_direction` which configure the direction offset from GPS established home to "safe" position used for RTH (degrees, 0=N, 90=E, 180=S, 270=W, requires non-zero offset distance) 
117 ## Linear Climb and Dive on Waypoint Missions ([@hali9])
119 When flying a mission with different altitude waypoints, the old behaviour was INAV trying to reach the next waypoint altitude as soon as it can, constrained only by `nav_auto_climb_rate`, `nav_fw_climb_angle` and `nav_fw_dive_angle` CLI variables. Aircraft would use a lot of energy to reach the waypoint altitude, and then will keep that altitude for the rest of the way to the waypoint.
121 Now, INAV will try to climb or dive to the next waypoint altitude in a linearly manner, so it'll reach the next waypoint altitude only when it's almost reaching the waypoint itself. This way aircraft will consume less energy to climb since it'll be a less steep climb or will save energy by trading altitude for speed for more time when diving.
123 It works for all airframe types, fixed wing or multirotor.
125 ## OSD improvements ([@fiam], [@shellixyz], [@DzikuVx])
126 Motors RPM can now displayed as a new item. There are minor bug fixes in the FrSky OSD driver.
127 Furthermore when you navigate the CMS (OSD menu) servos on your airplane will not move anymore.
129 ## Support for DJI HD FPV ([@digitalentity])
131 INAV is now ready to embrace HD FPV with support for the [DJI HD FPV](https://inavflight.com/shop/s/bg/1540481) system. Just connect the DJI HD VTX to a spare UART, set that UART to have a DJI FPV function in the Configurator Ports tab and you're good to go.
133 If you want to use DJI remote controller as well, you can connect the S.Bus wire from DJI VTX to your FC as well and select "SBUS Fast" protocol (earlier known as  DJI HDL). INAV fully supports this protocol and will allow you to get 7ms contol latency (as advertised by DJI).
137 [@shellixyz]: https://github.com/shellixyz
138 [@digitalentity]: https://github.com/digitalentity 
139 [@DzikuVx]: https://github.com/DzikuVx
140 [@fiam]: https://github.com/fiam
141 [@giacomo892]: https://github.com/giacomo892
142 [@hali9]: https://github.com/hali9
143 [@stronnag]: https://github.com/stronnag
144 [@hydra]: https://github.com/hydra