<?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 &#8211; Make a Radar Screen to Visualise Sensor Data from SRF-05 – Part 1: Setting up the Circuit and Outputting Values</title>
	<atom:link href="http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 23:24:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=253</generator>
	<item>
		<title>By: Ramon Alejandro</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-15467</link>
		<dc:creator>Ramon Alejandro</dc:creator>
		<pubDate>Wed, 02 May 2012 15:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-15467</guid>
		<description>I&#039;m rather new to using arduino and i was hoping  you could tell me how to include the servo library in the program.</description>
		<content:encoded><![CDATA[<p>I&#8217;m rather new to using arduino and i was hoping  you could tell me how to include the servo library in the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alejandro rosado</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-15447</link>
		<dc:creator>alejandro rosado</dc:creator>
		<pubDate>Thu, 12 Apr 2012 08:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-15447</guid>
		<description>GREAT JOB &amp; thanks so much!!  i´ve been searching something clear about this kind of works !! really helpfull !!

greathings from México</description>
		<content:encoded><![CDATA[<p>GREAT JOB &amp; thanks so much!!  i´ve been searching something clear about this kind of works !! really helpfull !!</p>
<p>greathings from México</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-15290</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 18 Jan 2012 17:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-15290</guid>
		<description>Great tutorial. I&#039;m currently working on a similar project with Parallax PING sensors (3 total), where one is mounted on a server and rotating 180deg at 15deg intervals (11 total), just like you&#039;ve done. The problem I&#039;ve run into seems to be a buffer overflow and automatic reset of the Arduino Duemilanove when I write the 11 sensor values to an array. I&#039;ve been playing with adding delays after each servo movement, which does improve the result but adding some different code eventually causes more problems. With that said, make sure you have enough memory in your board to do what you want or else it&#039;ll crash and reset itself.</description>
		<content:encoded><![CDATA[<p>Great tutorial. I&#8217;m currently working on a similar project with Parallax PING sensors (3 total), where one is mounted on a server and rotating 180deg at 15deg intervals (11 total), just like you&#8217;ve done. The problem I&#8217;ve run into seems to be a buffer overflow and automatic reset of the Arduino Duemilanove when I write the 11 sensor values to an array. I&#8217;ve been playing with adding delays after each servo movement, which does improve the result but adding some different code eventually causes more problems. With that said, make sure you have enough memory in your board to do what you want or else it&#8217;ll crash and reset itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olli Heath</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-15277</link>
		<dc:creator>Olli Heath</dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-15277</guid>
		<description>Hey Larry,

First of all, good work on this project!
Okay, I am doing this as a project at college, but using PICAXE Programming software. I have a working code and circuit and everything that can find distance in it&#039;s registry. I was just wondering how I would go about creating a radar screen like yours here? and also, do you know how to input data from the PICAXE chip to the PC so it can use the data to map out distance on the radar screen?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Larry,</p>
<p>First of all, good work on this project!<br />
Okay, I am doing this as a project at college, but using PICAXE Programming software. I have a working code and circuit and everything that can find distance in it&#8217;s registry. I was just wondering how I would go about creating a radar screen like yours here? and also, do you know how to input data from the PICAXE chip to the PC so it can use the data to map out distance on the radar screen?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-6977</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 23 Nov 2011 12:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-6977</guid>
		<description>Good implementation...I&#039;ve been tinkering with this off and on with similar frustrations.  From using shipborne radar, usually radar displays image the range of the reflecting surface rather than the extended polar trace of the complete signal as you&#039;ve done, giving a result of objects/surfaces only.  Either works, but the former is more intuitive to interpret (and may be easier to interface with robotics).</description>
		<content:encoded><![CDATA[<p>Good implementation&#8230;I&#8217;ve been tinkering with this off and on with similar frustrations.  From using shipborne radar, usually radar displays image the range of the reflecting surface rather than the extended polar trace of the complete signal as you&#8217;ve done, giving a result of objects/surfaces only.  Either works, but the former is more intuitive to interpret (and may be easier to interface with robotics).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForkinOutlet</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-6527</link>
		<dc:creator>ForkinOutlet</dc:creator>
		<pubDate>Tue, 27 Sep 2011 05:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-6527</guid>
		<description>Larry, have you worked with the SFR10?  I have had little luck getting it to reliably read distances of a person moving from 15-20 feet to about 2 Feet.  I have built two projects around this sensor one using a Basic Stamp and now one with an Arduino but still can&#039;t get the measurements to read reliably.  I need to set 4 zones that when a person moves from one to another it will trigger different segments of the sketch to run.  Any suggestions or code examples?  If  I can&#039;t get it to work I will next try the Sharp IR R316-GP2Y0A710YK sensor.

Thanks for any help to can offer.</description>
		<content:encoded><![CDATA[<p>Larry, have you worked with the SFR10?  I have had little luck getting it to reliably read distances of a person moving from 15-20 feet to about 2 Feet.  I have built two projects around this sensor one using a Basic Stamp and now one with an Arduino but still can&#8217;t get the measurements to read reliably.  I need to set 4 zones that when a person moves from one to another it will trigger different segments of the sketch to run.  Any suggestions or code examples?  If  I can&#8217;t get it to work I will next try the Sharp IR R316-GP2Y0A710YK sensor.</p>
<p>Thanks for any help to can offer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetguy</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-6099</link>
		<dc:creator>jetguy</dc:creator>
		<pubDate>Fri, 27 May 2011 12:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-6099</guid>
		<description>it must be the carrots at the ends that hide the line-so for those who are challenged, it should be #include space less than sign space Servo.h space greater than sign. I know this is a dumb way to represent it, but this would have helped me have this running yesterday.</description>
		<content:encoded><![CDATA[<p>it must be the carrots at the ends that hide the line-so for those who are challenged, it should be #include space less than sign space Servo.h space greater than sign. I know this is a dumb way to represent it, but this would have helped me have this running yesterday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetguy</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-6098</link>
		<dc:creator>jetguy</dc:creator>
		<pubDate>Fri, 27 May 2011 12:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-6098</guid>
		<description>The posted code needs the include line for the servo changed (mising the Servo.h) or else it won&#039;t compile in Arduino. Simple fix.

#include             // include the standard servo library</description>
		<content:encoded><![CDATA[<p>The posted code needs the include line for the servo changed (mising the Servo.h) or else it won&#8217;t compile in Arduino. Simple fix.</p>
<p>#include             // include the standard servo library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-5861</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 08 Apr 2011 11:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-5861</guid>
		<description>Never tried it, I am intrigues to know if it would work - though dont get the circuits wet!! let me know. :)</description>
		<content:encoded><![CDATA[<p>Never tried it, I am intrigues to know if it would work &#8211; though dont get the circuits wet!! let me know. <img src='http://luckylarry.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhilshan</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-processing-make-a-radar-screen-to-visualise-sensor-data-from-srf-05-part-1-setting-up-the-circuit-and-outputting-values/comment-page-1/#comment-5789</link>
		<dc:creator>Dhilshan</dc:creator>
		<pubDate>Mon, 21 Mar 2011 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=597#comment-5789</guid>
		<description>Hats off to you larry. first i thank you for the support you are doing for beginners like me. is it possible to pin point an object in the water with this radar? if so could you give an idea?</description>
		<content:encoded><![CDATA[<p>Hats off to you larry. first i thank you for the support you are doing for beginners like me. is it possible to pin point an object in the water with this radar? if so could you give an idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

