<?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: Microcontroller Code</title>
	<atom:link href="http://hackingroomba.com/code/micro/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingroomba.com</link>
	<description>Roomba hacks that don't void the warranty</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sfang125</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-63363</link>
		<dc:creator>sfang125</dc:creator>
		<pubDate>Fri, 14 May 2010 12:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-63363</guid>
		<description>I have a Arduino (Deumilanove) as well that doesn&#039;t respond to the bump-turn program... it just goes straight until I pick up the roomba... I have a gray and black one they sent me on a warranty claim that looks much like the roomba sage.  I&#039;m very new at this, and cannot figure it out.  CAn someone help me get into the right direction, please?

sfang125@live.com</description>
		<content:encoded><![CDATA[<p>I have a Arduino (Deumilanove) as well that doesn&#8217;t respond to the bump-turn program&#8230; it just goes straight until I pick up the roomba&#8230; I have a gray and black one they sent me on a warranty claim that looks much like the roomba sage.  I&#8217;m very new at this, and cannot figure it out.  CAn someone help me get into the right direction, please?</p>
<p><a href="mailto:sfang125@live.com">sfang125@live.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MovieMaker</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-57872</link>
		<dc:creator>MovieMaker</dc:creator>
		<pubDate>Sat, 25 Jul 2009 21:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-57872</guid>
		<description>Colin,
  have you gotten your Arduino (deumilanova) to work yet? I would like for you to share your adventure with me. Mine does not work properly.

Thanks,

 yhmmc@yahoo.com</description>
		<content:encoded><![CDATA[<p>Colin,<br />
  have you gotten your Arduino (deumilanova) to work yet? I would like for you to share your adventure with me. Mine does not work properly.</p>
<p>Thanks,</p>
<p> <a href="mailto:yhmmc@yahoo.com">yhmmc@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-56086</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-56086</guid>
		<description>I&#039;ve not done any mapping code for the Roomba.  I think other have, but I don&#039;t know any links.  Google for &quot;roomba robotic mapping&quot; perhaps.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not done any mapping code for the Roomba.  I think other have, but I don&#8217;t know any links.  Google for &#8220;roomba robotic mapping&#8221; perhaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antipoison</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-56082</link>
		<dc:creator>antipoison</dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-56082</guid>
		<description>hmm.. 
i was wondering someone can provide the mapping code for microcontroller?
currently i&#039;m doing project about the mapping system.
really appreciate if can help... thanks a lot</description>
		<content:encoded><![CDATA[<p>hmm..<br />
i was wondering someone can provide the mapping code for microcontroller?<br />
currently i&#8217;m doing project about the mapping system.<br />
really appreciate if can help&#8230; thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin de Silva</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-54169</link>
		<dc:creator>Colin de Silva</dc:creator>
		<pubDate>Fri, 08 May 2009 20:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-54169</guid>
		<description>Tod, Thanks for that.  I just got delivery of my compass sensors and bluetooth module, and I have already had success with the IR rangefinder sensor.  :-) I just need to work out a voltage-distance conversion function that works with the GP2Y0A21YK.

Also, in two minds whether to have 2-3 IR Rangefinders, fixed at forward, left, right, or to mount on servo.  I guess with the servo solution, would have to calculate absolute direction on the fly, as well as rotate servo, which would be slower?  I have a very &#039;skinny&#039; flat, so I aim to recalibrate location by checking for the various doorways.

I am also wondering if I can store my flat&#039;s floorplan in Arduino memory (in roomba-width granularity) or whether I need to offload this to a PC.  I know when you are working in bits, 1028 is a lot, but... :-)

thanks again
Colin</description>
		<content:encoded><![CDATA[<p>Tod, Thanks for that.  I just got delivery of my compass sensors and bluetooth module, and I have already had success with the IR rangefinder sensor.  :-) I just need to work out a voltage-distance conversion function that works with the GP2Y0A21YK.</p>
<p>Also, in two minds whether to have 2-3 IR Rangefinders, fixed at forward, left, right, or to mount on servo.  I guess with the servo solution, would have to calculate absolute direction on the fly, as well as rotate servo, which would be slower?  I have a very &#8217;skinny&#8217; flat, so I aim to recalibrate location by checking for the various doorways.</p>
<p>I am also wondering if I can store my flat&#8217;s floorplan in Arduino memory (in roomba-width granularity) or whether I need to offload this to a PC.  I know when you are working in bits, 1028 is a lot, but&#8230; :-)</p>
<p>thanks again<br />
Colin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-54121</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Fri, 08 May 2009 01:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-54121</guid>
		<description>Hi Colin,  Yup you got it.  As long as you feed the Roomba&#039;s power into the &quot;Vin&quot; connection (or the barrel jack), it works just fine.</description>
		<content:encoded><![CDATA[<p>Hi Colin,  Yup you got it.  As long as you feed the Roomba&#8217;s power into the &#8220;Vin&#8221; connection (or the barrel jack), it works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin de Silva</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-54120</link>
		<dc:creator>Colin de Silva</dc:creator>
		<pubDate>Fri, 08 May 2009 01:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-54120</guid>
		<description>Hi, 

Is it ok to power the Arduino (deumilanova) directly from the Roomba power supply?  From specs, it looks like it can do it, but I have worries of overheating the onboard 7805 or whatever it is, or damaging the board.  I intend to add some additional navigation sensors (compass, IR rangefinder, etc).  Do I have to build an external circuit?

cheers
Colin</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Is it ok to power the Arduino (deumilanova) directly from the Roomba power supply?  From specs, it looks like it can do it, but I have worries of overheating the onboard 7805 or whatever it is, or damaging the board.  I intend to add some additional navigation sensors (compass, IR rangefinder, etc).  Do I have to build an external circuit?</p>
<p>cheers<br />
Colin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino to Roomba - but how? &#171; apero and you</title>
		<link>http://hackingroomba.com/code/micro/comment-page-1/#comment-29353</link>
		<dc:creator>Arduino to Roomba - but how? &#171; apero and you</dc:creator>
		<pubDate>Wed, 24 Dec 2008 19:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/micro/#comment-29353</guid>
		<description>[...] at the website for Hacking Roomba got me just to the point of confusion. Seems I needed a little background help before I dove in [...]</description>
		<content:encoded><![CDATA[<p>[...] at the website for Hacking Roomba got me just to the point of confusion. Seems I needed a little background help before I dove in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
