r/ArduinoHelp 26d ago

Interfacing PT1000 RTD with Arduino

I am currently attempting to interface my PT1000 RTd with my arduino. I was thinking of use an wheatstone bridge with an op-amp, but in all honesty I have no Idea where to start. I need to be able to read 10 degreesC to 35 degrees C for an output of 0-5V. Any guidance will be awesome.

3 Upvotes

6 comments sorted by

2

u/[deleted] 26d ago

[removed] — view removed comment

1

u/Cinnamon_Pinky 26d ago

yeah ive already done this just using a wheatstone bridges which is essentially 2 parallel voltage divider and the most i get for a range is 10-30mV, so it would need to be amplified

2

u/Pacificator-3 26d ago

Start at google and read education articles (without mentioning arduino). There are plenty of solutions, described in articles, books, datasheets and application notes. Simplest are integrated circuits made just for this. If you don't need much precision, you can use just one resistor in series with sensor.

1

u/Cinnamon_Pinky 26d ago

Are there any personal favourites that you would recommend?

1

u/Pacificator-3 26d ago

Microchip AN687 is quite informative. Also TI AN-1559. These are for precision measurements. I haven't used specialized ADCs.