Skip to content
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

Simple Fix to Remove Max Exponential Smoothing Restriction #13

Closed
DrafnicJS opened this issue May 24, 2022 · 1 comment
Closed

Simple Fix to Remove Max Exponential Smoothing Restriction #13

DrafnicJS opened this issue May 24, 2022 · 1 comment

Comments

@DrafnicJS
Copy link

Currently, 1 = max exponential smoothing
Swapped, Higher Value = more smoothing

If you swap "smoothReadingsFactor/100" for "1/smoothReadingsFactor" in the smoothed exponential calculation, it allows for an indefinite amount of smoothness, rather than being constrained to 0.01. Not Sure if this has any downstream issues, but seems to work well with a servo.

image

@MattFryer
Copy link
Owner

Thanks for the suggestion. The change will be in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants