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

servo360 - remove remove jitter from servo signal #94

Open
AndyLindsay opened this issue Sep 16, 2017 · 1 comment
Open

servo360 - remove remove jitter from servo signal #94

AndyLindsay opened this issue Sep 16, 2017 · 1 comment
Assignees

Comments

@AndyLindsay
Copy link
Contributor

Servo pulses exhibit jitter because they are delivered after the encoder pulses are checked. This can easily be remedied by setting up a waitcnt that triggers the pulse checking, and a separate waitcnt for delivering the servo control pulses.

The servo control pulses should also be delivered in pairs.

@AndyLindsay AndyLindsay self-assigned this Sep 16, 2017
AndyLindsay added a commit that referenced this issue Sep 18, 2017
Issues closed:
servo360 - increase number of servos supported #93
#93
servo360 - remove remove jitter from servo signal #94
#94
@AndyLindsay
Copy link
Contributor Author

A waitcnt call now synchronizes servo pulses.

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

No branches or pull requests

1 participant