Hello all,
I am using the TS-ADC16 in my TS-7300 board. I am using QT3 in order to display the data that I get. I am sampling at 200Hz.
I am using the tsadclib1624 provided by technologic.
The problem that I am having is that I lost samples. I have a thread that the only thing that it does is to be in a while loop calling the sample function. (tsadclib1624_sample)
But it looks like in between every call to this sample function I am losing data. I cannot do a true continuous sampling even though my sampling is only at 200Hz.
In the documentation of the library it is written:
NOTE:
Because of the way the data is presented from the hardware, it is not currently possible to provide continuous data into a ring buffer at high speeds.
But what is high speeds? 200Hz? What can be done to get a continous sampling?
Regards,
Mario Rodriguez Huizar