-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update FFT-FREQ & add SPA and TASK debug modes #4085
Conversation
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
50c8815
to
d82ce3a
Compare
d82ce3a
to
6058f2c
Compare
locales/en/messages.json
Outdated
@@ -4408,7 +4408,7 @@ | |||
"message": "Set this to the highest incoming noise frequency that is needed to be controlled by the dynamic notch." | |||
}, | |||
"pidTuningDynamicNotchCountHelp": { | |||
"message": "Sets the number of dynamic notches per axis. With RPM filter enabled a value of 1 or 2 is recommended. Without RPM filter a value of 4 or 5 is recommended. Lower numbers will reduce filter delay, however it may increase motor temperature." | |||
"message": "Sets the number of dynamic notches per axis. With RPM filter enabled a value of 1 or 2 is recommended. Without RPM filter a value of 4 or 5 is recommended. Lower numbers will reduce filter delay, however it may increase motor temperature.<br/></br/>For Cinelifters a value of 6 or 7 may be required where Dshot telemetry is not applicable." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i could be wrong, but i'm not certain that this indeed a "recommendation", but rather a only possibility.
@bw1129 ?
edit: but i suppose the text is not "wrong" either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nerdCopter not sure what you're saying here, but what I can tell you is that for really large lifters and x-class rigs, it is common to use APD 200a ESCs (and others) that are not RPM ready (and never will be). It is also common to use bi-blades on really large rigs, which themselves can generate 5 or more motor harmonics, and currently this leaves nothing for resonance peaks, not to mention that using DNs are not super effective without using more notches than harmonics present. So to have a couple more available when RPM is not an option is a good thing.
My original suggestions was to keep the GUI limit to 5, and make the additional 2 notches only available via CLI, to avoid less experienced tuners for doing bad things. I still stand by this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, dropped the GUI changes for number of notches used.
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Mark
* Update FFT-FREQ * Increase dynamic notch count for API 1.47 * Add update function and cleanup * Update fieldNames * Add more debug modes * Do not change notches in GUI
Add support for