logo elektroda
logo elektroda
X
logo elektroda

How to Use Differential Amplifier to Measure 0-50°C Human Body Temp Difference (5cm)

195 11
Best answers LABEL_AI_GENERATED

How can I measure the temperature difference between two skin-mounted sensors about 5 cm apart over a 0–50°C range using a differential amplifier?

Use matched Pt100/Pt1000 sensors in a Wheatstone bridge and amplify the bridge output with an instrumentation or differential amplifier; an LM335 is not a good choice for very small skin-temperature differences because of its thermal mass [#21673186][#21673193] A Pt1000 bridge gives about 1 mV/K sensitivity, while two Pt100s give about 0.1 mV/K, and the amplifier gain can be set with A = (R2 + R1) / R1 [#21673186] Keep the sensor cables exactly the same length to avoid resistance errors, and use the trimmers R4/R5 to set the zero point [#21673186][#21673188] If you power the op-amp from a single supply, the second input must be biased to V+/2 (4.5 V on a 9 V supply), but that makes small differences hard to detect because the output sits around 4.5 V at zero difference [#21673191] Also avoid driving the Pt100s with too much voltage/current, because the resulting self-heating can be around 10 K in the posted schematic, so use series resistors or a current source instead [#21673191][#21673188] If you want automatic calibration rather than manual trimming, you will need a microcontroller [#21673188]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT
  • Suggesting a differential amplifier to boost sensor sensitivity

    #1 21673183
    zeyad asaad
    Anonymous  
  • ADVERTISEMENT
  • #2 21673184
    Enrico Koeck
    Anonymous  
  • Clarifying sensor pin connections and body placement

    #3 21673185
    zeyad asaad
    Anonymous  
  • ADVERTISEMENT
  • Pt1000 bridge recommended over LM335 for skin temperature

    #4 21673186
    Enrico Koeck
    Anonymous  
  • ADVERTISEMENT
  • #5 21673187
    zeyad asaad
    Anonymous  
  • Pt1000 self-heating and cable resistance concerns

    #6 21673188
    Enrico Koeck
    Anonymous  
  • #7 21673189
    zeyad asaad
    Anonymous  
  • #8 21673190
    zeyad asaad
    Anonymous  
  • PT100 self-heating and 4.5 V offset issue

    #9 21673191
    Enrico Koeck
    Anonymous  
  • ADVERTISEMENT
  • #10 21673192
    zeyad asaad
    Anonymous  
  • Need for instrumentation amplifier and high-quality components

    #11 21673193
    Enrico Koeck
    Anonymous  
  • #12 21673194
    zeyad asaad
    Anonymous  

Topic summary

LABEL_AI_GENERATED
The discussion focuses on designing a circuit to measure small temperature differences (0-50°C range) on the human body over a 5 cm distance using two thermal sensors and a differential amplifier. The original circuit uses LM335 temperature sensors, but concerns were raised about their suitability due to large thermal mass and slow response. Alternatives like Pt100 or Pt1000 sensors with small footprints and Wheatstone bridge configurations were recommended for higher sensitivity (~1mV/K) and better accuracy. Proper wiring with equal cable lengths is critical to minimize resistance and temperature-induced errors. The differential amplifier should be connected at the meter output point, with gain calculated based on resistor values. Using a single positive power supply requires biasing the amplifier input to half the supply voltage to handle zero-difference signals. High current through sensors can cause self-heating, distorting measurements, so current limiting or current sources are advised. Calibration is necessary to offset sensor tolerances, but automatic calibration would require a microcontroller. Measuring very small temperature differences (hundredths of a Kelvin) demands high-quality instrumentation amplifiers and noise management, often beyond simple DIY circuits. Ultimately, purchasing a ready-made precision temperature difference meter was suggested as a practical solution.
AI summary based on the discussion. May contain errors.

FAQ LABEL_AI_GENERATED

TL;DR: For 0–50°C skin-difference sensing over 5 cm, a Pt1000 Wheatstone bridge gives ~1 mV/K; “use a Pt100/Pt1000 with small footprint and insulate.” [Elektroda, Enrico Koeck, post #21673186]

Why it matters: Clinicians and makers need stable, low-noise differential readings to spot small left–right skin temperature differences.

Quick-Facts

Quick Facts

How do I wire a 3‑pin LM335 for body measurements?

Use the LM335 per its datasheet pinout; the third pin trims output. The package, not a specific pin, contacts skin. However, for tiny skin temperature differences, LM335’s larger thermal mass is not ideal. Prefer small‑footprint RTDs (Pt100/Pt1000) placed directly on the skin and insulated from ambient. [Elektroda, Enrico Koeck, post #21673186]

What sensors work best for small left–right skin temperature differences?

Use two matched Pt100 or Pt1000 RTDs with very small footprints. Mount them directly on skin and thermally isolate them from air. This setup improves response time and reduces ambient drift when measuring subtle differential changes near room temperature. [Elektroda, Enrico Koeck, post #21673186]

How do I get a true differential output from two probes?

Wire the two RTDs into a Wheatstone bridge and read the bridge imbalance with a differential amplifier. Keep sensor cable lengths equal. Set gain with A = (R2 + R1)/R1, and polarity so output is positive when sensor 2 is warmer. Add an output low‑pass filter if needed. [Elektroda, Enrico Koeck, post #21673186]

Do I need to zero one probe every time?

For a narrow operating range, set the bridge zero with the trimmers once, or occasionally to counter part tolerances. Use equal‑length cables to minimize offset from wire resistance and its temperature coefficient. For automatic zeroing, add a microcontroller to supervise calibration. [Elektroda, Enrico Koeck, post #21673188]

How do I avoid cable resistance errors over 5 cm spacing?

Use identical cable types and keep lengths the same from the bridge to each sensor. Mismatched wire resistance and its temperature drift will create false imbalances that look like temperature differences. Good wiring symmetry reduces this error source. [Elektroda, Enrico Koeck, post #21673186]

What gain and filter values should I start with?

Set amplifier gain with A = (R2 + R1)/R1. Start modest, then increase while watching noise. Add a low‑pass at the output: fC = 1/(2πR3C1). For very slow changes, consider an active filter to avoid huge capacitors. The circuit also works without the filter. [Elektroda, Enrico Koeck, post #21673186]

Can I power the op‑amp from a single 9 V battery?

Yes, but create a mid‑rail at V+/2 as the reference for a differential stage. With zero temperature difference, output sits near 4.5 V, which makes tiny signals harder to resolve. Dual supplies avoid this offset issue but increase complexity. [Elektroda, Enrico Koeck, post #21673191]

Why are my PT100s reading hot?

Excess excitation current causes self‑heating. In one example, ~4.5 mA produced ~20 mW, warming the RTD by about 10 K, so it acted as a heater. Reduce sensor current and series resistance to keep power low, or readings will skew high. [Elektroda, Enrico Koeck, post #21673191]

How small a temperature difference can I realistically measure?

Hundredths of a kelvin are challenging with simple op‑amp stages. “You would need pretty high quality components and an instrumentation amplifier circuit.” Use precision parts, good PCB layout, and low‑noise amplification to reach that level. [Elektroda, Enrico Koeck, post #21673193]

What is a Wheatstone bridge, and why use it here?

A Wheatstone bridge is a four‑resistor network that converts small resistance differences into voltage. Using two RTDs in opposite arms yields a near‑zero common‑mode output and a signal proportional to temperature difference, about 1 mV/K for Pt1000. [Elektroda, Enrico Koeck, post #21673186]

What is an instrumentation amplifier in simple terms?

It’s a precision differential amplifier with high input impedance, tight gain accuracy, and strong common‑mode rejection. It resolves tiny differential signals—like hundredths of a kelvin—from noisy, drifting environments better than a basic op‑amp stage. [Elektroda, Enrico Koeck, post #21673193]

How do I minimize ambient air effects on the probes?

Use small sensors directly on the skin and insulate them from ambient air. Foam or tape insulators reduce airflow errors and improve stability when comparing adjacent body points. [Elektroda, Enrico Koeck, post #21673186]

How do I build a simple differential skin thermometer? (3 steps)

  1. Mount two small Pt1000s 5 cm apart on skin and insulate from air.
  2. Wire them into a Wheatstone bridge feeding a differential op‑amp; match cable lengths.
  3. Set zero with the pots, choose gain A = (R2+R1)/R1, and add a low‑pass filter. [Elektroda, Enrico Koeck, post #21673186]

Can I just buy a ready‑made differential skin thermometer?

Yes. Given the precision needed for hundredths‑of‑kelvin differences, consider commercial instruments instead of DIY. They integrate low‑noise amplification, filtering, and calibration workflows out of the box. [Elektroda, Enrico Koeck, post #21673193]

Is the LM335 suitable for tiny skin temperature differences?

Not ideal. Although usable, LM335’s larger thermal mass slows response for subtle skin gradients. A matched Pt100/Pt1000 pair with careful mounting and insulation performs better for small differential measurements near room temperature. [Elektroda, Enrico Koeck, post #21673186]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT