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

Increasing FFT_SIZE Causes Serial Timeout in Spectrogram #2

Open
MCDELTAT opened this issue May 11, 2017 · 0 comments
Open

Increasing FFT_SIZE Causes Serial Timeout in Spectrogram #2

MCDELTAT opened this issue May 11, 2017 · 0 comments

Comments

@MCDELTAT
Copy link

I'm curious if you could point me in the right direction on how serial timeouts are handled in Spectrogram. While reading your guide I noted that you guessed you might be able to try 512 samples in the FFT_SIZE.

Since the Teensy 3.6 has a ton more memory and CPU power over the Teensy 3.0 I thought it would be simple to change the buffer size on line 26 of toneinput.ino, but alas, it was not that easy. After doubling the size to 512, when trying to open my device in Spectrogram, it causes a serial timeout 100% of the time.

I thought this might be a mismatch of the default value in SpectrogramUI.py, so I changed that to 512 as well, but that doesn't change anything either. I can't see when the serial timeouts are determined either. Any ideas? I would love to experiment and update the guide according to my results.

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

1 participant