ankitaggarwal011/PiScope

Adding level and slope trigger

Open

#7 创建于 2016年8月12日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (20 fork)github user discovery
enhancementhacktoberfesthelp wanted

仓库指标

Star
 (192 star)
PR 合并指标
 (PR 指标待抓取)

描述

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!

贡献者指南