Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Thermistor Temperature

Thermistor Temperature

Scheduled Pinned Locked Moved Hardware & Devices
4 Posts 3 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 14819235
    wrote on last edited by
    #1

    Hello, I use Arduino Uno to read the voltage change across a Thermistor terminals. To read The temperature, I would use Steinhart–Hart equation: I/T=A + B LnR + C (Ln R)^3 to convert voltage to temp, I can write this equation using C++ via Arduino IDE, then I'll get the Temperature. My question is: how to do it without using the Arduino, I mean using only electronic components, what is the circuit design that can give me a Ln or cubic power? Thank you

    P 1 Reply Last reply
    0
    • M Member 14819235

      Hello, I use Arduino Uno to read the voltage change across a Thermistor terminals. To read The temperature, I would use Steinhart–Hart equation: I/T=A + B LnR + C (Ln R)^3 to convert voltage to temp, I can write this equation using C++ via Arduino IDE, then I'll get the Temperature. My question is: how to do it without using the Arduino, I mean using only electronic components, what is the circuit design that can give me a Ln or cubic power? Thank you

      P Offline
      P Offline
      Peter_in_2780
      wrote on last edited by
      #2

      The short answer is to start with Log amplifier - Wikipedia[^]. You can assemble a bunch of them to do the trick, but that is really doing tings the hard way. For limited temperature spans, there are simpler approximations for linearizing to a reasonable accuracy. Feed any search engine with "linearize thermistor"

      Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

      A M 2 Replies Last reply
      0
      • P Peter_in_2780

        The short answer is to start with Log amplifier - Wikipedia[^]. You can assemble a bunch of them to do the trick, but that is really doing tings the hard way. For limited temperature spans, there are simpler approximations for linearizing to a reasonable accuracy. Feed any search engine with "linearize thermistor"

        Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

        A Offline
        A Offline
        anthonyhood
        wrote on last edited by
        #3

        To linearize a thermistor, a logarithmic amplifier can work, but it's often more complex than necessary

        retro bowl

        1 Reply Last reply
        0
        • P Peter_in_2780

          The short answer is to start with Log amplifier - Wikipedia[^]. You can assemble a bunch of them to do the trick, but that is really doing tings the hard way. For limited temperature spans, there are simpler approximations for linearizing to a reasonable accuracy. Feed any search engine with "linearize thermistor"

          Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

          M Offline
          M Offline
          Member 14819235
          wrote on last edited by
          #4

          Thank you, your answer is helpful

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups