Which example do I have to refer to for processing and displaying ecg signal obtained from an ECG Breakout Kit (ADS1292R)?
Which example do I have to refer to for processing and displaying ecg signal obtained from an ECG Breakout Kit (ADS1292R)?
First, find out what serial interface does that kit use - UART, SPI, I2C (aka "TWI"), etc.
Then choose an example which illustrates the use of that interface!
First, find out what serial interface does that kit use - UART, SPI, I2C (aka "TWI"), etc.
Then choose an example which illustrates the use of that interface!
The kit has MOSI, MISO, SCK, DRDY, and CS pins. So I guess it works on SPI, right? Also, any suggestion on how to display the ECG on phone or computer?
The kit has MOSI, MISO, SCK, DRDY, and CS pins. So I guess it works on SPI, right?
Most likely, yes.
But that's something that you need to clarify as part of your project.
Also, any suggestion on how to display the ECG on phone or computer?
Again, that's a key part of your work for your project.
There are plenty of tools - both free and commercial - available on PCs for graphing data.
If this is a school project, you should be discussing this with your teacher / tutor / supervisor - to make sure that it's actually suitable to the course requirements ...