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.

ADS1293 Trying to display the ecg wave forms in my program.

Other Parts Discussed in Thread: ADS1293EVM, ADS1293

Hi, I have the ADS1293EVM heart monitor and the program that came with the heart monitor works great. I was wondering how I can display a recorded ecg wave form in my program that I am building,

  • Hi Jackson,

    The output of the ADS1293 is a stream of data on the SDO pin. You can see this data if you change the Display from Input Voltage to Values on the Measurement tab. The graphs you see in the software are the data values converted to a voltage and then plotted. If you take this data into your program, convert it to a voltage and then plot it, it will look like the plots in the ADS1293 software.

    Mike