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

Decrease the computational load on the Teensy #430

Open
Roozki opened this issue Sep 8, 2022 · 0 comments
Open

Decrease the computational load on the Teensy #430

Roozki opened this issue Sep 8, 2022 · 0 comments

Comments

@Roozki
Copy link
Contributor

Roozki commented Sep 8, 2022

The Teensy averages 600 MHz, that is incredibly fast compared to other microcontrollers, but we may need to increase our computational power for the arm.

The Teensy needs to handle a lot of serial communication while driving the stepper motors. The Teensy may be experiencing thermal throttling as well, so a heatsink should help.

With sufficient cooling, we can overclock the Teensy to 1 GHz, but this may not be ideal as we risk overheating the Teensy.

We could introduce ICs to the system, which could handle the repetitive computation needed for the stepper motors. 555 timers are cheap, and could act as a driver for the stepper motor drivers.

This would be a good opportunity to merge elec with software. 555 timers are some of the most commonly used ICs.

IC = Integrated Circuit.
image
^555 timer

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