Hello!
My 12 lead ECG board is designed exactly similar to "ADS1298ECG-FE".
The problem is :
When input from ECG simulator is given, all the waves shift like some offset is introduced and the offset may not have fixed values every time.
In Test Mode, output is as desired without any noise or offset.
Input from simulator:
schematic is as below:
Input circuit for all channels is as below:
R15, R16 and C12 are not populated.
AVDD = 3V, AVSS= AGND= Ground, DVDD= 3.3V
Internal clock is used.
Configuration is as below:
WriteADSReg(0x41, 0x46, 3) ; //CONFIG1
WriteADSReg(0x42, 0x12, 3) ; //CONFIG2
WriteADSReg(0x43, 0xCC,3) ; //CONFIG3
CHNSET from Addr 0x45 through 0x4C = 0x10
WriteADSReg(0x4D, 0x07, 3) ; //RLDSENSP
WriteADSReg(0x4E, 0x07, 3) ; //RLDSENSN
WriteADSReg(0x54,0, 3) ;// GPIO
WriteADSReg(0x57, 0x02, 3) ; // CONFIG4
WriteADSReg(0x58, 0x0b, 3) ; //WCT1
WriteADSReg(0x59, 0xd4, 3) ; //WCT2
All other registers left with default values.(i.eCode does not write anything in other registers)
Please Guide .
Regards,
Manisha