<?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 &#8211; Sonic range finder with SRF05</title>
	<atom:link href="http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/</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=495</generator>
	<item>
		<title>By: lee</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-15458</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Tue, 24 Apr 2012 07:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-15458</guid>
		<description>how  about we use Ping ultrasonic sensor which have only 3 pin??how it connection??</description>
		<content:encoded><![CDATA[<p>how  about we use Ping ultrasonic sensor which have only 3 pin??how it connection??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teejay</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-15434</link>
		<dc:creator>teejay</dc:creator>
		<pubDate>Sat, 07 Apr 2012 10:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-15434</guid>
		<description>Great - works a treat - thanks for sharing...</description>
		<content:encoded><![CDATA[<p>Great &#8211; works a treat &#8211; thanks for sharing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lemorlenny</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-15359</link>
		<dc:creator>Lemorlenny</dc:creator>
		<pubDate>Tue, 21 Feb 2012 17:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-15359</guid>
		<description>Beware the SRF pins, mine have pins in reverse order than your pics!.</description>
		<content:encoded><![CDATA[<p>Beware the SRF pins, mine have pins in reverse order than your pics!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costyn</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-6367</link>
		<dc:creator>Costyn</dc:creator>
		<pubDate>Fri, 19 Aug 2011 09:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-6367</guid>
		<description>I&#039;ve been puzzling over this a while too, but I think I finally get it. What is stored in the array is the 10 readings from the previous 10 cycles. In each cycle the current reading is averaged with the reading of 10 cycles ago.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been puzzling over this a while too, but I think I finally get it. What is stored in the array is the 10 readings from the previous 10 cycles. In each cycle the current reading is averaged with the reading of 10 cycles ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martini</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-6332</link>
		<dc:creator>Martini</dc:creator>
		<pubDate>Mon, 08 Aug 2011 03:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-6332</guid>
		<description>Hi larry, I&#039;m pretty interesting in building my own experimental produce but to start with, I stayed in Singapore. How do i get my hands on Arduino chip and SRF05? 

Is there like a website that deals international orders?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi larry, I&#8217;m pretty interesting in building my own experimental produce but to start with, I stayed in Singapore. How do i get my hands on Arduino chip and SRF05? </p>
<p>Is there like a website that deals international orders?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-6240</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Wed, 06 Jul 2011 05:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-6240</guid>
		<description>Hey Larry,

can you explain how these lines work?

total= total - readings[arrayIndex];           // subtract the last distance
readings[arrayIndex] = distance;                // add distance reading to array
total= total + readings[arrayIndex];            // add the reading to the total

won&#039;t the total always be readings zero? I&#039;ve ran your code and I can see that it doesn&#039;t but this just doesnt make sense to me.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Larry,</p>
<p>can you explain how these lines work?</p>
<p>total= total &#8211; readings[arrayIndex];           // subtract the last distance<br />
readings[arrayIndex] = distance;                // add distance reading to array<br />
total= total + readings[arrayIndex];            // add the reading to the total</p>
<p>won&#8217;t the total always be readings zero? I&#8217;ve ran your code and I can see that it doesn&#8217;t but this just doesnt make sense to me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SRF05 Ultrasonic</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-5592</link>
		<dc:creator>SRF05 Ultrasonic</dc:creator>
		<pubDate>Tue, 15 Feb 2011 21:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-5592</guid>
		<description>[...] experimenters and not robotics people, so screw &#8216;em.  I stole the timing algorithm from the luckylarry.co.uk website, just like pretty much everyone else who uses the SRF05. Good old Lucky Larry was the only [...]</description>
		<content:encoded><![CDATA[<p>[...] experimenters and not robotics people, so screw &#8216;em.  I stole the timing algorithm from the luckylarry.co.uk website, just like pretty much everyone else who uses the SRF05. Good old Lucky Larry was the only [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-5250</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sat, 08 Jan 2011 11:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-5250</guid>
		<description>Should do, just depends on the pin configuration as I think the SRF10 use only one set of pins for both echo and trigger.</description>
		<content:encoded><![CDATA[<p>Should do, just depends on the pin configuration as I think the SRF10 use only one set of pins for both echo and trigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Su</title>
		<link>http://luckylarry.co.uk/arduino-projects/arduino-sonic-range-finder-with-srf05/comment-page-1/#comment-5135</link>
		<dc:creator>Martin Su</dc:creator>
		<pubDate>Wed, 17 Nov 2010 16:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=218#comment-5135</guid>
		<description>Hi Larry,

Just wondering, would this same sketch work with the SRF10 Ultrasonic Sensor?</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>Just wondering, would this same sketch work with the SRF10 Ultrasonic Sensor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/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>
</channel>
</rss>

