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

Synchronized Acquisition #1

Open
bhclowers opened this issue Nov 7, 2020 · 1 comment
Open

Synchronized Acquisition #1

bhclowers opened this issue Nov 7, 2020 · 1 comment

Comments

@bhclowers
Copy link

This is surely an interesting project and it will surely serve as a learning experience. Two questions that come to mind are:

1.) Based upon the examples shown there appears to be some variability in the data acquisition rate. Is this correct or just the transfer speed? What I'm getting at is how to accuractly assign spacing between the points?

2.) Is there a way, from your perspective, to synchronize the data acquisition with an external trigger or is this best accomplished using multiple input channels on the Teensy and then align through post-processing?

Cheers

@kongmunist
Copy link
Owner

  1. I have mostly fixed the jitter issue, previously there was a lot of variability in the data acquisition rate.
  2. You could use a Teensy interrupt to trigger the data acquisition start/stop, this would be pretty closely synced.

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