Hi there, i have a project in which i have to measure temperature sensor (PT1000RTD) using op amp where, the supply voltage is 24VDC, output must be in between (0-10) 0-50 degree.
if 0v it should read 0 and it should read 10 when the temperature rises up to 50 degree. The output of op-amp will be connected to microcontroller.
Where did those voltage numbers come from? If R1 = 10k, R2 = 1k and V across the divider is 5V, the V across R2 will be 1/11 * 5 = 0.4545V, not 0.1479.
When you get to actually building it you will want to get a better op-amp than trying to over come the short comings of the LM358. There is a reason there are instrumentation amps.
And then there are the shortcomings of measuring a thermistor with the 10-bit Arduino A/D,
poor resolution at the temp extremes, and the calibration problems.
Why use an opamp when there is a specialised chip for the PT1000.
See post#7.
Might as well use a DS18B20 if you are going to measure a PT1000 with an opamp.
No calibration, and a better resolution.
Leo..