Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BetaFlight 4.3 Tuning Notes (Draft version available)
#1
Information 
BetaFlight 4.3 Tuning Notes (currently in draft but things are warming up with the release)

https://github.com/betaflight/betaflight...ning-Notes
[-] The following 2 users Like kafie1980's post:
  • L0stB1t, hugnosed_bat
Reply
Login to remove this ad | Register Here
#2
Wow some nice new features.
Reply
#3
Did I miss it? I don’t see anything about being able to choose baro or gps altitude.
Reply
#4
Quote:Most importantly, the slider positions are now stored in the flight controller. Slider settings can be changed via the OSD or Lua at the field, and those changes will be reflected in Configuator when you next connect up. This really makes on-field tuning a lot quicker and easier.
NICE!
This is something I have been waiting for.  Being able to adjust the sliders via OSD in between packs to test the difference.  I don't have a laptop I can bring to the field, so I have only been able to manually adjust PIDs by numbers, or by using Presets and trying to remember the changes you made between the 3.
Being able to use sliders between packs will make tuning a lot more fun, and a lot easier to feel the difference being able to do it quickly between packs.
Reply
#5
(23-Jul-2021, 02:10 PM)Kevin2112 Wrote: Did I miss it? I don’t see anything about being able to choose baro or gps altitude.

This already exists in Betaflight 4.2 via CLI but not via the configurator:

Code:
# get position_alt_source
position_alt_source = DEFAULT
Allowed values: DEFAULT, BARO_ONLY, GPS_ONLY


If you set Default then the calculations take into account both GPS and Barometer altitude (source: https://github.com/betaflight/betaflight/pull/8127):

estimatedAltitudeCm = gpsAlt * gpsTrust + baroAlt * (1 - gpsTrust);

This can result in bad altitude calculations if you don't have a GPS lock and take off.
Reply
#6
(23-Jul-2021, 07:03 PM)MrSolo Wrote: NICE!
This is something I have been waiting for.  Being able to adjust the sliders via OSD in between packs to test the difference.  I don't have a laptop I can bring to the field, so I have only been able to manually adjust PIDs by numbers, or by using Presets and trying to remember the changes you made between the 3.
Being able to use sliders between packs will make tuning a lot more fun, and a lot easier to feel the difference being able to do it quickly between packs.

The person testing the presets prior to the 4.3 release is Ivan 'limon' Efimov who is a Russian born (living now in US) who has build the Open Racer frame (open source on thingiverse) and is a good FPV race pilot. 

I am happy for the presets functionality more than anything else.
Reply
#7
(24-Jul-2021, 11:11 AM)kafie1980 Wrote: The person testing the presets prior to the 4.3 release is Ivan 'limon' Efimov who is a Russian born (living now in US) who has build the Open Racer frame (open source on thingiverse) and is a good FPV race pilot. 

I am happy for the presets functionality more than anything else.

Yeah that sounds great, too!  I normally don't bother upgrading versions of BF if it is working good on my quad, unless it is adding something big like Bi-Directional DShot, ect.

This will be 1 upgrade I definitely do, just for these tuning changes.  I am trying to learn more about the software/firmware side of things, and learn how to tune.  It all seemed so complex and over my head when I started, but now it's starting to make sense, and with these quality-of-life tuning changes and simplifying of tuning it is a great step in the right direction for people like me trying to wrap our heads around PIDs and rates ect.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  [SOLVED] betaflight 4.4 rx configuration for frsky r-xsr sim_tcr 7 2,074 Yesterday, 07:25 PM
Last Post: SnowLeopardFPV
  Announcement Betaflight 4.5.0 *** FINAL RELEASE *** Now Available SnowLeopardFPV 4 743 08-May-2024, 02:19 PM
Last Post: SnowLeopardFPV
Exclamation Betaflight Configurator - HELP iFly4rotors 11 615 05-May-2024, 08:09 PM
Last Post: Eyes.fpv
  Announcement Betaflight 4.5.0 Release Candidate 4 Now Available SnowLeopardFPV 8 2,541 15-Apr-2024, 06:50 PM
Last Post: SnowLeopardFPV
  Betaflight Configurator Windows - Bluetooth Connection norseman73 1 239 17-Mar-2024, 02:55 PM
Last Post: SnowLeopardFPV


Login to remove this ad | Register Here