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.

ADS1256: High Precision Board. How do I collect the outputs to CVS file or a database ?

Part Number: ADS1256

Hello, 

In my project I need to collect all the outputs and analyze it. But Im not the best at coding or creating databases. 

How can I approach this ? 

Thank you

  • Hi Ariunbold,

    Welcome to the TI E2E Forums!

    The ADS1256EVM-PDK can collect data to a file for you. The format is a fairly generic text file that can be easily converted to CSV. However, the EVM will limit you to a certain number of samples and it may or may not do all that you need.

    There might be some development platforms that you can look into using that take care of some of the lower level SPI programming, but to interface to the ADS1256 you'll likely have to write some kind of code that transfers bytes across a serial peripheral interface (SPI).