-
Notifications
You must be signed in to change notification settings - Fork 23
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
A Video Tutorial #16
Comments
Thanks for this video! It definitely helped! I ended up using an arduino as an ISP, but I was in a little over my head for a bit. Oh well, I learned a lot about microprocessors. Have you noticed the cricut’s stepper motors drawing excessive current, even while idle? I know that stepper motors do draw current when idle, but mine are increasing to 90C + in a matter of minutes. I might have blown some mosfets or something though. |
No i didn't notice that. I have not touch this project in ages but i might explore it again soon. I would probably replace the board with a cheap board for a 3d printer and use gcode rather than hpgl
Regards,
Mark Williamson
… On Jan 21, 2021, at 8:09 PM, sampfalcon ***@***.***> wrote:
Thanks for this video! It definitely helped! I ended up using an arduino as an ISP, but I was in a little over my head for a bit. Oh well, I learned a lot about microprocessors. Have you noticed the cricut’s stepper motors drawing excessive current, even while idle? I know that stepper motors do draw current when idle, but mine are increasing to 90C + in a matter of minutes. I might have blown some mosfets or something though.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
It’s all good, it’s most likely another kink I’ll have to work out. It seems to be tied to an issue of very low refresh rates on the screen as well. It takes about 30s for the noise that occurs on the screen when you power the device on to scan out. Might have to do with internal vs external clock/ some sort of frequency issue. I’m fairly inexperienced with microprocessors so I could be completely off, but it could be issues with how I set the fuses (external clock mode vs internal clock mode) as there are a lot of clock related options on the fuse calculator I used... |
@thetazzbot , I have some questions, and as far as I know you are one of the only people who has looked deeply into the harware and software. Thank you for any help, I know being troubleshooting poorly described problems over the internet can be rough. |
I'm getting build errors, can't generate elf, make file error, found the solution! I opened the wrong pfoject file, I opened the solution instead of the project, doing so the elf file couldn't be compiled. |
https://www.youtube.com/watch?v=CaFRl4nlNLY
I uploaded a howto video for flashing, just in case.
The text was updated successfully, but these errors were encountered: