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

Adding level and slope trigger #7

Open
ankitaggarwal011 opened this issue Aug 12, 2016 · 0 comments
Open

Adding level and slope trigger #7

ankitaggarwal011 opened this issue Aug 12, 2016 · 0 comments

Comments

@ankitaggarwal011
Copy link
Owner

ankitaggarwal011 commented Aug 12, 2016

Trigger is an important feature of the oscilloscopes. The feature has been suggested and requested by users as part of the feedback.

It's possible to implement the triggers in two ways:

  • Hardware trigger: This method would require the ADC chips to include a digitally programmable comparator (e.g. ADS1015). This would not work for all ADCs.
  • Software trigger: In this method, one can simply compare the measured value with the trigger value and thus plot the required signal. This is easy to implement and would work irrespective of the type of an ADC.

Since the support for more ADCs are planned, it would be better to go with software triggers. Any suggestions are welcome. Thanks!

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