<?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: Mini Sumo PCBs&#8230;</title>
	<atom:link href="http://roko.ca/robotics/mini-sumo-pcbs/feed" rel="self" type="application/rss+xml" />
	<link>http://roko.ca/robotics/mini-sumo-pcbs</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 00:46:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Regina Jones</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-566</link>
		<dc:creator>Regina Jones</dc:creator>
		<pubDate>Fri, 02 Sep 2011 16:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-566</guid>
		<description>Wow, designing a PCB sounds like a really complex procedure! I am dreading having to do this during my final year of college. It sucks having a desire to be an engineer!
-Regina from &lt;a href=&quot;http://www.thebmwclub.co.za/&quot; rel=&quot;nofollow&quot;&gt;BMW Specials&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wow, designing a PCB sounds like a really complex procedure! I am dreading having to do this during my final year of college. It sucks having a desire to be an engineer!<br />
-Regina from <a href="http://www.thebmwclub.co.za/">BMW Specials</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewangga yudistira</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-455</link>
		<dc:creator>dewangga yudistira</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-455</guid>
		<description>send me list of the component and pcb design for sumo please..........</description>
		<content:encoded><![CDATA[<p>send me list of the component and pcb design for sumo please&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-436</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Thu, 21 Jan 2010 11:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-436</guid>
		<description>i want to design a mini pcb...so tell me about it...i hv its circuit.............but pcb should be very small............</description>
		<content:encoded><![CDATA[<p>i want to design a mini pcb&#8230;so tell me about it&#8230;i hv its circuit&#8230;&#8230;&#8230;&#8230;.but pcb should be very small&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roko</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-414</link>
		<dc:creator>Roko</dc:creator>
		<pubDate>Mon, 30 Nov 2009 19:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-414</guid>
		<description>Hi Ashish;

A lot of work goes into making a competitive mini sumo robot design. This particular board is very much tailored to my specific robot, and even after you have the PCB design, you will need the code to make it work properly. Sumo robots aren&#039;t about copying other people&#039;s designs directly, it&#039;s about building your own design to try and make the best robot out there. I&#039;m sure you&#039;ll understand why I don&#039;t want to release my design files, however if you need help working on your own design, I&#039;d be more than willing to give advice.</description>
		<content:encoded><![CDATA[<p>Hi Ashish;</p>
<p>A lot of work goes into making a competitive mini sumo robot design. This particular board is very much tailored to my specific robot, and even after you have the PCB design, you will need the code to make it work properly. Sumo robots aren&#8217;t about copying other people&#8217;s designs directly, it&#8217;s about building your own design to try and make the best robot out there. I&#8217;m sure you&#8217;ll understand why I don&#8217;t want to release my design files, however if you need help working on your own design, I&#8217;d be more than willing to give advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish barapatre</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-413</link>
		<dc:creator>ashish barapatre</dc:creator>
		<pubDate>Sat, 28 Nov 2009 06:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-413</guid>
		<description>send me pcb design of mini sumo robot</description>
		<content:encoded><![CDATA[<p>send me pcb design of mini sumo robot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Martens</title>
		<link>http://roko.ca/robotics/mini-sumo-pcbs/comment-page-1#comment-233</link>
		<dc:creator>Mark Martens</dc:creator>
		<pubDate>Thu, 30 Apr 2009 03:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://roko.ca/?p=177#comment-233</guid>
		<description>Maybe something along the lines of 
&lt;code&gt;
If (opponent == mark)
{
  run_away();
}
else
{
  kick_butt();
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Maybe something along the lines of<br />
<code><br />
If (opponent == mark)<br />
{<br />
  run_away();<br />
}<br />
else<br />
{<br />
  kick_butt();<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

