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

Stepper motors overheat #43

Open
wsh32 opened this issue Nov 4, 2021 · 2 comments
Open

Stepper motors overheat #43

wsh32 opened this issue Nov 4, 2021 · 2 comments
Assignees
Labels
bug Something isn't working electrical

Comments

@wsh32
Copy link
Owner

wsh32 commented Nov 4, 2021

When running the stepper motor continuously over an extended amount of time (30 min +) it overheats.

Will investigate

@wsh32 wsh32 added bug Something isn't working electrical labels Nov 4, 2021
@wsh32 wsh32 self-assigned this Nov 4, 2021
@wsh32
Copy link
Owner Author

wsh32 commented Nov 4, 2021

Seems like we have to calibrate the drivers' built in current limiting. Here is a video of how its done. We should do this for every stepper driver we get.

https://www.youtube.com/watch?v=89BHS9hfSUk

For the pololu A4988 carriers, the V_ref is found using the following equation:

8 * I_max * R_cs

R_cs for the A4988 carriers is 0.068 ohms

The motors we are currently using (subject to change) is rated for 0.33A. This gives us a V_ref of 0.179.

With a factor of safety, we'll set V_ref to 0.16.

@wsh32 wsh32 closed this as completed Nov 4, 2021
@wsh32 wsh32 reopened this Nov 4, 2021
@wsh32
Copy link
Owner Author

wsh32 commented Nov 4, 2021

did not fix it, still have heating issues when runnign over long amounts of time.

will need to write a automatic shutdown

@wsh32 wsh32 mentioned this issue Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working electrical
Projects
None yet
Development

No branches or pull requests

1 participant