Other Parts Discussed in Thread: MSP430G2553, , ENERGIA
Hi Team, we are seeking assistance on this matter.
Working on some project where we need high resolution of around 0.0001mV. We used the ADS1298 ECGFE Rev B board interfacing it with MSP430G2553.
We encounter some problem
1.) We are giving the differential input to the adc to channel number 2 with the two 10k multiturn potentiometers and using the IDE Energia to print the data on serial monitor. But the thing is that the raw value of adc doesn't go to zero instead when I give the differential input zero the adc raw value goes to negative.
2.) And when we plot the data on Microsoft excel the data is too noisy also which I have somewhat cleared by applying input RC low pass filters with low cutoff frequency.
And side by side I am converting the raw adc data to millivolts by using the formula,
LSB = (2 x VREF)/ Gain / (2^24 - 1)
Millivolts = LSB * (Raw adc data)
3.) Now when the differential voltage is of less millivolts the on board voltage difference and the data on the serial monitor matches but as the difference increases the on board actual voltage does not match the voltage on serial monitor.
Thank you very much in advance for your support.
Regards,
-Mark