Difference between revisions of "Biosensor Array Body Temperature"

From Pumping Station One
Jump to navigation Jump to search
m (correct category)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The goal of this sensor is to provide regular measurement of the user's core body temperature.  Work on this sensor has, primarily, been carried out by Shawn Blaszak.
+
[[Category:Biosensor Array]]
  
=Sensor Specifications=
+
The goal of this sensor is to provide regular measurement of the user's core body temperature. Work on this sensor has, primarily, been carried out by Shawn Blaszak.
  
===Version 2.0===
+
= Sensor Specifications =
  
* It has been decided to switch the sensor from the tmp102 to the DS18B20 (http://www.sparkfun.com/products/245). The reasons follow:
+
=== Version 2.0 ===
 +
 
 +
* It has been decided to switch the sensor from the tmp102 to the DS18B20 (http://www.sparkfun.com/products/245). The reasons follow:
 
** Fewer Arduino channels needed.
 
** Fewer Arduino channels needed.
 
** Fewer wires needed from the sensor to the base unit.
 
** Fewer wires needed from the sensor to the base unit.
Line 11: Line 13:
 
** 1-wire library doesn't interfere with the present, interrupt driven, main Arduino sketch structure.
 
** 1-wire library doesn't interfere with the present, interrupt driven, main Arduino sketch structure.
 
* We have selected a shielded, 5 conductor, cable from Newark Electronics (www.newark.com) to connect the sensor to the biosensor array base unit.
 
* We have selected a shielded, 5 conductor, cable from Newark Electronics (www.newark.com) to connect the sensor to the biosensor array base unit.
* Without a bare PCB requiring an enclosure, we have been able to shrink the sensor size and mount it, directly, onto the end of the multi-conductor cable. Heatshrink tubing is used to seal the connecton between the sensor and the cable.
+
* Without a bare PCB requiring an enclosure, we have been able to shrink the sensor size and mount it, directly, onto the end of the multi-conductor cable. Heatshrink tubing is used to seal the connecton between the sensor and the cable.
 
* The other end of the sensor cable is connected to a four conductor, 3.5mm, audio plug which connects to a female, four conductor, panel mounted 3.5mm audio socket on the base biosensor array unit.
 
* The other end of the sensor cable is connected to a four conductor, 3.5mm, audio plug which connects to a female, four conductor, panel mounted 3.5mm audio socket on the base biosensor array unit.
 
* Wiring color convention:
 
* Wiring color convention:
Line 18: Line 20:
 
** Yellow Wire - Data
 
** Yellow Wire - Data
  
====Alternate/Cost Saving Modifications====
+
==== Alternate/Cost Saving Modifications ====
  
 
The following are some changes that can be made to the design of this sensor to help lower the cost:
 
The following are some changes that can be made to the design of this sensor to help lower the cost:
  
 
* Rather than using 3.5mm jacks, the sensor cable can be soldered directly onto the Arduino shield.
 
* Rather than using 3.5mm jacks, the sensor cable can be soldered directly onto the Arduino shield.
* Less expensive cables can be found. Cables with fewer conductors (only three are needed presently) and unshielded cables are both possibilities that might prove less expensive. Also, it may be possible to re-cycle existing wire from broke/out of use equipment.
+
* Less expensive cables can be found. Cables with fewer conductors (only three are needed presently) and unshielded cables are both possibilities that might prove less expensive. Also, it may be possible to re-cycle existing wire from broke/out of use equipment.
  
===Version 1.0===
+
=== Version 1.0 ===
  
* It has been decided to locate the sensor in the armpit of the user as placing it in the mouth presents a choking hazard during physical activities.
+
* It has been decided to locate the sensor in the armpit of the user as placing it in the mouth presents a choking hazard during physical activities.  
* The sensor chosen is the TMP102 breakout board available from Sparkfun Electronics: [[http://www.sparkfun.com/products/9418]]
+
* The sensor chosen is the TMP102 breakout board available from Sparkfun Electronics: [http://www.sparkfun.com/products/9418]
**'''Advantages'''
+
** '''Advantages'''
***Digital I/O means we can use flexible wires as opposed to more brittle thermocouple wire that can break if kinked.
+
*** Digital I/O means we can use flexible wires as opposed to more brittle thermocouple wire that can break if kinked.
***Sparkfun provides a link to pre-existing Arduino code for this sensor hosted on the Wiring website: [[http://wiring.org.co/learning/libraries/tmp102sparkfun.html]]
+
*** Sparkfun provides a link to pre-existing Arduino code for this sensor hosted on the Wiring website: [http://wiring.org.co/learning/libraries/tmp102sparkfun.html]
***Small enough to fit under a person's armpit
+
*** Small enough to fit under a person's armpit
***Reasonably fast response rate.
+
*** Reasonably fast response rate.
**'''Disadvantages'''
+
** '''Disadvantages'''
***Bare PCB requires some kind of enclosure or other potection from sweat and other moisture.
+
*** Bare PCB requires some kind of enclosure or other potection from sweat and other moisture.
  
=Status=
+
= Status =
  
* 5/16/2011 - The DS18B20 sensor code has been added to the main Arduino sketch and is working. The physical sensor lead has been completed and the female plug on the main biosensor array unit has been mounted.
+
* 5/16/2011 - The DS18B20 sensor code has been added to the main Arduino sketch and is working. The physical sensor lead has been completed and the female plug on the main biosensor array unit has been mounted.
* 5/10/2011 - The decision has been made to switch from the tmp102 sensor to the DS18B20 1-wire sensor available from Sparkfun.com (http://www.sparkfun.com/products/245). This was done because it requires fewer external components; requires fewer Arduino channels; and we believe it won't interfere with our present interrupt driven Arduino sketch setup. This will represent version 2.0 of the body temperature sensor.
+
* 5/10/2011 - The decision has been made to switch from the tmp102 sensor to the DS18B20 1-wire sensor available from Sparkfun.com (http://www.sparkfun.com/products/245). This was done because it requires fewer external components; requires fewer Arduino channels; and we believe it won't interfere with our present interrupt driven Arduino sketch setup. This will represent version 2.0 of the body temperature sensor.
* 4/10/2011 - Communications testing complete - 4/10/2011 [[http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/11/body-temperature-probe-part-1]]
+
* 4/10/2011 - Communications testing complete - 4/10/2011 [http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/11/body-temperature-probe-part-1]
  
=To Be Completed=
+
= To Be Completed =
  
 
* Long-term durability/reliability testing
 
* Long-term durability/reliability testing

Latest revision as of 19:14, 11 April 2018


The goal of this sensor is to provide regular measurement of the user's core body temperature. Work on this sensor has, primarily, been carried out by Shawn Blaszak.

Sensor Specifications

Version 2.0

  • It has been decided to switch the sensor from the tmp102 to the DS18B20 (http://www.sparkfun.com/products/245). The reasons follow:
    • Fewer Arduino channels needed.
    • Fewer wires needed from the sensor to the base unit.
    • Fewer external components.
    • 1-wire library doesn't interfere with the present, interrupt driven, main Arduino sketch structure.
  • We have selected a shielded, 5 conductor, cable from Newark Electronics (www.newark.com) to connect the sensor to the biosensor array base unit.
  • Without a bare PCB requiring an enclosure, we have been able to shrink the sensor size and mount it, directly, onto the end of the multi-conductor cable. Heatshrink tubing is used to seal the connecton between the sensor and the cable.
  • The other end of the sensor cable is connected to a four conductor, 3.5mm, audio plug which connects to a female, four conductor, panel mounted 3.5mm audio socket on the base biosensor array unit.
  • Wiring color convention:
    • Black wire - Ground
    • Red wire - Power
    • Yellow Wire - Data

Alternate/Cost Saving Modifications

The following are some changes that can be made to the design of this sensor to help lower the cost:

  • Rather than using 3.5mm jacks, the sensor cable can be soldered directly onto the Arduino shield.
  • Less expensive cables can be found. Cables with fewer conductors (only three are needed presently) and unshielded cables are both possibilities that might prove less expensive. Also, it may be possible to re-cycle existing wire from broke/out of use equipment.

Version 1.0

  • It has been decided to locate the sensor in the armpit of the user as placing it in the mouth presents a choking hazard during physical activities.
  • The sensor chosen is the TMP102 breakout board available from Sparkfun Electronics: [1]
    • Advantages
      • Digital I/O means we can use flexible wires as opposed to more brittle thermocouple wire that can break if kinked.
      • Sparkfun provides a link to pre-existing Arduino code for this sensor hosted on the Wiring website: [2]
      • Small enough to fit under a person's armpit
      • Reasonably fast response rate.
    • Disadvantages
      • Bare PCB requires some kind of enclosure or other potection from sweat and other moisture.

Status

  • 5/16/2011 - The DS18B20 sensor code has been added to the main Arduino sketch and is working. The physical sensor lead has been completed and the female plug on the main biosensor array unit has been mounted.
  • 5/10/2011 - The decision has been made to switch from the tmp102 sensor to the DS18B20 1-wire sensor available from Sparkfun.com (http://www.sparkfun.com/products/245). This was done because it requires fewer external components; requires fewer Arduino channels; and we believe it won't interfere with our present interrupt driven Arduino sketch setup. This will represent version 2.0 of the body temperature sensor.
  • 4/10/2011 - Communications testing complete - 4/10/2011 [3]

To Be Completed

  • Long-term durability/reliability testing
  • Continued vigilence for a cheaper/easier alternative sensor and/or cable.
This page is part of the Biosensor Array Project