Shop OBEX P1 Docs P2 Docs Learn Events
Mystery temp probe from Parallax Meet-up junk Bin — Parallax Forums

Mystery temp probe from Parallax Meet-up junk Bin

StempileStempile Posts: 82
edited 2013-11-13 20:53 in Accessories
Recognize this device?

I picked up a couple of these either during the Summer 2013 meet-ups or prior Propeller events, not sure. I have finally got to the project that I planned use of the device.

The mystery is, what are the specs? It is fully environmentally sealed, haven't attempted to peal off - doubt any clues would surface without damaging it anyway. It has an 8 pin Molex connector with each sensor having its own pair of pins. Several sensors at different lengths from the connector are bundled together with zip ties. This appears to be setup for a data center rack monitoring system - just a guess.

I setup a simple voltage divider with 10K resister off of a 3.3v and the probe between that and ground. Reading the voltage across the temp probe.
40713c73-ab44-4825-a155-d2ddeb9b6fcd.png


My voltage reference is from a DMM (only have 1 good one, switching from temp to V). High temp is in front of a forced air heater, low temp is shop room temp. Observed that switching between high and low, the mystery device is very responsive.
TEMP   / voltage across probe 
90.5'F  /   1.456V
62.2 'F  /  1.881V

IMG_3748.jpg


I have 3 methods queued up for measuring the temp, two analog devices (this device, the other a LM34) and a digital (DS18B20). This is all about experimenting with different sensors and learning, NO commercial product at then end of this adventure.

Thanks for the feedback!
1024 x 768 - 82K

Comments

  • prof_brainoprof_braino Posts: 4,313
    edited 2013-11-09 09:46
    Would thermal seonsors have to be either thermocouple or thermistor, or is there another choice?

    In addition to the voltage changing, does the resistance change too?

    Are there any markings on them?
  • StempileStempile Posts: 82
    edited 2013-11-09 10:19
    I would expect this mystery device is a thermistor. The resistance is changing in response to the temperature. The voltage in my measurements don't add much investigative value because it is relative to my Vin and value of the first resister in the divider. Without the specs of the device, I could map out several known temperatures and measure for R. Challenge is I don't have a solid reference temp to measure so I might be able to get close but it could vary a lot.

    No markings except MOLEX on the connector.
  • prof_brainoprof_braino Posts: 4,313
    edited 2013-11-11 09:04
    Stempile wrote: »
    I would expect this mystery device is a thermistor. The resistance is changing in response to the temperature. The voltage in my measurements don't add much investigative value because it is relative to my Vin and value of the first resister in the divider. Without the specs of the device, I could map out several known temperatures and measure for R. Challenge is I don't have a solid reference temp to measure so I might be able to get close but it could vary a lot.

    They told me Boiling water, and Ice water.

    I found out that my digital probe was off, the icewater only got down to 1 C. Or maybe the mug was not insulated well enough. I have to redo the tests tonight.

    This is all I got, unfortunately its all in forth. It might be worth a look anyway.

    https://code.google.com/p/propforth/wiki/ThermistorTempSensor

    https://propforth.googlecode.com/files/ThermistorRawLogger.f
    https://propforth.googlecode.com/files/thermistor.f

    I'm collecting the values for several temperatures, (boilg, freezing, ambient) then trying Steinhart-hart.
    Next my math guy is running the same data through linear equations to see which works better.

    I'm using the cheapest thermistors from Thailand, so even in the same batch they are all over the place. But I should be able to calibrate individual parts. They won't get swapped once they are in the final circuit.
  • StempileStempile Posts: 82
    edited 2013-11-11 11:22
    Next my math guy is running the same data through linear equations to see which works better.

    That's what I am missing, a math guy. :cool:

    I was thinking about waiting until my China parts show up that are digital (ebay). However based on your post you have motivated me to test these more. Thanks for the advice.

    My fluke DMM measures to tenths, I should be able to get decent table of known values.

    Perhaps a customer is who added these to the junk bin at a meet up. Don't know why I think that, can't remember when I got them.
  • prof_brainoprof_braino Posts: 4,313
    edited 2013-11-11 12:28
    Stempile wrote: »
    That's what I am missing, a math guy. :cool:
    My fluke DMM measures to tenths, I should be able to get decent table of known values.

    The Steinhart-Hart spread sheet is kind of a mess but it works. All you need are the three temperatures and the asscoicated readings, and you can graph the curve or make a table of the temp to R-count value. I should be posting the that shortly.

    If I get the linear equations I will put those ou too, but it might be a couple days.
  • WBA ConsultingWBA Consulting Posts: 2,934
    edited 2013-11-11 16:02
  • StempileStempile Posts: 82
    edited 2013-11-13 20:21

    Thanks Andrew! I knew it was from a customer, that was a while back, wow. Back at that expo were you showing off an LCD project?
  • Ken GraceyKen Gracey Posts: 7,387
    edited 2013-11-13 20:53
    Hey Matt, I think it's an AD592 temperature probe. Take a look at Earth Measurements (or Applied Sensors, as I think it's called) for examples. It's enclosed in some epoxy-loaded heat shrink tubing for a water-tight seal. Output is 1 mV/K if I recall correctly.
Sign In or Register to comment.