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.
Tool/software: Starterware
Hi,
I understand from the section to derive 12 lead values from ADS1298. But for the chest leads I should know WCT. How can I calculate WCT from this? Is there a separate register I need to read or can I calculate from the 8 channel values? Please help.
Thanks,
Vishnu
HI Brian,
Thanks for the reply. Can you please verify whether the settings are correct or not? I am getting the data now. but just want to make sure the settings are correct or not. I am using an external 4V reference with 5V supply.
CONFIG3 0x40
CONFIG2 0x02
CONFIG1 0x86
WCT1 0x0B
WCT2 0xD4
CHnSET 0x60 (for all 8 channels)
This is the circuit I am using
Thanks & regards,
Vishnu
Hi Brian,
Thanks for the reply. I'll make the change accordingly.
But one doubt is If we use external reference, why would we need to enable both? and does the ADC consider external reference if we enable internal reference?
Also can you please verify the circuit ?
regards,
Vishnu
HI Brian,
I am getting a lot of noise in the graph. What is the recommendable filter to use in the software side ?
Hello Vishnu,
In a lot of biomedical applications there is a lot of interference at the mains frequency from overhead lights. Make sure you have enabled the ADS1298's RLD amplifier which cancels common mode signals by setting bit 2 of the CONFIG3 register. You can then chose which input to use for RLD feedback in the RLD_SENSP and RLD_SENSN registers. Details about the RLD amplifier are given in section 9.3.1.7.6 in the datasheet. There is also an app note called Improving Common-Mode Rejection Using the Right-Leg Drive Amplifier which discusses the subject in detail.
However, for most applications, even this is not enough to totally eliminate mains frequency interference. You may also have to develop a digital notch filter that attenuates signals at that frequency even more.
Regards,
Brian Pisani
Hi Brian,
I am using an ECG simulator to test my device. I printed out individual channel values using UART after filtering the adc values. I am getting LEAD1 values as below which is fine for now. But none of the channels except LEAD1 are coming correctly with the register configuration I mentioned earlier. Is the WCT settings are correct according to the circuit diagram?
and the remaining channels are coming as below.
Regards,
Vishnu
Hi Brian,
We are not getting Lead II also. It is coming like all other channels. We tried connecting LL to IN2P and LA to IN3P and took reading. we got same result. Only Lead I was coming correctly and Lead II was with noise. I have attached the circuit in front of AFE. In this we have used only the resistors(22K and 10K) and TVS didode. Rest of the components are not connected for all the channels.
Please verify the circuit.
Regards,
Vishnu Pradeep
Vishhnu,
If I understand you correctly, the channel 2 input is similar to the others in that it only works when the resistors on the inputs are reduced. If this is the case, then I am certain that you are seeing mains interference coupling on to the electrodes. The reason it gets better with lower resistance is because the CMRR of the input RC filters improves for the mains frequency when the cutoff of the filter is moved higher in frequency. Refer to my previous posts in this thread regarding the rejection of mains frequency interference.
Brian