<?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 for Hacking Roomba</title>
	<atom:link href="http://hackingroomba.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingroomba.com</link>
	<description>Roomba hacks that don't void the warranty</description>
	<lastBuildDate>Mon, 04 Feb 2013 03:04:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Projects Repository by Ed Hughes</title>
		<link>http://hackingroomba.com/projects/comment-page-2/#comment-224343</link>
		<dc:creator>Ed Hughes</dc:creator>
		<pubDate>Mon, 04 Feb 2013 03:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=6#comment-224343</guid>
		<description><![CDATA[Two 770&#039;s and six 560&#039;s
Now
The 770 has a better cleaning pattern. As far as parts all the 770 and 560 parts are the same (CHM, Wheel, bumper ect...)
Quetion:
Can I hack into the 770 copy the cleaning program and load it into my 560&#039;s?]]></description>
		<content:encoded><![CDATA[<p>Two 770&#8242;s and six 560&#8242;s<br />
Now<br />
The 770 has a better cleaning pattern. As far as parts all the 770 and 560 parts are the same (CHM, Wheel, bumper ect&#8230;)<br />
Quetion:<br />
Can I hack into the 770 copy the cleaning program and load it into my 560&#8242;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoombaComm by fabrice2006</title>
		<link>http://hackingroomba.com/code/roombacomm/comment-page-3/#comment-166885</link>
		<dc:creator>fabrice2006</dc:creator>
		<pubDate>Thu, 06 Dec 2012 17:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/roombacomm/#comment-166885</guid>
		<description><![CDATA[Hi, i have a problem with rooombacomm and a roomba 520, the datas of the sensors are wrong in roombacomm . The command of motors or led or musique works fine.
Thanks for you help.

Fabrice.]]></description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with rooombacomm and a roomba 520, the datas of the sensors are wrong in roombacomm . The command of motors or led or musique works fine.<br />
Thanks for you help.</p>
<p>Fabrice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoombaComm by Sean Carolan</title>
		<link>http://hackingroomba.com/code/roombacomm/comment-page-3/#comment-130631</link>
		<dc:creator>Sean Carolan</dc:creator>
		<pubDate>Sat, 21 Jul 2012 19:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/roombacomm/#comment-130631</guid>
		<description><![CDATA[Here&#039;s the tutorial I used to compile the Java application:

http://pharos.ece.utexas.edu/wiki/index.php/How_to_use_the_RoombaCommTest_to_Control_the_iRobot_Create

I&#039;m willing to try something else, actually it would be much preferable to program the roomba with python or perl.  I really, really hate Java.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s the tutorial I used to compile the Java application:</p>
<p><a href="http://pharos.ece.utexas.edu/wiki/index.php/How_to_use_the_RoombaCommTest_to_Control_the_iRobot_Create" rel="nofollow">http://pharos.ece.utexas.edu/wiki/index.php/How_to_use_the_RoombaCommTest_to_Control_the_iRobot_Create</a></p>
<p>I&#8217;m willing to try something else, actually it would be much preferable to program the roomba with python or perl.  I really, really hate Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoombaComm by Sean Carolan</title>
		<link>http://hackingroomba.com/code/roombacomm/comment-page-3/#comment-130630</link>
		<dc:creator>Sean Carolan</dc:creator>
		<pubDate>Sat, 21 Jul 2012 19:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/code/roombacomm/#comment-130630</guid>
		<description><![CDATA[Here&#039;s the stack trace in case any of you are java wizards and can figure out what is wrong:

connect-start
Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.NoClassDefFoundError: Could not initialize class gnu.io.CommPortIdentifier
	at com.hackingroomba.roombacomm.RoombaCommSerial.listPorts(RoombaCommSerial.java:315)
	at com.hackingroomba.roombacomm.RoombaCommPanel.setCommPorts(RoombaCommPanel.java:1478)
	at com.hackingroomba.roombacomm.RoombaCommPanel.connect(RoombaCommPanel.java:209)
	at com.hackingroomba.roombacomm.RoombaCommPanel.actionPerformed(RoombaCommPanel.java:434)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)setCommPorts-start
setCommPorts-portChoices object is not null
setCommPorts-getting list of ports

	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
connect-start
Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.NoClassDefFoundError: Could not initialize class gnu.io.CommPortIdentifier
	at com.hackingroomba.roombacomm.RoombaCommSerial.listPorts(RoombaCommSerial.java:315)
	at com.hackingroomba.roombacomm.RoombaCommPanel.setCommPorts(RoombaCommPanel.java:1478)
	at com.hackingroomba.roombacomm.RoombaCommPanel.connect(RoombaCommPanel.java:209)
	at com.hackingroomba.roombacomm.RoombaCommPanel.actionPerformed(RoombaCommPanel.java:434)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)setCommPorts-start
setCommPorts-portChoices object is not null
setCommPorts-getting list of ports

	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s the stack trace in case any of you are java wizards and can figure out what is wrong:</p>
<p>connect-start<br />
Exception in thread &#8220;AWT-EventQueue-0&#8243; java.lang.NoClassDefFoundError: Could not initialize class gnu.io.CommPortIdentifier<br />
	at com.hackingroomba.roombacomm.RoombaCommSerial.listPorts(RoombaCommSerial.java:315)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.setCommPorts(RoombaCommPanel.java:1478)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.connect(RoombaCommPanel.java:209)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.actionPerformed(RoombaCommPanel.java:434)<br />
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br />
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)setCommPorts-start<br />
setCommPorts-portChoices object is not null<br />
setCommPorts-getting list of ports</p>
<p>	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br />
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br />
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br />
	at java.awt.Component.processMouseEvent(Unknown Source)<br />
	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br />
	at java.awt.Component.processEvent(Unknown Source)<br />
	at java.awt.Container.processEvent(Unknown Source)<br />
	at java.awt.Component.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Container.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Component.dispatchEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br />
	at java.awt.Container.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Window.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Component.dispatchEvent(Unknown Source)<br />
	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.run(Unknown Source)<br />
connect-start<br />
Exception in thread &#8220;AWT-EventQueue-0&#8243; java.lang.NoClassDefFoundError: Could not initialize class gnu.io.CommPortIdentifier<br />
	at com.hackingroomba.roombacomm.RoombaCommSerial.listPorts(RoombaCommSerial.java:315)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.setCommPorts(RoombaCommPanel.java:1478)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.connect(RoombaCommPanel.java:209)<br />
	at com.hackingroomba.roombacomm.RoombaCommPanel.actionPerformed(RoombaCommPanel.java:434)<br />
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br />
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)setCommPorts-start<br />
setCommPorts-portChoices object is not null<br />
setCommPorts-getting list of ports</p>
<p>	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br />
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br />
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br />
	at java.awt.Component.processMouseEvent(Unknown Source)<br />
	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br />
	at java.awt.Component.processEvent(Unknown Source)<br />
	at java.awt.Container.processEvent(Unknown Source)<br />
	at java.awt.Component.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Container.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Component.dispatchEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br />
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br />
	at java.awt.Container.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Window.dispatchEventImpl(Unknown Source)<br />
	at java.awt.Component.dispatchEvent(Unknown Source)<br />
	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
	at java.awt.EventDispatchThread.run(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build A Roomba Bluetooth Adapter by PAtrick</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/comment-page-1/#comment-130246</link>
		<dc:creator>PAtrick</dc:creator>
		<pubDate>Thu, 19 Jul 2012 21:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/#comment-130246</guid>
		<description><![CDATA[Hello, I was wondering if I could buy a fully made bluetooth receiver for my roomba. The rootooth is very expensive for me just wanting to play around on a $50 roomba.Thanks,Patrick]]></description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if I could buy a fully made bluetooth receiver for my roomba. The rootooth is very expensive for me just wanting to play around on a $50 roomba.Thanks,Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Download by Joel Gonzalez</title>
		<link>http://hackingroomba.com/code/comment-page-1/#comment-130069</link>
		<dc:creator>Joel Gonzalez</dc:creator>
		<pubDate>Thu, 19 Jul 2012 05:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=7#comment-130069</guid>
		<description><![CDATA[Thank you Joe for the link.  I&#039;m about to buy the Roomba 560 and considering buying the iRobot too.  I&#039;d like to know if all other Roomba functions will operate if I disconnect/unplug the vacuum motor and brush motor--without hacking it--and if it will lose any programing capabilities doing so. The iRobot will not be able to vacuum as it is not made for that. I&#039;m not sure if or when someone will be able to answer this question. Feel free to drop me an e-mail at joelgnz@hotmail.com
Any info will be greatly appreciated.
Thank you,
  
Joel in Connecticut]]></description>
		<content:encoded><![CDATA[<p>Thank you Joe for the link.  I&#8217;m about to buy the Roomba 560 and considering buying the iRobot too.  I&#8217;d like to know if all other Roomba functions will operate if I disconnect/unplug the vacuum motor and brush motor&#8211;without hacking it&#8211;and if it will lose any programing capabilities doing so. The iRobot will not be able to vacuum as it is not made for that. I&#8217;m not sure if or when someone will be able to answer this question. Feel free to drop me an e-mail at <a href="mailto:joelgnz@hotmail.com">joelgnz@hotmail.com</a><br />
Any info will be greatly appreciated.<br />
Thank you,</p>
<p>Joel in Connecticut</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build A Roomba Bluetooth Adapter by iRobot Create with Bluetooth Adapter &#124; Robot aspirateur occasion</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/comment-page-1/#comment-129796</link>
		<dc:creator>iRobot Create with Bluetooth Adapter &#124; Robot aspirateur occasion</dc:creator>
		<pubDate>Wed, 18 Jul 2012 02:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/#comment-129796</guid>
		<description><![CDATA[[...] iRobot Create Bluetooth adapter    Year peak of  todbot   You can homemade ROI adapters like the  Bluetooth adapter  shown in the book.    This entry was posted in Robots aspirateur photos and tagged Adapter, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] iRobot Create Bluetooth adapter    Year peak of  todbot   You can homemade ROI adapters like the  Bluetooth adapter  shown in the book.    This entry was posted in Robots aspirateur photos and tagged Adapter, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by iRobot Create in use &#124; Robot aspirateur occasion</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-129589</link>
		<dc:creator>iRobot Create in use &#124; Robot aspirateur occasion</dc:creator>
		<pubDate>Tue, 17 Jul 2012 00:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-129589</guid>
		<description><![CDATA[[...]  Hacking Roomba ) all Arbeiten.Die serial line is the same as the functionality presented here  . The Create-Tether is a bit more aesthetic though. It also contains the data transfer LEDs to let [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  Hacking Roomba ) all Arbeiten.Die serial line is the same as the functionality presented here  . The Create-Tether is a bit more aesthetic though. It also contains the data transfer LEDs to let [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build A Roomba Bluetooth Adapter by Tim</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/comment-page-1/#comment-129157</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 13 Jul 2012 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/#comment-129157</guid>
		<description><![CDATA[Bobby, you can try to press the power button to turn the robot on, then either clean or spot. The robot must be on or on the dock to respond to the bluesmirf. If you have a Discovery series (red, Discovery, Discovery SE, etc.), you can try checking the create compatibility setting on the app. Otherwise, if you have a 500 series, it should work. Just make sure the robot&#039;s on first.]]></description>
		<content:encoded><![CDATA[<p>Bobby, you can try to press the power button to turn the robot on, then either clean or spot. The robot must be on or on the dock to respond to the bluesmirf. If you have a Discovery series (red, Discovery, Discovery SE, etc.), you can try checking the create compatibility setting on the app. Otherwise, if you have a 500 series, it should work. Just make sure the robot&#8217;s on first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build A Roomba Bluetooth Adapter by Tim</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/comment-page-1/#comment-129154</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 13 Jul 2012 19:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/projects/build-a-roomba-bluetooth-adapter/#comment-129154</guid>
		<description><![CDATA[Thank you for this hack. I bought a Bluesmirf Silver and hooked it up to my 570 with your schematic. Works perfectly. Instead of buying a voltage converter and the like, I just used an automotive USB adapter for power. See my thread here:
http://www.robotreviews.com/chat/viewtopic.php?f=4&amp;t=16215]]></description>
		<content:encoded><![CDATA[<p>Thank you for this hack. I bought a Bluesmirf Silver and hooked it up to my 570 with your schematic. Works perfectly. Instead of buying a voltage converter and the like, I just used an automotive USB adapter for power. See my thread here:<br />
<a href="http://www.robotreviews.com/chat/viewtopic.php?f=4&#038;t=16215" rel="nofollow">http://www.robotreviews.com/chat/viewtopic.php?f=4&#038;t=16215</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
