<?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</title>
	<atom:link href="http://groklab.org/handhygiene/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>Initial current draw results for Grok Mote</title>
		<link>http://groklab.org/handhygiene/2011/11/08/initial-current-draw-results-for-grok-mote/</link>
		<comments>http://groklab.org/handhygiene/2011/11/08/initial-current-draw-results-for-grok-mote/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 15:44:16 +0000</pubDate>
		<dc:creator>michaelireland</dc:creator>
				<category><![CDATA[Grok Mote]]></category>

		<guid isPermaLink="false">http://groklab.org/handhygiene/?p=1539</guid>
		<description><![CDATA[Results from our measurements:﻿ Claims from data sheet: These results mimic the published numbers, but are not as low. We will continue working to verify our measurements and test software. Tests on radio transmit/receive and flash read/write have not yet been performed.]]></description>
			<content:encoded><![CDATA[<p>Results from our measurements:<img src="/Users/GROKLA%7E1/AppData/Local/Temp/moz-screenshot-5.png" alt="" />﻿</p>
<p><a href="http://groklab.org/handhygiene/files/2011/11/InitialResults.png"><img class="aligncenter size-full wp-image-1541" src="http://groklab.org/handhygiene/files/2011/11/InitialResults.png" alt="" width="700" height="344" /></a></p>
<p>Claims from data sheet:</p>
<p><img src="/Users/GROKLA%7E1/AppData/Local/Temp/moz-screenshot-7.png" alt="" /><a href="http://groklab.org/handhygiene/files/2011/11/PwrFromDataSheet.png"><img class="aligncenter size-full wp-image-1543" src="http://groklab.org/handhygiene/files/2011/11/PwrFromDataSheet.png" alt="" width="428" height="162" /></a></p>
<p>These results mimic the published numbers, but are not as low. We will  continue working to verify our measurements and test software. Tests on radio transmit/receive and flash read/write have not yet been performed<img src="/Users/GROKLA%7E1/AppData/Local/Temp/moz-screenshot-6.png" alt="" />.</p>
]]></content:encoded>
			<wfw:commentRss>http://groklab.org/handhygiene/2011/11/08/initial-current-draw-results-for-grok-mote/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
	</channel>
</rss>

