Other Parts Discussed in Thread: ADS127L01, , ADS1274
we're having some problems with changing the clock speed for the ADS127L01 evaluation board. Changing the clock speed in the software should change the sampling rate, however the trace outputted on the screen does not change. The outputted sin wave trace looks identical whether we sample at 100000 Hz or 17600000 Hz.
When we output the trace to a text file it shows the correct data rate (550000 Hz for 17600000 Hz clk speed, 3125 Hz for 100000 Hz clk speed).
Also, the maximum amount of data points we can acquire is 64000. Is there any way to increase this value? We'd like to get a 10 second trace of a 100 KHz signal and this isn't nearly enough datapoints.
Is there a way to communicate with these boards outside of your software? The scripting inside of the software does not allow us to loop through multiple data collections easily.
Lastly, is there any way to collect/synchronize data from multiple boards on the same computer? the Delta Sigma software only shows 1 board connected. We purchased three ADS127L01EVM boards with the intent of collecting data from multiple 100 KHz sine waveforms synchronized in time.