More accurate RPM? #216
Replies: 1 comment 1 reply
-
Why do you think it's inaccurate? Seems plausible that motor speed is not completely constant.
RPM doesn't affect threading, it's calculated for display purposes.
Yes, we're smoothing it out by calculating over 1 encoder turn and then also don't update the displayed value if it's close enough to the currently shown value: https://github.com/kachurovskiy/nanoels/blob/main/h4/h4.ino#L587 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to get a more accurate readout of the RPM? It bounces around a little, not a lot by maybe 5 or 10 RPM.
I was thinking this probably will affect threading?
At the moment im using a 600/r encoder, so should be fairly accurate.
I wonder if there is a way to smooth out the RPM which is what I guess the spindle RPM display is doing?
Beta Was this translation helpful? Give feedback.
All reactions