<?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: Obstacle avoidance Arduino robot – build your own larryBot</title>
	<atom:link href="http://luckylarry.co.uk/2009/08/obstacle-avoidance-robot-build-your-own-larrybot/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:19:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=124</generator>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15329</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Tue, 07 Feb 2012 14:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15329</guid>
		<description>I would use a different h bridge chip entirely, voltage seems to be ok for most but it&#039;s the current that&#039;s the issue. Too much current will burn the chip out and stall the motors.</description>
		<content:encoded><![CDATA[<p>I would use a different h bridge chip entirely, voltage seems to be ok for most but it&#8217;s the current that&#8217;s the issue. Too much current will burn the chip out and stall the motors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15328</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Tue, 07 Feb 2012 14:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15328</guid>
		<description>for 58, I measured the time the signal took over a set distance.

In terms of the averages, it&#039;s probably the wrong way of doing it e.g. taking multiple readings and then an average. What I should have done is remove any values that are outside of a threshold.</description>
		<content:encoded><![CDATA[<p>for 58, I measured the time the signal took over a set distance.</p>
<p>In terms of the averages, it&#8217;s probably the wrong way of doing it e.g. taking multiple readings and then an average. What I should have done is remove any values that are outside of a threshold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15326</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15326</guid>
		<description>You may want to actually improve this or make the project your own rather than just copying it wholesale.

I really should start to leave more bugs in the code to make you think about it before just copying it all ;)</description>
		<content:encoded><![CDATA[<p>You may want to actually improve this or make the project your own rather than just copying it wholesale.</p>
<p>I really should start to leave more bugs in the code to make you think about it before just copying it all <img src='http://luckylarry.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernard</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15325</link>
		<dc:creator>bernard</dc:creator>
		<pubDate>Sun, 05 Feb 2012 12:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15325</guid>
		<description>great! i&#039;m going to use this as my project. thanks a lot</description>
		<content:encoded><![CDATA[<p>great! i&#8217;m going to use this as my project. thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15316</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Wed, 01 Feb 2012 16:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15316</guid>
		<description>also in your in OBR 0.5 .maybe i can experience the same problem because the SN754410 is not available. can i amplify 0.6 A to 2 A or more?? and i&#039;m trying to create a larger size of this robot. 2 ft long and 1.5 ft wide. so bigger motors and much current is needed.</description>
		<content:encoded><![CDATA[<p>also in your in OBR 0.5 .maybe i can experience the same problem because the SN754410 is not available. can i amplify 0.6 A to 2 A or more?? and i&#8217;m trying to create a larger size of this robot. 2 ft long and 1.5 ft wide. so bigger motors and much current is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-15315</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Wed, 01 Feb 2012 15:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-15315</guid>
		<description>why distance = pulstetime/ 58? why not other number. ^^ and cant understand some of the code. I have less experience in programming. &quot; for (int thisReading = 0; thisReading &lt; numOfReadings; thisReading++) {
    readings[thisReading] = 0;&quot; and the next one.
total= total - readings[arrayIndex];         
  readings[arrayIndex] = distance;             
  total= total + readings[arrayIndex];
why the total will subtract then in the next code will add?? i try to understand your code so that i can create my own.</description>
		<content:encoded><![CDATA[<p>why distance = pulstetime/ 58? why not other number. ^^ and cant understand some of the code. I have less experience in programming. &#8221; for (int thisReading = 0; thisReading &lt; numOfReadings; thisReading++) {<br />
    readings[thisReading] = 0;&quot; and the next one.<br />
total= total &#8211; readings[arrayIndex];<br />
  readings[arrayIndex] = distance;<br />
  total= total + readings[arrayIndex];<br />
why the total will subtract then in the next code will add?? i try to understand your code so that i can create my own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EE Senior Design &#187; Blog Archive &#187; [Team DSSP ] &#8211; Prototype II Final Report: [Smart Mailbox for Smart Wheelchair]</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-6798</link>
		<dc:creator>EE Senior Design &#187; Blog Archive &#187; [Team DSSP ] &#8211; Prototype II Final Report: [Smart Mailbox for Smart Wheelchair]</dc:creator>
		<pubDate>Fri, 18 Nov 2011 02:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-6798</guid>
		<description>[...] http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/"  rel="nofollow">http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eazye</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-6697</link>
		<dc:creator>Eazye</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-6697</guid>
		<description>also how many links does the tracks have??</description>
		<content:encoded><![CDATA[<p>also how many links does the tracks have??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eazye</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-6691</link>
		<dc:creator>Eazye</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-6691</guid>
		<description>thanks for the quick reply. 

just wondering what wheels did you use for the tracks?? I see its a large drive sprocket on top..

but on the bottom, is it a small drive sprocket on the front and small wheels behind it OR just all small wheels for the bottom??</description>
		<content:encoded><![CDATA[<p>thanks for the quick reply. </p>
<p>just wondering what wheels did you use for the tracks?? I see its a large drive sprocket on top..</p>
<p>but on the bottom, is it a small drive sprocket on the front and small wheels behind it OR just all small wheels for the bottom??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/obstacle-avoidance-robot-build-your-own-larrybot/comment-page-1/#comment-6678</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Mon, 07 Nov 2011 21:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=409#comment-6678</guid>
		<description>umm. can&#039;t remember, I don&#039;t think I was too specific on that, just cut a piece down until it was small enough to fit.</description>
		<content:encoded><![CDATA[<p>umm. can&#8217;t remember, I don&#8217;t think I was too specific on that, just cut a piece down until it was small enough to fit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

