Convert Temperatures The Analog Way

Everyone knows how to convert from Celsius to Fahrenheit, right? On a digital thermometer you just flick the little switch, on a weather app you change the settings, or if worse comes to worse, you let Google do the math for you. But what if you want to solve the problem the old-fashioned way? Then you pull out a few op amps and do your conversions analog style.

We’ve seen before how simple op amp circuits can do basic math, and the equation that [Kerry Wong] wants to solve is even simpler. Recalling the old T= 9/5·Tc + 32 formula (and putting aside the relative merits of metric versus traditional units; we’ve had enough of that argument already), [Kerry] walks us through a simple dual op amp circuit to convert the 1 mV/°C output of a thermocouple module to 1 mV/°F. The scaling is taken care of by a non-inverting amplifier with resistors chosen to provide a gain of 1.8, while the offset is handled by a differential amplifier that adds 32 mV to the scaled input. Strategically placed trimmers allow [Kerry] to tweak the circuit to give just the right conversion.

For jobs like this, it’s tempting to just use an analog input on an Arduino and take care of conversions in code. But it’s nice to know how to do it old school, too, and hats off to [Kerry] for showing us the details.

28 thoughts on “Convert Temperatures The Analog Way

  1. Well I went out to the GA-raj to have a tinker at the bench but it was a little chilly out there. So I put on a jumper and realised that it really didn’t matter a fig whether it was 15 or 59 degrees because the scale doesn’t matter, just pick one, say what you are using and stop trying to tell everyone else why your choice is bestest/betterer.

    1. While i’m strongly favoring metric for my own use, I cannot find a absolute argument that proves in a mathematical sense that it’s better. In the end, I will have a better feel for what a centimeter is or what 17 degrees Celsius feel like, and for others, inches and Fahrenheit will be more intuitive.

      A friend of mine who went from Europe to the US had a great reason for Fahrenheit though: 0 is really the coldest you ever wanna be, and 100 is the hottest you can stand. So the temperature in Fahrenheit is kind of a percentage of the range you can survive. Which I found a nice way of thinking.

      1. > I cannot find a absolute argument that proves in a mathematical sense that it’s better.

        Both are based on water freezing / boiling (Fahrenheit is also now defined based on water freezing at 32 degrees and boiling at 212), but Celsius makes these reference points less arbitrary.

        1. They are still arbitrary, and being based on water (whose boiling point changes with pressure) is not a reference where you can build an argument that it’s _fact_ that Celsius is better than Fahrenheit IMO.

        2. The water boiling at 212F/100C is at sea level (“room pressure”). Water boils at a little lower temperature in Denver and water boils at the freezing mark on the moon. (and will sublime like dry ice as it gets colder) For best results, try the experiment in that crater on the moon where the sun don;t shine! That trick with boiling points and pressure changes is how refrigeration works. There would be a way to use only 1 op amp for the converter. You use the op amp for the 9/5 gain and a 1k volume knob hooked to the + and – rails and adjust it in to get the desired offset.

      2. >”0 is really the coldest you ever wanna be, and 100 is the hottest you can stand.”

        Depends on who you ask. -5 F is still perfectly fine to me, and 175 F is where I bathe every other week. Some prefer it up to 240 F.

        1. Since staying in 175 F weather is not a sustainable way of life, I think it’s fair to say that it’s more than 100% hot by my hand-wavy definition. I agree that my choice of phrasing was not ideal when I said “hottest you can stand”, it should be “hottest you can stay alive for extended periods of time”. Plus, it’s not to be taken too seriously.

      1. Look at the image. In C’s range of 0 to 50, F has 90 divisions. Fahrenheit has 180 degrees between freezing and boiling, while celsius has only 100. F is more precise on an accurate thermometer.

        1. I don’t know where you get 90 divisions. I count approximately 45 lines on the F side against 50 lines on the C side.

          The numerical precision doesn’t matter either because it’s irrelevant for the application, or the thermometer isn’t actually that accurate. For where it would matter, Celsius adds a decimal point and becomes approximately 5 times more precise.

          1. LOL. The scale is wrong on your image. Look at the numbers. Precision DOES matter, especially in analog thermometers. You can add decimal points to Fahrenheit, too.

  2. Easier way of doing it with Analog:
    Use an analog meter with a custom printed back-paper. Did this a while ago with a thermo-couple and an analog panel meter from a scrap multi-meter I had in my junk box. Soldered the thermo leads directly to the meter’s terminals

    Nothing beats a needle floating above paper for simplicity. No batteries, no ICs, just two components soldered together. The hardest part was removing the original back of the meter, scanning it in, then re-printing it with temperature marks versus the voltage/current/resistance/etc. marks on the original.

Leave a Reply to DaxCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.