ankitaggarwal011 / ankitaggarwal011/PiScope

Adding level and slope trigger

Abierto
#7 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement hacktoberfest help wanted
Lenguaje dominante
Python
Estrellas
193
Forks
20
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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!

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.