<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MTS300/310 Sensorboard: Sampling multiple sensors simultaneously</title>
	<atom:link href="http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/</link>
	<description>Life of the ABD grad student...</description>
	<lastBuildDate>Mon, 31 Jan 2011 12:46:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Farid</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-752</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Mon, 31 Jan 2011 12:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-752</guid>
		<description>ok, thanks. Your blog was really helpful. I was doing a similar work on MTS board. and this sampling thing really helped me. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>ok, thanks. Your blog was really helpful. I was doing a similar work on MTS board. and this sampling thing really helped me. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-740</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 20 Jan 2011 15:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-740</guid>
		<description>I didn&#039;t modify SplitControlPowerManagerC -- that component is wired to the SplitControl interface of each sensor to automatically turn on and off each sensor.  Instead, I wired the SplitControl interface in each sensor&#039;s configuration so that the sensor itself provides SplitControl, allowing your program to turn on and off the sensors as desired.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t modify SplitControlPowerManagerC &#8212; that component is wired to the SplitControl interface of each sensor to automatically turn on and off each sensor.  Instead, I wired the SplitControl interface in each sensor&#8217;s configuration so that the sensor itself provides SplitControl, allowing your program to turn on and off the sensors as desired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-739</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Thu, 20 Jan 2011 09:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-739</guid>
		<description>You said that you modified the SplitControlPowerManagerC to disable this auto power on and off. But I don&#039;t see where is this module SplitControlPowerManagerC. How have you changed it?
It is not in the provided zip file. Can you please identify the location of this file and the changes that need to be made.</description>
		<content:encoded><![CDATA[<p>You said that you modified the SplitControlPowerManagerC to disable this auto power on and off. But I don&#8217;t see where is this module SplitControlPowerManagerC. How have you changed it?<br />
It is not in the provided zip file. Can you please identify the location of this file and the changes that need to be made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-257</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-257</guid>
		<description>From the &lt;a href=&quot;http://www.xbow.com/support/Support_pdf_files/MTS-MDA_Series_Users_Manual.pdf&quot; rel=&quot;nofollow&quot;&gt;Crossbow MTS Users Manual&lt;/a&gt;: &quot;The light and temperature sensor share the same A/D converter channel (ADC1). Only turn one sensor on at a time, or the reading at ADC1 will be corrupted and meaningless.&quot;

This is also reflected in the sensorboard code, so either only light or only temperature can be used at any given time.  The currently active light or temperature sensor has to be turned off and the other turned on.</description>
		<content:encoded><![CDATA[<p>From the <a href="http://www.xbow.com/support/Support_pdf_files/MTS-MDA_Series_Users_Manual.pdf" rel="nofollow">Crossbow MTS Users Manual</a>: &#8220;The light and temperature sensor share the same A/D converter channel (ADC1). Only turn one sensor on at a time, or the reading at ADC1 will be corrupted and meaningless.&#8221;</p>
<p>This is also reflected in the sensorboard code, so either only light or only temperature can be used at any given time.  The currently active light or temperature sensor has to be turned off and the other turned on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas H.</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-255</link>
		<dc:creator>Andreas H.</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-255</guid>
		<description>Have you tried to read light/photo sensor and the temp sensor at one shot? After PhotoC.SplitControl.start() and TempC().SplitControl.start() the signal TempC.Read.ReadDone() never fires. Is it possible to use light/photo sensor and temp sensor at the same time, or have you to stop light sensor before you can read the temp sensor?</description>
		<content:encoded><![CDATA[<p>Have you tried to read light/photo sensor and the temp sensor at one shot? After PhotoC.SplitControl.start() and TempC().SplitControl.start() the signal TempC.Read.ReadDone() never fires. Is it possible to use light/photo sensor and temp sensor at the same time, or have you to stop light sensor before you can read the temp sensor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-227</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 26 May 2009 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-227</guid>
		<description>I did get the magnetometer to work, but I never bothered to set the gain.  To get significant readings from it, I got best results using magnets.</description>
		<content:encoded><![CDATA[<p>I did get the magnetometer to work, but I never bothered to set the gain.  To get significant readings from it, I got best results using magnets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Sen</title>
		<link>http://www.keally.org/2009/05/14/mts300310-sensorboard-sampling-multiple-sensors-simultaneously/comment-page-1/#comment-226</link>
		<dc:creator>Rahul Sen</dc:creator>
		<pubDate>Tue, 26 May 2009 10:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.keally.org/?p=680#comment-226</guid>
		<description>I want to know if you have used the magnetometer with tinyos 2.0 because i am not able to set the gain of magnetometer.</description>
		<content:encoded><![CDATA[<p>I want to know if you have used the magnetometer with tinyos 2.0 because i am not able to set the gain of magnetometer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
