You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched to this encoder library due to its support of the Arduino due. The encoder seems to be recognized and generate data but when you slowly turn the encoder in either direction you will see that the demo code for this library shows that you occasionally get the motion being reported as opposite of the direction the encoder is being turned.
I believe my encoders are half cycle encoders, can you provide any advice?
The text was updated successfully, but these errors were encountered:
Good morning, @jennifervg. Thank you for the bringing up this issue. When you do this do you also notice that the sign of the accumulated counts is opposite what it should be?
I had a similar problem. Random enc1 counts and directions. And then... I realized that the encoder needs to be grounded to the Due rather than the motor driver. : )
Any examples of the library being used on a Due to calculate speed? I want to extract it for use in a PID sketch.
Thanks for all your hard work! It is very easy to use, once the ground is correctly connected!
Switched to this encoder library due to its support of the Arduino due. The encoder seems to be recognized and generate data but when you slowly turn the encoder in either direction you will see that the demo code for this library shows that you occasionally get the motion being reported as opposite of the direction the encoder is being turned.
I believe my encoders are half cycle encoders, can you provide any advice?
The text was updated successfully, but these errors were encountered: