<?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: Arduino + Processing: Make a Radar Screen to Visualise Sensor Data from SRF-05 &#8211; Part 2: Visualising the Data</title>
	<atom:link href="http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/</link>
	<description>Whats in my head...</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:28:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1196</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1196</guid>
		<description>You can only have one serial monitor running which can be a pain when you want to look at both Arduino and Processing at the same time. So you can only have the serial monitor for either one. Also anytime you want to upload code to Arduino etc... anything using that serial/ COM port needs to be closed.</description>
		<content:encoded><![CDATA[<p>You can only have one serial monitor running which can be a pain when you want to look at both Arduino and Processing at the same time. So you can only have the serial monitor for either one. Also anytime you want to upload code to Arduino etc&#8230; anything using that serial/ COM port needs to be closed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1195</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1195</guid>
		<description>Ok the serial monitor must be closed. XD</description>
		<content:encoded><![CDATA[<p>Ok the serial monitor must be closed. XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1194</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1194</guid>
		<description>I try your sketch with my code and  a maxbotix sonar, but when i play it while the serial monitor is running it seems that the data can´t arrive well, it makes a carriage return in the middle of data arrive. when i stop the sketch the data arrives ok again.

it´s my first approach to Processing, any ideas?  what i´m doing incorrectly ?

Thanks and excuse my poor english:)</description>
		<content:encoded><![CDATA[<p>I try your sketch with my code and  a maxbotix sonar, but when i play it while the serial monitor is running it seems that the data can´t arrive well, it makes a carriage return in the middle of data arrive. when i stop the sketch the data arrives ok again.</p>
<p>it´s my first approach to Processing, any ideas?  what i´m doing incorrectly ?</p>
<p>Thanks and excuse my poor english:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1096</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1096</guid>
		<description>I think you can modify the servo libraries to do sub degree movement which would the way to go, not sure bout the compass (I haven&#039;t got one!) but it&#039;d be cool to do that for orientation and mapping</description>
		<content:encoded><![CDATA[<p>I think you can modify the servo libraries to do sub degree movement which would the way to go, not sure bout the compass (I haven&#8217;t got one!) but it&#8217;d be cool to do that for orientation and mapping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad LaFarge</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1095</link>
		<dc:creator>Chad LaFarge</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1095</guid>
		<description>I copied and used your code with my JR (MC35) servo... sllooowwwww.  If I had an extra $50 laying around, I think it&#039;d be nice to mount a compass module on the USSensor and just have the servo looping 180 back and forth, getting angle and distance readings at the same time.  THis should avoid the 1degree then 1degree then 1degree movement. Not sure how fast the compass provides accurate data, though.

Any thoughts on this approach?</description>
		<content:encoded><![CDATA[<p>I copied and used your code with my JR (MC35) servo&#8230; sllooowwwww.  If I had an extra $50 laying around, I think it&#8217;d be nice to mount a compass module on the USSensor and just have the servo looping 180 back and forth, getting angle and distance readings at the same time.  THis should avoid the 1degree then 1degree then 1degree movement. Not sure how fast the compass provides accurate data, though.</p>
<p>Any thoughts on this approach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1028</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1028</guid>
		<description>Dude, that sounds sweet! I will have to hunt around for that, best i got was an Infrared jobby... I have also been trying to find something to do thermal imaging - but right now I&#039;m workin on plotting 3d stuff instead of the radar screen. But Aliens sensor thing would be sweet if it was real</description>
		<content:encoded><![CDATA[<p>Dude, that sounds sweet! I will have to hunt around for that, best i got was an Infrared jobby&#8230; I have also been trying to find something to do thermal imaging &#8211; but right now I&#8217;m workin on plotting 3d stuff instead of the radar screen. But Aliens sensor thing would be sweet if it was real</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doktor Jeep</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1027</link>
		<dc:creator>Doktor Jeep</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1027</guid>
		<description>Looks like the movement sensor from the &quot;Aliens&quot; movie. 
Those devices, the way it was explained in the film, implied using some kind of ultrasound that picked up movement, even if the device was stationary, through detection of air movement around a moving object (or creature!!! Hudson!!!!!).

Does such a sensor exist and could it be used for this project?</description>
		<content:encoded><![CDATA[<p>Looks like the movement sensor from the &#8220;Aliens&#8221; movie.<br />
Those devices, the way it was explained in the film, implied using some kind of ultrasound that picked up movement, even if the device was stationary, through detection of air movement around a moving object (or creature!!! Hudson!!!!!).</p>
<p>Does such a sensor exist and could it be used for this project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1019</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1019</guid>
		<description>there you have me bang to rights! :) It is a sonar, but with a radar style screen/ visualisation - at least to my uneducated senses.</description>
		<content:encoded><![CDATA[<p>there you have me bang to rights! <img src='http://luckylarry.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It is a sonar, but with a radar style screen/ visualisation &#8211; at least to my uneducated senses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1015</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Tue, 17 Nov 2009 11:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1015</guid>
		<description>would you believe it! thats exactly what I&#039;m doing - I&#039;m just working out the exponentials for the sharp sensor now, then I&#039;ll update the radar screen to test its accuracy, if that&#039;s all good then I&#039;ll start plotting 3d stuff :)</description>
		<content:encoded><![CDATA[<p>would you believe it! thats exactly what I&#8217;m doing &#8211; I&#8217;m just working out the exponentials for the sharp sensor now, then I&#8217;ll update the radar screen to test its accuracy, if that&#8217;s all good then I&#8217;ll start plotting 3d stuff <img src='http://luckylarry.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ard</title>
		<link>http://luckylarry.co.uk/2009/11/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-2-visualising-the-data/comment-page-1/#comment-1014</link>
		<dc:creator>ard</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=600#comment-1014</guid>
		<description>Makes you wonder how fast this will be when using a Sharp IR distance sensor like GP2Y0A700 with its ~17ms readout speed. I feel a 3D dome scanner coming up...</description>
		<content:encoded><![CDATA[<p>Makes you wonder how fast this will be when using a Sharp IR distance sensor like GP2Y0A700 with its ~17ms readout speed. I feel a 3D dome scanner coming up&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
