<?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: Projects Repository</title>
	<atom:link href="http://hackingroomba.com/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingroomba.com</link>
	<description>Roomba hacks that don't void the warranty</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:20:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/projects/comment-page-2/#comment-60095</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-60095</guid>
		<description>Hmm, I&#039;m not quite sure.  Perhaps it got set to a different baud rate?  What version of Roomba do you have?</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m not quite sure.  Perhaps it got set to a different baud rate?  What version of Roomba do you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egomy</title>
		<link>http://hackingroomba.com/projects/comment-page-2/#comment-60085</link>
		<dc:creator>Egomy</dc:creator>
		<pubDate>Sat, 07 Nov 2009 19:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-60085</guid>
		<description>hi tod,

it&#039;s me again. i&#039;ve actually succeeded in using the Roomba as a remote surveillance tool, attaching a netbook and webcam ontop of it. it was working until a while ago when it ran out of battery, i actually charged it and now it doesn&#039;t seem to be detecting the roomba.

when i ran roombaview, it says &quot;connected. sensors invalid. unplugged?&quot;
any idea where the problem could lie?
really need some help here, my project&#039;s due on monday and this suddenly happens.
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>hi tod,</p>
<p>it&#8217;s me again. i&#8217;ve actually succeeded in using the Roomba as a remote surveillance tool, attaching a netbook and webcam ontop of it. it was working until a while ago when it ran out of battery, i actually charged it and now it doesn&#8217;t seem to be detecting the roomba.</p>
<p>when i ran roombaview, it says &#8220;connected. sensors invalid. unplugged?&#8221;<br />
any idea where the problem could lie?<br />
really need some help here, my project&#8217;s due on monday and this suddenly happens.<br />
Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-59932</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-59932</guid>
		<description>Hi Egomy,
Java applets run on the client computer, not on the server, so the roombaview applet would have to be rewritten to be a network client to a newly written roombaview server module on tomcat.  Not a small undertaking. However, the new maintainers of the RoombaComm are extending it to have a network client, so eventually we&#039;ll have something like what you want.</description>
		<content:encoded><![CDATA[<p>Hi Egomy,<br />
Java applets run on the client computer, not on the server, so the roombaview applet would have to be rewritten to be a network client to a newly written roombaview server module on tomcat.  Not a small undertaking. However, the new maintainers of the RoombaComm are extending it to have a network client, so eventually we&#8217;ll have something like what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egomy</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-59931</link>
		<dc:creator>Egomy</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-59931</guid>
		<description>Hi Tod,

just wondering if it&#039;s possible to run roombaview as an applet running on a tomcat server.

i&#039;ve tried exporting the program as an applet using Processing, but it seems that it comes up blank everytime. Is it even possible to be doing this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Tod,</p>
<p>just wondering if it&#8217;s possible to run roombaview as an applet running on a tomcat server.</p>
<p>i&#8217;ve tried exporting the program as an applet using Processing, but it seems that it comes up blank everytime. Is it even possible to be doing this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-57991</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Wed, 29 Jul 2009 17:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-57991</guid>
		<description>Hi MovieMaker,
It&#039;s not just you, it looks like others have had problems too.  I think perhaps when I did my Arduino-Roomba hacks, the Arduino board or the Roomba had slightly different electronics.  

Fortunately, someone who has a newer Roomba figured out a way to make it work using SoftSerial instead of normal Serial.  Check out: http://www.netfluvia.org/layer8/?p=127</description>
		<content:encoded><![CDATA[<p>Hi MovieMaker,<br />
It&#8217;s not just you, it looks like others have had problems too.  I think perhaps when I did my Arduino-Roomba hacks, the Arduino board or the Roomba had slightly different electronics.  </p>
<p>Fortunately, someone who has a newer Roomba figured out a way to make it work using SoftSerial instead of normal Serial.  Check out: <a href="http://www.netfluvia.org/layer8/?p=127" rel="nofollow">http://www.netfluvia.org/layer8/?p=127</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MovieMaker</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-57871</link>
		<dc:creator>MovieMaker</dc:creator>
		<pubDate>Sat, 25 Jul 2009 20:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-57871</guid>
		<description>Dear Tod,

   I owe you an apoligy.  I dogged you out after being frustrated as heck with trying to interface my Arduino with my roomba530. I can see by this sight that you are doing your best to answer questions and have put a lot of work into this book.  I am sorry.

    I have gotten the project to the part where roombacomm works absolutely perfect, but when I hook up the specially made cable all it does is the power comes on and it turns the roomba on. But, no communication from the roomba to the arduino. I have a nove model and someone said somewhere that no matter what I do it will never work. But, this is only one person talking. I have swapped RX and TX and bauds from 11500 and 57600. But, nothing seems to help.
    I hope that you will accept my apoligies and I will say that you have a fine book.

MovieMaker</description>
		<content:encoded><![CDATA[<p>Dear Tod,</p>
<p>   I owe you an apoligy.  I dogged you out after being frustrated as heck with trying to interface my Arduino with my roomba530. I can see by this sight that you are doing your best to answer questions and have put a lot of work into this book.  I am sorry.</p>
<p>    I have gotten the project to the part where roombacomm works absolutely perfect, but when I hook up the specially made cable all it does is the power comes on and it turns the roomba on. But, no communication from the roomba to the arduino. I have a nove model and someone said somewhere that no matter what I do it will never work. But, this is only one person talking. I have swapped RX and TX and bauds from 11500 and 57600. But, nothing seems to help.<br />
    I hope that you will accept my apoligies and I will say that you have a fine book.</p>
<p>MovieMaker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-53410</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-53410</guid>
		<description>Yes I got it to work, but the problem i have now is i got roombapanel to work, but the roombapanel.cgi is not working I put it in the cgi-bin folder but its not working is there something i need to do, or a file i need to move.</description>
		<content:encoded><![CDATA[<p>Yes I got it to work, but the problem i have now is i got roombapanel to work, but the roombapanel.cgi is not working I put it in the cgi-bin folder but its not working is there something i need to do, or a file i need to move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todbot</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-53404</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Thu, 30 Apr 2009 20:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-53404</guid>
		<description>Hi Kyle,
There shouldn&#039;t be a problem with Vista.  I&#039;ve not heard any issues from the Arduino or Processing community (which the hacks in the book are comparable to).  But I don&#039;t use Vista so I&#039;m not sure.</description>
		<content:encoded><![CDATA[<p>Hi Kyle,<br />
There shouldn&#8217;t be a problem with Vista.  I&#8217;ve not heard any issues from the Arduino or Processing community (which the hacks in the book are comparable to).  But I don&#8217;t use Vista so I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-52700</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-52700</guid>
		<description>Tod will i be able to do chapter 15 of adding eyes to the roomba with vista. I know most of the programming has to be done via openwrt on the router. Is there any new drivers i should know about or will I be ok with the directions already given.</description>
		<content:encoded><![CDATA[<p>Tod will i be able to do chapter 15 of adding eyes to the roomba with vista. I know most of the programming has to be done via openwrt on the router. Is there any new drivers i should know about or will I be ok with the directions already given.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://hackingroomba.com/projects/comment-page-1/#comment-50023</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-50023</guid>
		<description>Todbot,
I just found that someone used KamiKaze Openwrt, so i will try that. I am trying to go with a solderless approach just to be safe, but in the openwrt manual i see that the serial port must be soldered. Will the same webcam the Creative Instant webcam work for this project?</description>
		<content:encoded><![CDATA[<p>Todbot,<br />
I just found that someone used KamiKaze Openwrt, so i will try that. I am trying to go with a solderless approach just to be safe, but in the openwrt manual i see that the serial port must be soldered. Will the same webcam the Creative Instant webcam work for this project?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.349 seconds -->
