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

Question convert to teensy and bbb #4

Open
evermore99 opened this issue Mar 5, 2021 · 1 comment
Open

Question convert to teensy and bbb #4

evermore99 opened this issue Mar 5, 2021 · 1 comment

Comments

@evermore99
Copy link

Hello first of all thanks for such a great project!

looking forward to replicate!

however I had a question: how hard is it to replace the nucleo with a teensy4.0? it runs way faster, is there a way you could come in contact with me?

i believe the bbb allows for python to run on it.

Could you send Me an email?

Many thanks!

@astuder
Copy link
Owner

astuder commented Mar 5, 2021

Thanks for your interest in my project :)

Porting to the Teensy would require to rewrite the code that interacts with the STM32 HAL and hardware registers. Most of that is contained in EPC901.cpp, Leds.cpp, ShellPlatform.cpp and main.c. More work may be required if you want to integrate with the Teensy Arduino framework.

The speed of the MCU is not the limiting factor in this project. The ADC I used has a sampling rate of 10 MSPS, which translates to roughly 1000 fps maximum frame rate. For a higher speed version of the circuit see this project:
https://github.com/gregdavill/advent-calendar-of-circuits-2020/tree/main/syzygy-epc901
Though I don't think Greg started on the software (FPGA) side yet.

You can find my email address on my Github profile page.

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

No branches or pull requests

2 participants