<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hand Hygiene &#187; Uncategorized</title>
	<atom:link href="http://groklab.org/handhygiene/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://groklab.org/handhygiene</link>
	<description>Just another Groklab.org weblog</description>
	<lastBuildDate>Tue, 08 Nov 2011 17:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Polhemus Update- Ready for the Hospital</title>
		<link>http://groklab.org/handhygiene/2011/07/25/polhemus-update-ready-for-the-hospital/</link>
		<comments>http://groklab.org/handhygiene/2011/07/25/polhemus-update-ready-for-the-hospital/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:27:22 +0000</pubDate>
		<dc:creator>klea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1530</guid>
		<description><![CDATA[In recent weeks, the development of the Polhemus project has come a long way.  We have been able to test the device and figure out how it works and have been creating programs in python in order to analyze the data we will generate from the experiment.  The following is a summary of how we [...]]]></description>
			<content:encoded><![CDATA[<p>In  recent weeks, the development of the Polhemus project has come a long  way.  We have been able to test the device and figure out how it works  and have been creating programs in python in order to analyze the data  we will generate from the experiment.  The following is a summary of how  we propose the device will be used during this experiment.</p>
<p>The  first leg of the project involved figuring out how the Polhemus device  works and getting a feel for its limitations and its features.  After a  lot of testing, we concluded that we would not use it for its actual  coordinate positioning features because there was too much variance in  measurements that were further than 6ft from the source.  We also felt  that measuring each object in the exam room in relation to the source  could become extremely tedious and time consuming, and also leave us  with a lot of room for error.  The device did not have very good  accuracy far from the source, but the measurements had high  repeatability.  Because of this, we decided it would be best to use the  Polhemus device to calibrate each object in the room.</p>
<p>We designed a program called <a href="http://calibration.py/">calibration.py</a> that allows us to map out different objects in the exam room, and save  them as separate files.  The movements while calibrating replicate those  of a regular motion with each of these objects, making sure to do these  movements at every angle possible, and at every hand position possible,  as not to disclude any possible movement.  Since these calibration  files will be quite large, we came up with a <a href="http://clean.calibration.py/">cleanCalibration.py</a> program, significantly decreases the size of the calibration files.   This program essentially takes the first point in the calibration file,  draws a sphere around it with a radius of 1 inch, adds it to the  cleanCalibration file, and tests the rest of the points in that file  against the sphere.  For example, if the second point is inside the  sphere, it gets discarded.  However, if the point is not inside the  sphere, the second point gets added to the new cleanCalibration file and  also gets a sphere around it.  The third point would then be tested  against points one and two in a similar manner.  This program allows us  to eliminate repetitive calibration points that slow down the analysis  process.  With the addition of the clean.calibration file, we were able  to reduce analysis time by about 75%.</p>
<p>The  readPol.py program allows us to collect experiment data instantaneously  from the PiMGR, which is the program that came with the Polhemus device  and is responsible for collecting the motion capture data.  This  program utilizes a pipe to take the information from the PiMGR, and  writes it to a file.  This program produces one file per sensor, which  means that we have the ability to do comparisons between the left and  right hands if we so choose.</p>
<p>Preliminary  analysis of the collected data is done with the closeToFiles.py  program, which calculates the closest Cartesian distances between the  raw files and the calibration files.  Those distances from each object  in the room are calculated for each point in the raw data and are  written to one master file.  The master file contains a column for each  object in the room, and in those columns are the distances to the object  at each time data was collected during the experiment.  The file also  contains a timestamp, so we are able to tell exactly when the doctor was  close to each object.</p>
<p>In  order separate out the touches from the non-touches, the program  touchSummary.py only takes distances from the master file that are 6  inches or less from any object and writes range of time for the touch to  a file.  The summary is organized by object, with the time ranges and  total touches under each object.  The total touches throughout the  experiment are calculated at the end of the summary.  This program also  outputs one file for each sensor.</p>
<p>At  this point, we have done preliminary testing inside the lab and are  ready to move to the experimental exam room in the hospital.  Future  work might include a program that creates a timeline summary of the  events during the experiment, which would make it easy to decipher what  the doctor did during the exam and at what time, without actually being  in the room.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/25/polhemus-update-ready-for-the-hospital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Minder Redesign Ideas</title>
		<link>http://groklab.org/handhygiene/2011/07/21/door-minder-redesign-ideas/</link>
		<comments>http://groklab.org/handhygiene/2011/07/21/door-minder-redesign-ideas/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:42:52 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1520</guid>
		<description><![CDATA[Redesign Points: 1. Redesign the decoder portion to only trigger the MCU when the beam breaks instead of constantly telling it that there is a beam present. This is the main redesign goal as this is the cause of the large power drain. 2. Use a tripwire type design as seen here to determine if [...]]]></description>
			<content:encoded><![CDATA[<p>Redesign Points:</p>
<p>    1. Redesign the decoder portion to only trigger the MCU when the beam breaks instead of constantly telling it that there is a beam present. This is the main redesign goal as this is the cause of the large power drain.<br />
    2. Use a tripwire type design as seen here to determine if the doorway has been crossed. (http://www.instructables.com/id/Another-Arduino-Laser-Tripwire/)<br />
    3. Use a PIR (passive) to determine when someone enters or leaves a room (http://www.ladyada.net/learn/sensors/pir.html)<br />
    4. Using a 555-Timer in monostable mode would allow an LED IR receiver to be connected to the trigger line. If connected properly every time the receiver stopped seeing the signal from the LED then the 555-Timer output would pulse up to 5V for a time determined by C1 and then return to ground. (This is effectively acting as a 1 shot). This design uses a photocell to see when the IR stops receiving instead of a decoder. This would make the oscillation frequency of the IR irrelevant.<br />
    5. A 1Shot could also be used however the 555-Timer option allows for lower power than a 1 Shot.<br />
    6. Using a PLL would ensure that the mote was only triggered when the beam was broken but the PLL and the amplifiers to increase the signal all require dual power supplies. This could be implemented if a complete over-haul design process was warranted.<br />
    7. You could use an LED as a detector as shown below. Just use a small 5 mW red laser as the beam. Easily focused, low enough power ot not cause eye damage and will still allow the circuit to trigger. This will also “reset” itself once the beam is no longer broken.<br />
   8. Redesign the transmitter to have a current limiting circuit instead of current limiting resistors.<br />
   9. Redesign using a different encoder/decoder to draw less power.  Or place an averaging circuit on the output of the decoder currently being used and set a thresh hold at which the mote would be triggered.</p>
<p>Each design has the potential to be lower power but depending on parts used, the size of the ducty cycle, power supply chosen and variation within parts the power will vary significantly. Digikey has several IR encoders and decoders with lower power applications. So does Mouser. The key to ensuring a low power design will be to actively monitor the power being used by each component.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/21/door-minder-redesign-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Minder Receiver Power</title>
		<link>http://groklab.org/handhygiene/2011/07/21/door-minder-receiver-power/</link>
		<comments>http://groklab.org/handhygiene/2011/07/21/door-minder-receiver-power/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:23:20 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1518</guid>
		<description><![CDATA[Current Reciver: 22.3 mV &#8211; no beam: 17.1538 mA 19.5 mV &#8211; with beam: 15.0 mA Max power: 55.2011 mW Battery life: ~ 170 hours (7.3 days) to 130 hours (5.5 days) depending on how often the beam is broken. The more the mote has to write the less the battery will last. This can [...]]]></description>
			<content:encoded><![CDATA[<p>Current Reciver:<br />
22.3 mV &#8211; no beam: 17.1538 mA<br />
19.5 mV &#8211; with beam: 15.0 mA<br />
Max power:  55.2011 mW<br />
Battery life: ~ 170 hours (7.3 days) to 130 hours (5.5 days) depending on how often the beam is broken.</p>
<p>The more the mote has to write the less the battery will last. This can be seen based on the RF transmit occur every time there is a break in the beam. This RF transmit causes a power spike of 121 mW to occur for a time. If the current draw on the mote was consistently at the power (3.188 V and 38 mA) then the battery life would only be 60 hours (2.5 days).</p>
<p>This points to the systems battery life being dependent upon the receiver instead of the transmitter. It also shows that the transmitter’s large power draw is occurring because of the RF transmission and flash memory write functions on the mote. As these functions are critical to the system developed and the end goals of the door minders it is not recommended to alter this portion of the design. The IR receiver/decoder also pulls a good deal of current while it is not receiving the IR beam, but it is significantly less than the mote and as the beam is only broken periodically, the average power draw off the decoder is low.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/21/door-minder-receiver-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Minder Battery Test Results</title>
		<link>http://groklab.org/handhygiene/2011/07/19/door-minder-battery-test-results/</link>
		<comments>http://groklab.org/handhygiene/2011/07/19/door-minder-battery-test-results/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:37:29 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1496</guid>
		<description><![CDATA[The test was started July 8th at 14:02. The old design died at 23:27 on July 13th, lasting 5 days 9 hours. The new design died at 16:00 on July 14th, lasting 6 days 2 hours.]]></description>
			<content:encoded><![CDATA[<p>The test was started July 8th at 14:02.</p>
<p>The old design died at 23:27 on July 13th, lasting 5 days 9 hours.<br />
The new design died at 16:00 on July 14th, lasting 6 days 2 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/19/door-minder-battery-test-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerometer replacement</title>
		<link>http://groklab.org/handhygiene/2011/07/17/accelerometer-replacement/</link>
		<comments>http://groklab.org/handhygiene/2011/07/17/accelerometer-replacement/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 01:51:58 +0000</pubDate>
		<dc:creator>gthomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1511</guid>
		<description><![CDATA[Sam did the following research some time ago, but it was never posted to the blog. Her version is much nicer with formatting. Ultimately we bought one of the pico scopes and it is doing fine. I have been looking into different audio level meters to be used to measure the volume in the MICU [...]]]></description>
			<content:encoded><![CDATA[<p>Sam did the following research some time ago, but it was never posted to the blog.  Her version is much nicer with formatting.  Ultimately we bought one of the pico scopes and it is doing fine.</p>
<p>    I have been looking into different audio level meters to be used to measure the volume in the MICU to determine whether or not the sound level in that area is high enough to cause problems for the patients when they are trying to sleep.</p>
<p>In looking at audio level meters, I have found three different categories which may be useful in our study. The first group can measure over a  range of approximately 40 dB &#8211; 130 dB.  This group has an approximate price range of $25 &#8211; $65. The second category measures over the range from 30 dB &#8211; 130 dB and have prices around $175 &#8211; $200. The final category measures approximately as low as 21 dB and up to 141 dB with prices from $ 2500 to $3133. The maximum of the range of any of these meters should be high enough for our purpose, but the minimum may not be what we need. On the next page is a list of 2 sound meters from each of the 3 categories, along with some specs and the prices.<br />
<span id="more-1511"></span><br />
Product	Link	Price	Measurement Range (dB)	Accuracy	Datalogging Memory	Interface	dimensions<br />
Tenma Digital Sound Level Meter<br />
72-947	http://www.mcmelectronics.com/product/72-947	$175	30-130	1.4 dB	20,000 records	USB	9.75 x 2.5 x 1”<br />
Extech 407760 USB Sound Level Datalogger 	http://www.extech.com/instruments/product.asp?catid=18&#038;prodid=551	$199.99	30 -130	1.4 dB	129,920<br />
records	USB	130 x 30 x25 mm<br />
Extech 407730<br />
Digital Sound Level Meter	http://www.extech.com/instruments/product.asp?catid=18&#038;prodid=233	$61	40-130	2 dB	Max/Min Recording		9 x 2.2 x 1.7”<br />
Brainydeal 40-130 DB Digital Sound Level Meter	http://www.amazon.com/40-130-Digital-Decibel-Pressure-Logger/dp/B004VUQU0E	$31.99	40 &#8211; 130	2 dB	Yes	USB<br />
235 x 70 x 30mm<br />
CR811C Advanced Integrating<br />
	http://www.noisemeters.asia/product/cr811.asp	$ 3,133	21 &#8211; 140	1.5 dB	999 measurements	USB	340 x 75 x 25mm<br />
CR:261A Type 1 Integrating Sound Level Mete<br />
(+ Version)	http://www.noisemeters.com/product/integratingtype1.asp	$ 2,268<br />
(+ $677)	24-140	1.5 dB	1<br />
(100)	(USB)	340 x 75 x 25</p>
<p>New ones have been added as I look into possible way to filter out white noise.</p>
<p>Name	Site 	Features	Price<br />
Sound Level Meter 2260 Investigator (with BZ 7208)	http://www.bksv.com/Products/SoundLevelMeters/SoundLevelMeters-Advanced/SoundLevelMeter2260Investigator.aspx	Fast Fourier Transform<br />
Sound Level Meters with Octave Band Filters	http://www.soundmeter.biz/cr822.asp<br />
	1/3 Octave Band Filters	</p>
<p>Product	Link	Price	Measurment Range	Accuracy	Extra Notes<br />
Extech 407732	http://www.sears.com/shc/s/p_10153_12605_03499979000P?sid=IDx20070921x00003a&#038;ci_src=14110944&#038;ci_sku=03499979000P	$165	35-130 dB	1.5 dB	No Datalogging<br />
Reed Instruments ST-805 Sound Level Meters	http://www.tequipment.net/ReedST-805.asp?Source=Google	$139	35-135 dB	1.5 dB	No Datalogging<br />
SPER<br />
SCIENTIFIC LTD.<br />
Datalogging<br />
Sound Meter<br />
840013	http://www.sperdirect.com/cgi-bin/item/840013/-Sound-Meter-Datalogger	$424	30 &#8211; 130 dB	1.5 dB	can only hold 32000 records<br />
Optimus Class 2 Sound Level Meter with Data Logging<br />
CR152B<br />
	http://nmdist.net/product.asp?id=cr152b	899 GBP	20 &#8211; 140		4 GB of memory but expensive<br />
Extech 128,000 Point Datalogging Sound Level Meter (407764)	http://www.agriculturesolutions.com/Sound-Level-Meters/Extech-128000-Point-Datalogging-Sound-Level-Meter-407764.html	$600	30-130	1.5	USB Interface<br />
holds 128,000<br />
RION Sound Level Meter NL-21/31	http://www.getmeter.com/sound-level-meter/289-rion-sound-level-meter-nl-31.html	$6419	28 dB &#8211; 138 dB		lowest listed measurement time is 10 s</p>
<p>Availible add-on 1/1 or ⅓ octave filters<br />
SVAN 953	http://www.castlesafetyshop.com/svan953-sound-level-meter.html	£ 1,456			expandable memory, and<br />
FFT, but<br />
expensive</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/17/accelerometer-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Minder Transmitter Functionality</title>
		<link>http://groklab.org/handhygiene/2011/07/14/door-minder-transmitter-functionality/</link>
		<comments>http://groklab.org/handhygiene/2011/07/14/door-minder-transmitter-functionality/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 19:30:35 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1506</guid>
		<description><![CDATA[INTRO: This post is designed to outline the functionality of the Door Minder as it is currently understood. As it is understood the system is powered by three batteries. There are three subsystems from the battery that use power, the 555 timer, the Tiny IR-II and the LED. The 555-Timer subsystem creates a pulse that [...]]]></description>
			<content:encoded><![CDATA[<p>INTRO:</p>
<p>This post is designed to outline the functionality of the Door Minder as it is currently understood. As it is understood the system is powered by three batteries. There are three subsystems from the battery that use power, the 555 timer, the Tiny IR-II and the LED. The 555-Timer subsystem creates a pulse that drives the Tiny IR-II subsystem. This subsystem then drives the LED subsystem. </p>
<p>In Depth Details:</p>
<p>The 555-Timer is currently generating a 24 Hz signal in astable mode using R1 = 1k, R2 = 3M and C1 = 10n. On the rising edge of the 24 Hz signal the given channel line on the Tiny IR-II Encoder is pulled high. This triggers the Tiny IR-II to output a 38 kHz signal on the output line.</p>
<p>The output line on the Tiny IR-II controls a MOSFET, when the line on the Tiny IR-II goes high it turns the MOSFET on and in turn the LED. When the Tiny IR-II line is pulled low the MOSFET is turned off and in turn the LED is turned off.</p>
<p>POWER:</p>
<p>The power being pulled off the batteries by the current design is 21.21 mV RMS across a 1.3 Ω resistor. This is equivalent of 16.3154 mA. And a power draw of 78.34 mW from the 4.8 V produced by all 3 batteries. When the power across the individual systems was measured it was found that the total power from the individual systems was 78.5 mW which is within a 2% error. This error was deemed to be appropriate for the measures done.</p>
<p>Based on the battery data sheet, with a 16. 3 mA the battery should have approximately 200 hours of usable life (8 days).</p>
<p>Power After Redesign:</p>
<p>The power being pulled off the batteries by the redesign is 4.46mV RMS across a 1.3 Ω resistor. This is equivalent of 3.43 mA. And a power draw of 15.7 mW from the 4.7 V produced by all 3 batteries. When the power across the individual systems was measured it was found that the total power from the individual systems was 15.8 mW which is within a 2% error. This error was deemed to be appropriate for the measures done.</p>
<p>Based on the battery data sheet, a current draw of 3.43 mA will give a battery life of a little over 600 hours (25 days). This is at least 3 times the previous battery life.</p>
<p>Validation:</p>
<p>To validate the theory behind the change in design a model was made in MicroCap 10 and an analysis was run. The schematic is shown below:</p>
<p>The analysis was run by sweeping the value of the trim pot from 10 ohms to 500 ohms. The current and voltage across the diode was then graphed against the sweep. The output is shown below. Based on this graph the current and voltage will drop across the diode as the resistance is increased validating the data collected above.</p>
<p>Resources:</p>
<p>Tiny IR-II: http://www.rentron.com/remote_control/TINY-IR2.htm<br />
555-Timer: http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&amp;name=296-1411-5-ND<br />
Battery Life: http://www1.duracell.com/Procell/productdata/  (PC1500)</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/14/door-minder-transmitter-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Minder Functionality</title>
		<link>http://groklab.org/handhygiene/2011/07/12/door-minder-functionality/</link>
		<comments>http://groklab.org/handhygiene/2011/07/12/door-minder-functionality/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 18:11:48 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1497</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/12/door-minder-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I remember about troubleshooting a homemade telosb</title>
		<link>http://groklab.org/handhygiene/2011/07/09/what-i-remember-about-troubleshooting-a-homemade-telosb/</link>
		<comments>http://groklab.org/handhygiene/2011/07/09/what-i-remember-about-troubleshooting-a-homemade-telosb/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 04:20:14 +0000</pubDate>
		<dc:creator>michaelireland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1492</guid>
		<description><![CDATA[DNF, timeout, I/O and radio are errors I wrote, I think Bad sync must be something someone else was using. The first three are all errors which occur when attempting to program the mote, not sure about the last. I believe that we had lots of errors with the motes related to moisture infiltration of [...]]]></description>
			<content:encoded><![CDATA[<p>DNF, timeout, I/O and radio are errors I wrote, I think Bad sync must be  something someone else was using. The first three are all errors which  occur when attempting to program the mote, not sure about the last. I believe that we had lots of errors with the motes related  to moisture infiltration of the ICs. If you attempt to replace any ICs  on these motes, <em>bake the components for 48 hours at a temperature of  125 degrees C before soldering them. In fact, bake the motes also before  doing any IC replacement on them.<br />
</em><br />
DNF = Device Not Found (i.e. did not appear in mote list).</p>
<p>Sometimes  this is a problem with the USB connection. If you look at the telos  schematic you will see that there are a few resistors between the USB  connector and the USB/serial converter chip (FTDI). Check these  connections with a meter. If they are all correct, your next target is  the FTDI chip. First, use the schematic and a meter to ensure that you  have ground and Vcc everywhere you are supposed to on the FTDI chip. If  not repair the open circuit and try it again. If there is no  power/ground problem the next thing I would tell you to do in a perfect  world would be to check the resonator with a frequency counter to be  sure it was working, but we don&#8217;t have anything which reads up to 6MHz.  Next step is probably to replace the FTDI chip with a new one, and next  the resonator. After that, if it still isn&#8217;t in motelist, your guess is  as good as mine.</p>
<p>Timeout = Device appears in mote list but there is a timeout when trying to program it.</p>
<p>Suspect  the processor. An interesting test would be to see if you can get the  mote to program using the JTAG device in the TI box in the left cabinet.  If you can&#8217;t program using JTAG, try reflowing the processor. If this still doesn&#8217;t work, assume the processor requires  replacement, as JTAG is a direct line into the processor which is  dependent on no other components on the board. If JTAG works but the  mote still times out, follow the USB troubleshooting procedure above.</p>
<p>I/O = I think this was a separate error message which occurred when trying to program the mote.</p>
<p>Follow timeout procedure for lack of any better ideas.</p>
<p>Radio = Mote works but doesn&#8217;t pass radio test.</p>
<p>If the radio chip passes basic power and ground checks, bake up some CC2420&#8242;s and swap them in.</p>
<p>If  all of the above fail, cast it in resin and use it as a really neat  coaster for the lab. Keep in mind that there is a chance of fixing a USB  problem only to find a processor problem, and/or fixing a processor  problem only to find a radio problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/09/what-i-remember-about-troubleshooting-a-homemade-telosb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another hand hygiene video</title>
		<link>http://groklab.org/handhygiene/2011/07/05/another-hand-hygiene-video/</link>
		<comments>http://groklab.org/handhygiene/2011/07/05/another-hand-hygiene-video/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 11:30:43 +0000</pubDate>
		<dc:creator>gthomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/2011/07/05/another-hand-hygiene-video/</guid>
		<description><![CDATA[Discovered by Ted: http://www.youtube.com/watch?v=xiELOautbTI&#38;feature=related Very uplifting music, but no one gets under their nails. Looks like there&#8217;s a whole series of them in the same place.]]></description>
			<content:encoded><![CDATA[<p>Discovered by Ted:</p>
<p>http://www.youtube.com/watch?v=xiELOautbTI&amp;feature=related <img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d80c5825-f760-8630-80aa-5595c9d2201e" /><http: www.youtube.com="" watch?v="xiELOautbTI&amp;feature=related"></p>
<p>Very uplifting music, but no one gets under their nails.</p>
<p>Looks like there&#8217;s a whole series of them in the same place.<br /></http:></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ec21d855-4420-8c4e-b850-e424d4c0fa1b" /></div>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/07/05/another-hand-hygiene-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Tracking Systems</title>
		<link>http://groklab.org/handhygiene/2011/04/21/motion-tracking-systems/</link>
		<comments>http://groklab.org/handhygiene/2011/04/21/motion-tracking-systems/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 21:11:11 +0000</pubDate>
		<dc:creator>klea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1480</guid>
		<description><![CDATA[Project Overview This summer we hope to extend the current hand hygiene study to the next phase, which will focus on the surfaces a doctor touches during a regular appointment with a patient in an examination room.  This study will focus on tracking what those touched surfaces are and analyzing how hand behavior might affect [...]]]></description>
			<content:encoded><![CDATA[<h2>Project Overview</h2>
<p>This  summer we hope to extend the current hand hygiene study to the next  phase, which will focus on the surfaces a doctor touches during a  regular appointment with a patient in an examination room.  This study  will focus on tracking what those touched surfaces are and analyzing how  hand behavior might affect the spread of diseases in a hospital  setting.  With the use of wireless motion tracking technology, we hope  to be able to accurately study the hand behavior when a doctor is with a  patient without interfering with the examination itself or infringing  upon patient privacy.</p>
<p>We  are looking for a wireless motion tracking system that requires minimal  setup and calibration as well as easy to program software.  The system  must be able to support at least two small sensors that will attach to  the hands or wrists of the doctor.  The sensors must not be too  cumbersome and they must have long lasting battery life.  We are hoping  to be able to stay within the 10K budget.</p>
<h2>Types of Motion Tracking Systems</h2>
<p>After  doing some research, it was clear that we had many different types of  motion tracking systems to choose from.  We had initially thought that  electromagnetic systems would be right for our application but agreed  that we should look into other possibilities as well in order to see all  the possibilities before making our decision.  Along with  electromagnetic systems, we also looked into were optical and inertial  systems.</p>
<p>Optical systems  use data captured by multiple cameras from either active or passive  sensors.  A computer is able to take the data from the sensors and  triangulates the position of the object.  The optical systems we looked  at utilized active LED sensors that are powered and are able to emit  their own infra-red light.  Some advantages of a system like this is  that that there is no interference with metal objects and the system is  able to capture 6 degrees of freedom.  Downsides to this system is that  they can become quite costly, and the data analysis can be quite time  consuming.</p>
<p>Inertial systems  use motion and rotational sensors that transmit data wirelessly to the  computer where it is recorded to be analyzed later.  These systems  require no outside references in order to determine orientation and  position and they also allow for large capture areas, which can be  useful in some applications.  However, these types of systems require a  lot of analysis once the original data has been captured in order for  the data to make sense.</p>
<p>Electromagnetic systems  calculate the position and orientation by the relative magnetic flux of  the coils on the transmitter and each receiver.  The sensors send out  information in 6 degrees of freedom, which allows these systems to have a  lower number of markers required than in optical systems.  These types  of systems are simple to set up and calibrate.  Some systems are created  in a way where they are not affected by motor noise, which can  interfere with data collection.  A downside to these systems is that the  sensors are susceptible to magnetic and electrical interference,  depending on how close they are to objects like re-bar, wiring, cables  and computers.</p>
<p>After  researching the types of systems that were available, we narrowed our  search down to six options, one was an optical system (MetaMotion  PhaseSpace), two were inertial (InterSense Inertia Cube and  IS-900)   and three were electromagnetic (Polhemus Patirot, G4, and Liberty  Latus).</p>
<h2>Product Options</h2>
<h3><a href="http://www.polhemus.com/?page=Motion_PATRIOT%20Wireless">Polhemus Patriot Wireless</a></h3>
<p>The  first product we looked at was the Polhemus Patriot Wireless system.   This is a     wireless, electromagnetic system that comes with a hub,  receptors and up to 4 sensors.  Each receptor has a range of about 8ft  before the data starts to get inaccurate.  Each sensor has a battery  life of about two hours before they need to be recharged.  This system  is NOT affected by power grids or power motors, but does have some  issues with metallic objects that are located near the source or sensor.</p>
<h4>Cost: $8340.00</h4>
<h3><a href="http://www.polhemus.com/?page=Motion_G4">Polhemus G4</a></h3>
<p>The  G4 is Polhemus’s latest motion tracking product.  This is a wireless,  electromagnetic system that comes with a hub, a source and up to 3  sensors.  The source is about the size of a smart phone and attaches to a  belt loop.  The source give the system a reference frame for the sensor  measurement.  Each sensor has a battery life of about eight hours  before they need to be recharged and easily attaches to the wrist which  can be seen in the photo above.  This system is NOT affected by power  grids or power motors, but does have some issues with metallic objects  that are located near the source or sensor.</p>
<h4>Cost: $5850.00</h4>
<p><a href="http://www.polhemus.com/?page=Motion_Liberty_Latus">Polhemus Liberty Latus (wireless</a>)</p>
<p>The  Polhemus Liberty Latus is a wireless, electromagnetic system that comes  with a hub, a receptor and up to 12 sensors.  Each receptor has a range  of about 8ft before the data starts to get inaccurate.  This product  was designed for uses in large areas, and has the option of using up to  16 receptors at a time, and 12 sensors per receptor.  Each sensor is  about the size of a key has a battery life of about two hours before  they need to be recharged.  This system is NOT affected by power grids  or power motors, but does have some issues with metallic objects that  are located near the source or sensor.</p>
<h4>Cost: $12,000.00</h4>
<h3><a href="http://www.metamotion.com/PhaseSpace/optical-motion-capture-hardware.html">MetaMotion PhaseSpace</a></h3>
<p>The  MetaMotion PhaseSpace is a wireless 8-camera optical tracking system  that comes with  8 cameras, an LED base station, a server computer, 40  Impulse Active LED, and an LED controller.  The cameras used in this  sytem are cameras in name only, and are only able to pick up the LEDs.   the LED base station transceiver synchronizes the LED controller with  the server.  The server computer outputs 3D position data with the  option of using real-time remote motion capture.  Each active LEDs have  their own ID are about the size of a dime.  They output infra-red light,  but need to be seen in order to be picked up.   Each LED must be seen  by at least 2 cameras in order to be tracked.  We would need at least 3  LEDs to track everything that’s rigid in the environment.  The LED  controller is a radio frequency transceiver and can control up to 72  LEDs with a battery duration of 8-12 hours depending on use.</p>
<h4>Cost: $20,000.00</h4>
<h3><a href="http://www.intersense.com/pages/20/14">InterSense IS-900</a> SlimTracker</h3>
<p>The  InterSense IS-900 SlimTracker is a wireless inertial-ultrasonice motion  tracking device that utilizes an actual hand tracker.  The source can  track up to 4 sensors at a time.  The system is immune to metallic  interference and offers real-time tracking.</p>
<h3><a href="http://www.intersense.com/pages/18/59/">InterSense Inertia Cube Wireless</a></h3>
<p>The  InterSense Inertia Cube is a wireless inertial-ultrasonic motion  tracking device that integrates nine miniature sensing elements.  The  source can track up to 4 sensors at a time and the sensors are able to  handle 8 hours of continuous use before the battery dies.  Heading  calibration software compensates for static magnetic field distortions  when using the product in adverse environments.</p>
<h2>Product Specifications</h2>
<p>https://spreadsheets.google.com/ccc?key=0AiXnOYF-JPATdE1naDRvem9ETzBCYXlPY0FPX3NpSVE&#038;hl=en&#038;authkey=CM_ajPwO</p>
<h2>Product Recommendation</h2>
<p>Based  on the research on the three types of motion tracking devices and  looking at each product individually, we feel that the Polhemus G4 would  be the best fit for our application.  The G4 is completely wireless and  will not hinder the doctor too much during the examination.  The  sensors can be worn on the wrists and the source can easily be worn on a  belt or in a pocket, since it is the size of a smart phone.  It is the  newest of the three Polhemus systems we have examined and has the most  up-to-date software and technology of the three.  Another important  feature of the G4 is the long battery life.  A long battery life means a  continuous flow of data throughout the experiment, which will save us  time in the end when we analyze the data.  We plan on moving forward  with this system in the next couple weeks.</p>
<h2><span id="more-1480"></span></h2>
<h2>More Details</h2>
<h3>Polhemus Patriot</h3>
<ul>
<li>sensors last 2 hours</li>
<li>wireless</li>
<li>range is about 8 ft</li>
<li>system can track up to four markers at a time</li>
<li>user definable profiles</li>
<li>record/playback option</li>
<li>communicates via rs-232 or usb</li>
<li>receptor is a cube shape</li>
<li>senses magnetic fields put out by the markers</li>
<li>unaffected by facility power grids or power motors</li>
<li>metallic objects (desks &amp; cabinets) located near the source or sensor will adversely affect performance</li>
</ul>
<h3>Polhemus G4</h3>
<ul>
<li>10+ battery life</li>
<li>electromagnetic motion tracker</li>
<li>hub is about the size of a smart phone and can attach to a belt</li>
<li>attaches to the wrist like a bracelet</li>
<li>data provides position and orientation</li>
<li>6 DoF tracking</li>
<li>increase range with additional global sources</li>
<li>increase hubs for additional people or objects</li>
<li>unaffected by facility power grids or power motors</li>
<li>metallic objects (desks &amp; cabinets) located near the source or sensor will adversely affect performance</li>
</ul>
<h3>Polhemus Liberty Latus</h3>
<ul>
<li>good for large coverage areas</li>
<li>markers are about the size of a key</li>
<li>system can track up to 12 markers</li>
<li>receptor covers an 8 ft diameter</li>
<li>system can connect up to 16 receptors</li>
<li>unaffected by facility power grids or power motors</li>
<li>metallic objects (desks &amp; cabinets) located near the source or sensor will adversely affect performance</li>
</ul>
<h3>MetaMotion PhaseSpace</h3>
<ul>
<li>markers must be seen by cameras in order to be captured</li>
<li>&#8220;Cameras&#8221; in name only and can only see the LEDs and cannot record anything else</li>
<li>each marker needs to be seen by at least two cameras</li>
<li>unique ids for each LED marker</li>
<li>Red visible and Infra-red versions available</li>
<li>3 degrees of freedom per marker (means we will have to use a couple markers to attain 6 dof)</li>
<li>Educational discount may be available</li>
<li>Easy setup and 3 minute calibration</li>
<li>Active LEDs</li>
</ul>
<h3>InterSense IS-900 SlimTracker</h3>
<ul>
<li>Comes with a spare battery</li>
<li>We would use the hand tracker as the sensor device with this system</li>
<li>Hand tracker looks cumbersome- also must have a wireless transmitter attached to the body somewhere (in the shape of a pager)</li>
<li>6 DoF</li>
</ul>
<h3>InterSense Inertia Cube</h3>
<ul>
<li>orientation sensor</li>
<li>3 DoF</li>
<li>In-situ and environmental Compass Calibration Tools for static magnetic field compensation</li>
<li>Adjustable output filters and rotational sensitivity</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/04/21/motion-tracking-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

