Hi IT experts,
I'm using the ADS1293 as an ECG front end module. The collected ECG Data is sent to the PC via the ATSAM3X8E MCU (from Atmel). I may like asking for your kind help.
The Testing is done by connecting 5 electrode pads on a human as shown in the below image. I also used the Right-Leg Drive Amplifier to improve the ECG signal quality, by connecting the output of the RLD amplifier internally to pin IN4.
But as I plot the ECG signal, I see a lot of noise and some inconsistent reading as you can see in the image below.
The ADS1293 Schematics:
The Registers values:
(0x01, 0x11);
(0x02, 0x19);
(0x03, 0x2e);
(0x0a, 0x07);
(0x0c, 0x04);
(0x0d, 0x01);
(0x0e, 0x02);
(0x0f, 0x03);
(0x10, 0x01);
(0x12, 0x04);
(0x14, 0x00);
(0x21, 0x02);
(0x22, 0x02);
(0x23, 0x02);
(0x24, 0x02);
(0x27, 0x08);
(0x2f, 0x70);
(00, 0x01);
Jerome