element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Human body temperature sensor
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 8 replies
  • Answers 1 answer
  • Subscribers 665 subscribers
  • Views 1642 views
  • Users 0 members are here
  • body_temperature
  • raspberry_pi
  • raspberry-pi
  • ds1624
  • temperature_measurement
  • temperature_sensor
Related

Human body temperature sensor

balearicdynamics
balearicdynamics over 10 years ago

Hello all!

 

I have a question, no idea if this is obvious or it is a complex one. I have to setup a temperature body measurement sensor, that will be based on the high precision with memory IC DS1624 (see attached datasheet).

The question is almost simple to explain: I need to find the way to convert this IC in a sensor. At the actual date I see a possible option but I am not sure if it is the best or there are other alternatives. The idea is explained below:

 

The probe itself includes the IC in a hosting container of the adequate characteristics; the idea is a good thermal transmission metallic end in contact in some way with the IC (maybe direct contact with the thermal conducting paste used for the CPU coolers?) So the entire probe has the cables reaching the processing device with a ground shielded cable of a length between 50 and 100 cm.

 

Some suggestion more reliable ?

 

Thanks in advance. Enrico

Attachments:
imageDS1624.pdf
  • Sign in to reply
  • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago

    The probe is a standard I2C device so can be integrated easily into pretty much any controller, Raspberry PI, Arduino, LaunchPad etc, there will already be plenty of examples available for it

    here for Arduino: https://github.com/federico-galli/Arduino-i2c-temperature-sensor-DS1624/blob/master/DS1624.cpp

    or Raspberry PI:  https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=88149

    or launchpad : http://msp430-discuss.996251.n3.nabble.com/DS1624-C-language-code-examples-td15655.html

     

    should get you started image

     

    you can also use a DS18B20 which is a one wire device and also easy to integrate to any of the micro controllers mentioned above, this one also hase the benefit of being able to be much further away from the micro-controller

     

     

    Regards

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    Hello Peter,

     

    I wrote:

     

    I need to find the way to convert this IC in a sensor

     

    maybe this generated the confusion that is detailed in the lines below. The question is not how to connect the IC to the Raspberry PI (I2C is just what I want to do as I have three bus channels free). The problem is how to put the chip able to get the human body temperature. To be more clear it is more a problem of mechanics than electronic. How can I put the Chip somewhere in a human - without killing him, hopefully - to know his temperature ?

    I write down a draft idea but I have found very few information on the Internet and I was asking if someone knows how should it be done or has some suggestion.

     

    Thank you. Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to balearicdynamics

    Ah, got ya

     

    I would suggest something like a watch band for one possibility and have the chip on the inside (Maybe a hole in the band to minumize the protusion

     

    biggest problem eith taking human temp of course is whereon the body is the best place

     

    Ear, under arm pit ? (3D print a holder or encapsulate in epoxy or something ?

    under tongue (Perhaps 3D print a cover for it that is very thin on one side to allow easy heat transfer and use a thin replaceable plastic film cover for each patient tested for hygine purposes

    anally ( image ) there are versions of the one wire probe in a small stainless steel tube format that could work for this one, but who would want to be second, never mind first image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • kas.lewis
    0 kas.lewis over 10 years ago

    Hello,

     

    If you look over the sudden impact challenge on here you should find a good few examples as all of those used the body temperature as part of their solution.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    Remaining in the non-invasive context what I was thinking is Ear and under arm pit.

     

    I check and let you know. Thank you Peter.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to kas.lewis

    Kas, it is very difficult to find something in detail without reading the ton of posts there image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago

    it seems that I have found the right way for the solution.

     

    As a matter of fact it will be an integration between the direct-touch sensor actually used by many digital temperature probes, and a comfortable support for direct skin contact continuous temperature measurement. The possible repere points maybe ascillar and oral, plus direct skin contact, expecting different temperature ranges as shown in the image below.

    image

     

     

     

    The design idea is to use a copper terminal joined to the IC sensor put internally to the device and facilitating the thermal conduction with a thermal-conductive paste.

    The only issue I see is that copper is subject to oxidation, but it is one of the better tolerated metals by the human body and as shown in the table below, it has a very good thermal conductivity coefficient.

    image

    The alternative for the terminal supporting the IC is using acrylic plastic material that has also a good conductivity, but some experiments should be done,.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • daudbashir
    0 daudbashir over 8 years ago in reply to balearicdynamics

    Hello Enrico,
    Hope so you are doing great.

    Are you able to design the sensor?
    Kindly reply as soon as possible.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube