Hello,
I'm developing a medical product which has to measure the temperature with accuracy. We use a PT100 sensor.
The pt100 is connected between AIN0 (positive input channel and AIN1(negative input channel). We use only these two input channels.
Without calibration I have 0.1074V between two terminals of my sensor and I should have 0.1083V.
With the calibration I have a variable voltage of 6V to 8V, with FSC0=255,FSC1=255,FSC2=254 and OFC0=0,OFC1=0,OFC2=2.
To calibrate my ADS1248, I done following steps:
For offset calibration:
-I put 0V on AIN0 and I send the command "SYSOCAL" to my spi.
-to check my calibration is OK, I wait DRDY=0 and i send a character with RS232.
For Full-scale calibration:
-I put 5V on AIN0 and I send the command "SYSOCAL" to my spi.
-to check my calibration is OK, I wait DRDY=0 and I-I put 0V on AIN0 and I send the command "SYSOCAL" to my spi.
-to check my calibration is OK, I wait DRDY=0 and i send a character with RS232. send a character with RS232.
I don't understand why I don't get what I want.
I need your help...thank you for your answer.
Stéphanie.