Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • 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
Brand Logo
  1. Home
  2. Hardware
  3. Reading DIXELL S6.S PTC thermistor

Reading DIXELL S6.S PTC thermistor

Scheduled Pinned Locked Moved Hardware
1 Posts 1 Posters 483 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.
  • janvier123J Offline
    janvier123J Offline
    janvier123
    wrote on last edited by janvier123
    #1

    Hi all,

    Iam looking for a pice of code that can read the correct values of an dixell PTC probe
    The code below does not match the values i need

    double ThermistorC(int RawADC) {
     double Temp;
     Temp = log(10000.0*((1024.0/RawADC-1))); 
     Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp );
     Temp = Temp - 273.15;      
     return Temp;
    }
    

    Is there a lib or a tutorial on reading these correctly?

    Probe in question
    http://www.dixell.co.il/product_datasheet.php?prod=S6.S&lang=_l1&code=590

    Not much can be found on them :(

    Thx in advance

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


    13

    Online

    11.7k

    Users

    11.2k

    Topics

    113.1k

    Posts


    Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • MySensors
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular