Updated 2.5.0 Release Notes (markdown)
[inav.wiki.git] / 2.5.0-Release-Notes.md
blob4f50d2dfdeb41b629cf5f397beb40b01eb4ba94e
1 ![](http://static.rcgroups.net/forums/attachments/6/1/0/3/7/6/a9088858-102-inav.png)
3 **Hello and welcome to INAV 2.5.0 Release!**
5 Please carefully read all of this document for the best possible experience and safety.
7 Get in touch with other pilots, share experiences, suggestions and ask for help on:
9 <table>
10   <tbody>
11     <tr>
12       <td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Telegram_logo.svg/1024px-Telegram_logo.svg.png" width="48"></td>
13       <td><a href="https://t.me/INAVFlight">INAV Official on Telegram</a></td>
14     </tr>
15     <tr>
16       <td><img src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png" width="48"></td>
17       <td><a href="https://www.facebook.com/groups/INAVOfficial">INAV Official on Facebook</a></td>
18     </tr>
19   </tbody>
20 </table>
22 Please continue to support developers, for free, by checking out from the following stores after having clicked on the following links:
24 <table>
25   <tbody>
26     <tr>
27       <td><img src="https://lh3.googleusercontent.com/TiHXyUiZ2COk7OmceBgo1qeRN2APAjWL5qUydGc-U3LqkJb3n13EhYEJ8Dpz_IACNHU" width="55"></td>
28       <td><a href="https://inavflight.com/shop/u/bg">Support us on Banggood</a></td>
29     </tr>
30   </tbody>
31 </table>
33 Your contribution from the past month has been very welcome! Thanks!
35 Tested and suggested hardware can be found [here](https://github.com/iNavFlight/inav/wiki/Welcome-to-INAV,-useful-links-and-products) 
37 ## Important Notes
39 ### CLI `aux` mode migration
41 inav 2.5 moves the CLI `aux` mode value from a `boxid` that was not guaranteed to be stable between releases to a `permmanentId` that is guaranteed to be stable between releases. This is a "breaking" change for inav 2.5 that brings stability in the future.
43 In order to use a `diff` or `dump` from 2.4 or earlier in inav 2.5, the user must do one of the following:
45 * Remove `aux` settings from the `diff` / `dump` and recreate them in inav 2.5; or
46 * Use the [box2perm](https://github.com/stronnag/box2perm) tool to migrate the `diff` / `dump` automatically; or
47 * Manually edit the `aux` settings; a conversion table is provided as part of the [box2perm documentation](https://github.com/stronnag/box2perm#additional-information).
49 ### F3 Deprecation
51 STM32 F3 flight controllers like Omnibus F3 or SP Racing F3 are deprecated and soon they will reach the end of support in INAV. If you are still using F3 boards, please migrate to F4 or F7.
53 ## Upgrading from 2.4
55 0. Download and install the new [configurator](https://github.com/iNavFlight/inav-configurator/releases)
56 1. Save to a file the current _diff all_ from the CLI.
57 2. Modify the `diff` to update or remove the `aux` statements
58 3. Upgrade to INAV 2.5 using the Full Erase option in the configurator.
59 4. Upload your OSD font of choice from the OSD tab.
60 5. Go the CLI again and paste the contents on the file you previously create and write _save_ , press ENTER and done!
61 6. You should be ready, explore new 2.5 features and enjoy!
63 ## Upgrading from 2.3 or older version
65 Please follow the instructions on [this](https://github.com/iNavFlight/inav/wiki/Upgrading-from-an-older-version-of-INAV-to-the-current-version) page.
67 ## New targets:
69 * AIRBOTF7
70 * OMMINBUSF7NANOV2
72 ## CLI:
74 ### New commands
76 | Command | Description |
77 | ------- | ----------- |
78 | `gf`  | Global Functions. For details refer to `Global Functions.md` in the `docs` folder. |
79 | `logic` | Defined Logic conditions activating Global Functions. For details refer to `Logic Conditions.md` in the `docs` folder. |
81 ### New Settings
83 | Setting | Description |
84 | ------- | ----------- |
85 | `dynamic_gyro_notch_enabled` | Enable/disable dynamic gyro notch also known as Matrix Filter [ON / OFF] |
86 | `dynamic_gyro_notch_range` | Range for dynamic gyro notches. `MEDIUM` for 5", `HIGH` for 3" and `MEDIUM` or `LOW` for 7" and bigger propellers |
87 | `dynamic_gyro_notch_q` | Q factor for dynamic notches |
88 | `dynamic_gyro_notch_min_hz` | Minimum frequency for dynamic notches. Default value of 150 works best with 5" multirors. Should be lowered with increased size of propellers. Values around 100 work fine on 7" drones. 10" can go down to 60 - 70 |
89 | `motor_direction_inverted` | **Cli.md UPDATE** Boolean ON / OFF, replaces `yaw_motor_direction` |
90 | `nav_fw_control_smoothness` | Controls smoothness of navigation control (0-9). 0 gives legacy behaviour, non-zero values give increasing smoothness. |
91 | `nav_fw_pos_hdg_p` | **Cli.md MISSING** |
92 | `nav_fw_pos_hdg_i` | **Cli.md MISSING** |
93 | `nav_fw_pos_hdg_d` | **Cli.md MISSING** |
94 | `nav_fw_pos_hdg_pidsum_limit` | **Cli.md MISSING** |
95 | `nav_use_fw_yaw_control` | **Cli.md MISSING** |
96 | `nav_fw_yaw_deadband` | **Cli.md MISSING** |
97 | `osd_esc_temp_alarm_max` | Temperature under which the IMU temperature OSD element will start blinking (decidegrees centigrade) |
98 | `osd_esc_temp_alarm_min` | Temperature above which the IMU temperature OSD element will start blinking (decidegrees centigrade)|
99 | `osd_hud_wp_disp` | **Cli.md MISSING** Controls display of the next waypoints in the HUD. See description below |
100 | `osd_ahi_style` | **Cli.md MISSING** Sets OSD Artificial Horizon style "DEFAULT" or "LINE" |
101 | `telemetry_halfduplex` | **Cli.md UPDATE** Replaces `telemetry_uart_unidir` |
102 | `servo_protocol` | Select which protocol is used to communicate with servos (PWM, servo driver or SBUS) |
104 ### Removed settings
106 | Setting | Description |
107 | ------- | ----------- |
108 | `dyn_notch_width_percent` |  |
109 | `dyn_notch_range` | |
110 | `dyn_notch_q` | |
111 | `dyn_notch_min_hz` | |
112 | `rpm_dterm_filter_enabled` |             |
113 | `dterm_gyro_harmonic` | |
114 | `rpm_dterm_min_hz` | |
115 | `rpm_dterm_q` | | 
116 | `telemetry_uart_unidir` | **Cli.md UPDATE** Replaced by `telemetry_halfduplex` |
117 | `yaw_motor_direction` | **Cli.md UPDATE** Replaced by `motor_direction_inverted` | 
120 ## New drivers and protocols
122 * BME280 Barometer ([@gereic])
124 ## Initial Rover and Boat support ([@DzikuVx])
126 Starting from version 2.5, INAV supports Rovers and Boats (more general: ground and water vehicles without altitude control with yaw steering only. Remark: tanks and vehicles with differential steering are also supported). 
128 The Rover and Boat related features:
129 * Flight modes: PosHold, AltHold, Cruise, Launch, Loiter Direction Change, Angle, Horizon, FPV Angle Mix, Turn Assist, Airmode are not available on Rover and Boat platforms
130 * Feature 3D is renamed to Reversible Motors
131 * Reversible ESCs are now working correctly
132 * New Heading PID controller used for YAW control on rovers and boats
133 * Return To Home is working. Rover will disarm at the end of RTH procedure. Bear in mind, it will return in a straight line, no Smart RTH support yet.
134 * Waypoint Missions are operational. Rover will drive directly int the direction of the Waypoint. At the last Waypoint, it will stop motors instead of loitering.  
136 ## Reversible ESCs support ([@DzikuVx])
138 Description
140 ## New Matrix Filters for Multirotors ([@DzikuVx])
142 The new Matrix Notch filter comes enabled by default on INAV. It's a dynamic notch filter that detects noise frequencies on each individual axis (X, Y and Z) and apply the filters to each axis, resulting in a much better noise handling.
144 Check out [this video](https://www.youtube.com/watch?v=w0QsVIXYWCE) to see a detailed explanation of how the Matrix Filter works.
146 ## JUMP, HOLD and LAND Waypoint types ([@giacomo892], [@Jacky2k], [@stronnag])
148 INAV 2.5 supports additional waypoint types, allowing more complex missions to be performed.
150 * **JUMP**: Defines a 'jump' to another waypoint, allowing mission loops (backward jump) and forward jumps. The number of jump iterations is also user defined.
151 * **POSHOLD_TIME**: Defines the amount of time for which the aircraft will loiter at the waypoint position before proceeding to the next waypoint.
152 * **LAND**: Defines a location for landing. This allows INAV to perform one-way missions.
154 The [navigation messages wiki page](https://github.com/iNavFlight/inav/wiki/MSP-Navigation-Messages) provides more information and annotated examples.
156 ## HUD POI Waypoints markers ([@OlivierC-FR])
157 Shows the next waypoints in the hud. To enable this feature, enter the count of next waypoints in the CLI command:
159 `set osd_hud_wp_disp = 0 to 3`
161 Or on the CMS menu: OSD > HUD > Displayed items > Next waypoints: (from 0 to 3, 0 means disabled)
163 Then start a WP mission, the next WPs will appear as soon as the mission is loaded in FC memory AND that the aircraft has a valid GPS heading, so it must move if it's not fitted with a magnetometer.
165 ## Servo S.BUS output ([@digitalentity])
167 It's now possible to connect S.BUS servos to INAV. You can configure INAV to output servo commands as S.BUS stream on one of the serial ports. Important note - F4 boards generally don't support inversion on serial ports, for those boards a hardware inverter might be required. 
169 ## VTX/CMS Unification ([@digitalentity])
171 Now CMS has one unified page for configuring VTX settings. No need to remember which protocol your VTX is talking (Tramp, S.Audio or other).
173 ## ESC Sensor listen-only mode ([@digitalentity])
175 ESC sensor can now be put to listen-only mode, allowing ESC sensor functionality to be used when an ESC is connected with a PWM-based protocol and configured to sent telemetry automatically. This will be useful on airplanes to provide RPM feedback without the need to use DSHOT.
177 ## Legacy Targets
179 Due to flash / memory restrictions the following functions have been disabled on F3 targets:
181 * Pitot
182 * Multirotor braking
184 [@shellixyz]: https://github.com/shellixyz
185 [@digitalentity]: https://github.com/digitalentity 
186 [@DzikuVx]: https://github.com/DzikuVx
187 [@fiam]: https://github.com/fiam
188 [@giacomo892]: https://github.com/giacomo892
189 [@hali9]: https://github.com/hali9
190 [@stronnag]: https://github.com/stronnag
191 [@hydra]: https://github.com/hydra
192 [@OlivierC-FR]: https://github.com/OlivierC-FR
193 [@Jacky2k]: https://github.com/Jacky2k
194 [@gereic]: https://github.com/gereic