Hello.
I'm Jinhyuk Jeong in Korea.
I am testing the ADS1256.
I have acquired the ADC data.
And I converted it to an int.
But I do not know the current value flowing in the RTD.
So I do not know the resistance value of the RTD.
My conditions are as follows.
1. AVDD = + 5V
2. DVDD = + 3.3V
3. Vref = + 2.5V
4. PGA = 16
5. DRATE = 100
6. Not using Buffer
7. Use a 3-Wire PT100 RTD.
8. I want to measure the temperature range from 50 to 250.
9. Use Stm32 on IAR compiler
Take the data from my terminal as an example.
----------------------------------------------
AIN0 - AIN1 AD Value: 1000ce7a
Stabilizing Value: ce7a
DEC value = 52858
Volt value = 0.001969
---------------------------------------------
I obtained the Volt value. However, I can not know the current value.
Therefore, the resistance value can not be calculated, and therefore the temperature can not be calculated.
Can you help me?
Thank you.