NTC icon indicating copy to clipboard operation
NTC copied to clipboard

convert ntc value to C or F

STM32 NTC Library

ko-fi

  • http://www.github.com/NimaLTD
  • https://www.instagram.com/github.nimaltd/
  • https://www.youtube.com/channel/UCUhY7qY1klJm1d2kulr9ckw

reference https://arduinodiy.wordpress.com/2015/11/10/measuring-temperature-with-ntc-the-steinhart-hart-formula/

How to use this Library:

  • Enable your ADC on cubeMX.
  • config "ntcConfig.h" file.
  • Enter your adc value ntc_convertToC(adcValue) and get temperature.
     VREF
      |
      |
      /
      \
      /   R REF
      \
      |
      |   V ADC
      |
      /
      \
      /   NTC
      \
      |
      |
      |
     GND