<?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: Sonic range finder with SRF05</title>
	<atom:link href="http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/</link>
	<description>Whats in my head...</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:31:26 +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/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1228</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sun, 24 Jan 2010 19:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1228</guid>
		<description>Hey Lorenc, 

I&#039;ve got a Wii myself but I&#039;ve not tried working with the controllers yet. I see a few tutorials online though - I guess its a case of receiving the signal from the Wii controller so you&#039;ll need an RF receiver (not IR) the sensor bar doesnt receive data from the Wii controller, it sends it. You can disconnect the Wii sensor bar and use TV remotes, IR leds etc... instead and the Wii controller will still work. The IR bit in the controller is actually an IR camera! cool huh?

Check this out: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1172459283

And: http://www.windmeadow.com/node/45

Loads of stuff already online about Arduino and Wii.

Looks like you can plug the wiimote in by using the expansion port - the bit where you connect the nunchuck to the Wiimote, if you take the plug off you&#039;ll have 6 pins that you can wire into Arduino.

BUT - I reckon there must be a way of receiving the RF signal from the remote which would be better. Can&#039;t think of how else the signal is sent wirelessly other than RF.

Good luck! Let me know how you get on as I&#039;ve yet to try doing any of this myself.

Larry</description>
		<content:encoded><![CDATA[<p>Hey Lorenc, </p>
<p>I&#8217;ve got a Wii myself but I&#8217;ve not tried working with the controllers yet. I see a few tutorials online though &#8211; I guess its a case of receiving the signal from the Wii controller so you&#8217;ll need an RF receiver (not IR) the sensor bar doesnt receive data from the Wii controller, it sends it. You can disconnect the Wii sensor bar and use TV remotes, IR leds etc&#8230; instead and the Wii controller will still work. The IR bit in the controller is actually an IR camera! cool huh?</p>
<p>Check this out: <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1172459283" rel="nofollow">http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1172459283</a></p>
<p>And: <a href="http://www.windmeadow.com/node/45" rel="nofollow">http://www.windmeadow.com/node/45</a></p>
<p>Loads of stuff already online about Arduino and Wii.</p>
<p>Looks like you can plug the wiimote in by using the expansion port &#8211; the bit where you connect the nunchuck to the Wiimote, if you take the plug off you&#8217;ll have 6 pins that you can wire into Arduino.</p>
<p>BUT &#8211; I reckon there must be a way of receiving the RF signal from the remote which would be better. Can&#8217;t think of how else the signal is sent wirelessly other than RF.</p>
<p>Good luck! Let me know how you get on as I&#8217;ve yet to try doing any of this myself.</p>
<p>Larry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LORENC XHUVANI</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1225</link>
		<dc:creator>LORENC XHUVANI</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1225</guid>
		<description>Hello Larry
How are you?
I am using you for different things and I hope you did not get tired of this.
I wanted to use some Wii object but with the mac. You think that it exist a mood to get the controller in my computer?
I am trying right now but nothing happen
Thank you
Lorenc</description>
		<content:encoded><![CDATA[<p>Hello Larry<br />
How are you?<br />
I am using you for different things and I hope you did not get tired of this.<br />
I wanted to use some Wii object but with the mac. You think that it exist a mood to get the controller in my computer?<br />
I am trying right now but nothing happen<br />
Thank you<br />
Lorenc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1214</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1214</guid>
		<description>Hi Steve,

The measurement is worked out from the time the signal is detected bouncing back - I worked this out by setting an object a metre away and dividing the time in microseconds by the distance in centimeters/ inchs etc... So if you&#039;re using a different ultrasound sensor the first stage for calibration is to record the time when the echo is detected and go from there.

I generally found that for large surface areas its very accurate.

Larry.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>The measurement is worked out from the time the signal is detected bouncing back &#8211; I worked this out by setting an object a metre away and dividing the time in microseconds by the distance in centimeters/ inchs etc&#8230; So if you&#8217;re using a different ultrasound sensor the first stage for calibration is to record the time when the echo is detected and go from there.</p>
<p>I generally found that for large surface areas its very accurate.</p>
<p>Larry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Gough</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1210</link>
		<dc:creator>Steve Gough</dc:creator>
		<pubDate>Fri, 22 Jan 2010 02:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1210</guid>
		<description>Larry, great stuff, thanks for posting.  We are working on a way to locate water level in our educational river models and thinking of ultrasound.  Specs on commercial units are all over the place--did you test accuracy on this and if so would you share?  We need ~2mm precision over a range of about 100mm.</description>
		<content:encoded><![CDATA[<p>Larry, great stuff, thanks for posting.  We are working on a way to locate water level in our educational river models and thinking of ultrasound.  Specs on commercial units are all over the place&#8211;did you test accuracy on this and if so would you share?  We need ~2mm precision over a range of about 100mm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1155</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sat, 26 Dec 2009 21:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1155</guid>
		<description>Not sure what you want to do with MAX MSP? I&#039;ve never used it myself - but from the looks of it you can link it up using information here: &lt;a href=&quot;http://www.arduino.cc/playground/Interfacing/MaxMSP&quot; rel=&quot;nofollow&quot;&gt;http://www.arduino.cc/playground/Interfacing/MaxMSP&lt;/a&gt; and here: &lt;a href=&quot;http://www.soundplusdesign.com/?p=1305&quot; rel=&quot;nofollow&quot;&gt;http://www.soundplusdesign.com/?p=1305&lt;/a&gt; And it looks like its fairly straight forward.

I personally use Processing which I think does the same kind of things - I&#039;ve done a few projects here: &lt;a href=&quot;http://luckylarry.co.uk/tag/processing/&quot; rel=&quot;nofollow&quot;&gt;http://luckylarry.co.uk/tag/processing/&lt;/a&gt;

Specifically check out this post involving the SRF-05 and Processing: &lt;a href=&quot;http://luckylarry.co.uk/2009/11/arduino-basic-theremin-meets-processing/&quot; rel=&quot;nofollow&quot;&gt;http://luckylarry.co.uk/2009/11/arduino-basic-theremin-meets-processing/&lt;/a&gt;

Hope the links help.</description>
		<content:encoded><![CDATA[<p>Not sure what you want to do with MAX MSP? I&#8217;ve never used it myself &#8211; but from the looks of it you can link it up using information here: <a href="http://www.arduino.cc/playground/Interfacing/MaxMSP" rel="nofollow">http://www.arduino.cc/playground/Interfacing/MaxMSP</a> and here: <a href="http://www.soundplusdesign.com/?p=1305" rel="nofollow">http://www.soundplusdesign.com/?p=1305</a> And it looks like its fairly straight forward.</p>
<p>I personally use Processing which I think does the same kind of things &#8211; I&#8217;ve done a few projects here: <a href="http://luckylarry.co.uk/tag/processing/" rel="nofollow">http://luckylarry.co.uk/tag/processing/</a></p>
<p>Specifically check out this post involving the SRF-05 and Processing: <a href="http://luckylarry.co.uk/2009/11/arduino-basic-theremin-meets-processing/" rel="nofollow">http://luckylarry.co.uk/2009/11/arduino-basic-theremin-meets-processing/</a></p>
<p>Hope the links help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LORENC XHUVANI</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1151</link>
		<dc:creator>LORENC XHUVANI</dc:creator>
		<pubDate>Fri, 25 Dec 2009 12:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1151</guid>
		<description>Hey Larry
I wanted to ask you something other. I am not able to interface the SFR05 with the software MaxMSP 5. I am trying to do it with the Arduino instructions but no way till now. If you have any idea will be great.
Thank you and Merry Christmas!</description>
		<content:encoded><![CDATA[<p>Hey Larry<br />
I wanted to ask you something other. I am not able to interface the SFR05 with the software MaxMSP 5. I am trying to do it with the Arduino instructions but no way till now. If you have any idea will be great.<br />
Thank you and Merry Christmas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LORENC XHUVANI</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1150</link>
		<dc:creator>LORENC XHUVANI</dc:creator>
		<pubDate>Fri, 25 Dec 2009 10:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1150</guid>
		<description>Great Larry!!!
It funtion all.
Thank you!</description>
		<content:encoded><![CDATA[<p>Great Larry!!!<br />
It funtion all.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1143</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1143</guid>
		<description>Ah... if you look for the line &#039;// execute 
void loop() { &#039;

Wordpress has messed up my code a bit, you can see that the // starts a code comment and there should have been a return after my comment of // execute.

The void loop() { is a method needed to run your Arduino code and its been commented out. Anyway I&#039;ve updated the post to fix that.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Ah&#8230; if you look for the line &#8216;// execute<br />
void loop() { &#8216;</p>
<p>Wordpress has messed up my code a bit, you can see that the // starts a code comment and there should have been a return after my comment of // execute.</p>
<p>The void loop() { is a method needed to run your Arduino code and its been commented out. Anyway I&#8217;ve updated the post to fix that.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LORENC XHUVANI</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1140</link>
		<dc:creator>LORENC XHUVANI</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1140</guid>
		<description>Hello Larry
the error is  
&quot;error: expected constructor, destructor, or type conversion before &#039;(&#039; token&quot; . 
Is in the row 
&quot;digitalWrite(initPin, HIGH);	  		// send 10 microsecond pulse&quot;
Thank you
Ps I am passing also in the Arduino 0017 and it gives the same</description>
		<content:encoded><![CDATA[<p>Hello Larry<br />
the error is<br />
&#8220;error: expected constructor, destructor, or type conversion before &#8216;(&#8216; token&#8221; .<br />
Is in the row<br />
&#8220;digitalWrite(initPin, HIGH);	  		// send 10 microsecond pulse&#8221;<br />
Thank you<br />
Ps I am passing also in the Arduino 0017 and it gives the same</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/2009/07/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-1133</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-1133</guid>
		<description>Hi, if you can let me know the error that you get and I&#039;ll try to see if I can fix it. I&#039;m also using Arduino 0015 release to do this.</description>
		<content:encoded><![CDATA[<p>Hi, if you can let me know the error that you get and I&#8217;ll try to see if I can fix it. I&#8217;m also using Arduino 0015 release to do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
