Hello,
I need to read from a 2 wire pt100 temperature sensor, and for that I have bought the following pt100 converter (the pdf is in spanish, but if you check the las page, the connection instructions are clear, which I think is what matters):
http://www.guemisa.com/conver/noupdf/Termoflex-web.pdf
I ordered it configured as follows:
Output: 0 to 5V
Range: -10 to 150 ºC
And this is how I'm connecting it:
First wire of the pt100 in pin 1 of the converter (see last page of the pdf).
Second wire of the pt100 in pin2.
A wire from pin 2 to pin 3.
230VAC (I am in Spain) directly from the socket to pins 4 and 6.
And I am connecting output pin 7 to the arduino analog input pin. But I am getting readings which fluctuate among the complete meassurement range with no sense. I have also tried connecting the V- (pin 8 ) to the Arduino, but it doesn't work either.
What am I doing wrong?
Thank you very much in advance.