This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] ADS1299:Arduino 上的 ADS1299高数据速率信号错误疑难解答

Guru**** 2464300 points
Other Parts Discussed in Thread: ADS1299

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/1375866/ads1299-troubleshooting-ads1299-high-data-rate-signal-errors-on-arduino

器件型号:ADS1299

工具与软件:

我通过逻辑电平转换器将 ADS1299连接到 Arduino。 我能够读取和写入寄存器。 当我在配置1中将输出数据速率设置为250SPS 时、我将获得正确的结果。 但当使用同一程序将输出数据速率设置为超过250SPS 时、我会看到很多错误信号。 我正在使用来自以下网站的代码: https://github.com/conorrussomanno/ADS1299/blob/master/ADS1299/examples/ADS1299_example1/ADS1299_example1.ino

如果我想避免此问题、您有什么建议吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Chen:

    这听起来像是一个 SPI 时序问题。 如果您使用默认 RDATAC 模式、则在 nDRDY 下降沿发生时可以立即读取数据。 所有216位数据都必须在下一个 nDRDY 下降沿(即小于一个数据速率周期)之前读取。  

    请参阅我们的 BIOFAQ 页面、了解更多详细信息和其他有用的调试主题。

    此致、

    Ryan