Hi sss36,
The display of the real time display is limited by the read/write bandwidth on the USB-to-I2C/SPI port. This makes it unsuitable for displaying signals of a frequency higher than a few 10s of Hz.
Using SPI will get you a few more data points than I2C because the data rate is higher, but it is still not suitable for high frequency signals.
The real time display was meant for monitoring slowly changing signals, such as signal envelopes (to see if they cross a threshold) or DC logic levels used in a decision-making part of the signal flow.
Hi sss36,
The display of the real time display is limited by the read/write bandwidth on the USB-to-I2C/SPI port. This makes it unsuitable for displaying signals of a frequency higher than a few 10s of Hz.
Using SPI will get you a few more data points than I2C because the data rate is higher, but it is still not suitable for high frequency signals.
The real time display was meant for monitoring slowly changing signals, such as signal envelopes (to see if they cross a threshold) or DC logic levels used in a decision-making part of the signal flow.