Add FPVtune to Telemetry & Logs section - #5
Open
chugzb wants to merge 1 commit into
Open
Conversation
Added FPVtune - an automatic Betaflight PID tuning tool that analyzes blackbox logs and generates optimized PID settings. Open source, MIT licensed.
Owner
|
Thank you for sharing your project and of course add it to the list. Do you have plans that the source and network become available? Does your official instance save the submitted blackbox logs for retraining? |
Author
We are optimizing step by step, and we are also doing some logs. Welcome to experience it. We are also working hard to issue test codes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is FPVtune?
FPVtune is a free, open-source automatic PID tuning tool for FPV drones. It reads Betaflight blackbox logs and generates optimized PID/filter settings — saving pilots hours of manual tuning and test flights.
Repository: https://github.com/chugzb/betaflight-pid-autotuning
Why add it?
Placement
Added after PID-Analyzer, as both tools analyze blackbox data for PID optimization. FPVtune takes it a step further with automatic tuning recommendations.