Hi everyone,
I'm using the ADS1292R to capture ECG and respiration, and I made a custom board which has the same layout as the part of ADS1292R in MultiParameter BioSignal Monitor Design Guide.
I gave it 3.3V in both AVDD and DVDD. Here are the problems I got:
1. After powering on it, I set the RESET and CLKSEL pins to high. Then I send 0x11(SDATAC), 0x2000(I got the ID of 73), 0x4200A0, 0x410001, 0x440008, 0x450008, 0x4900f2, 0x4A0003 to configure the registers. After that, I send 0x08(START) and 0x10(RDATAC) through SPI. But sometimes it cannot start reading the data, it only return one frame data which is a 10-byte-long data of 0. I don't know where the issue is?
2. When I try to capture my ECG, I got a very bad result. I did use the band pass filter and a notch filter of 50Hz. But the result is not getting better.
3. I also tried to test the square signal. I send the the 0x4200A3, 0x440005 and 0x450005 to the chip, and I got this:
The first is getting from channel 1, and the second is getting from channel 2.
I just test the square signal only once because when I want to do the test again, I met the situation I discribed in the first question. I cannot start reading data after sending START and RDATAC. I also tried to get the START pin high, but it didn't work neither.
I hope someone could tell me where my issue could be.
Thanks so much,
Yuhang.