<?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>Thu, 05 Jan 2012 16:43:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Build a Roomba Serial Tether by Mine</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-97422</link>
		<dc:creator>Mine</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-97422</guid>
		<description>Thanks for quick reply,
My Roomba model is 4150.  But I don&#039;t think the problem is the baud rate. I have one small favor to ask. Since I don&#039;t have any experience on java programming, I couldn&#039;t understand the explanations on roombacomm completely. I don&#039;t even know what RXTX is. If it isn&#039;t much of a burden, can you tell me exactly which of the three files to download from your site and which application to use in order to control roomba from Windows xp pc and any other software I require to make it work?
Thanks for your help,
Mine</description>
		<content:encoded><![CDATA[<p>Thanks for quick reply,<br />
My Roomba model is 4150.  But I don&#8217;t think the problem is the baud rate. I have one small favor to ask. Since I don&#8217;t have any experience on java programming, I couldn&#8217;t understand the explanations on roombacomm completely. I don&#8217;t even know what RXTX is. If it isn&#8217;t much of a burden, can you tell me exactly which of the three files to download from your site and which application to use in order to control roomba from Windows xp pc and any other software I require to make it work?<br />
Thanks for your help,<br />
Mine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by todbot</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-97320</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Thu, 05 Jan 2012 05:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-97320</guid>
		<description>Hi Mine,
What model Roomba do you have?  The newer ones operate at 115200 instead of 57600 bps. 

How did you install RXTX?  (The easiest way I&#039;ve found is to steal the one out of the Arduino software) Normally minor RXTX version mismatches aren&#039;t an issue, but I&#039;m not sure i&#039;ve seen a 2.2pro1 before.</description>
		<content:encoded><![CDATA[<p>Hi Mine,<br />
What model Roomba do you have?  The newer ones operate at 115200 instead of 57600 bps. </p>
<p>How did you install RXTX?  (The easiest way I&#8217;ve found is to steal the one out of the Arduino software) Normally minor RXTX version mismatches aren&#8217;t an issue, but I&#8217;m not sure i&#8217;ve seen a 2.2pro1 before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by Mine</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-97228</link>
		<dc:creator>Mine</dc:creator>
		<pubDate>Wed, 04 Jan 2012 18:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-97228</guid>
		<description>Hello. I built the Roomba serial interface tether as you’ve explained in your book. Echo test worked well. And I pluged the Roomba serial interface tether into the Roomba. I double click RoombaCommTest option and I select the correct port. However, I see in the display ” No Roomba. :( Is it turned on? ” 
Also I have one warning:
       Warning: RXTX Version mismatch
                Jar version=RXTX-2.2pro1
                native lib Version=RXTX-2.1-7
I installed Java my computer and Roomba model is 4150.
How we can solve this problem? Please help me. Thank you.</description>
		<content:encoded><![CDATA[<p>Hello. I built the Roomba serial interface tether as you’ve explained in your book. Echo test worked well. And I pluged the Roomba serial interface tether into the Roomba. I double click RoombaCommTest option and I select the correct port. However, I see in the display ” No Roomba. :( Is it turned on? ”<br />
Also I have one warning:<br />
       Warning: RXTX Version mismatch<br />
                Jar version=RXTX-2.2pro1<br />
                native lib Version=RXTX-2.1-7<br />
I installed Java my computer and Roomba model is 4150.<br />
How we can solve this problem? Please help me. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates / Errata by AYL</title>
		<link>http://hackingroomba.com/about/errata/comment-page-1/#comment-91200</link>
		<dc:creator>AYL</dc:creator>
		<pubDate>Wed, 30 Nov 2011 07:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/about/errata/#comment-91200</guid>
		<description>Hi,
Thanks for a fantastic book!  I am working my way through and was wondering if you could help explain some of the math in listing 9-2 (RoombaSpiro).  Given the incremental vector (dx,dy), the draw() method is calculating two Roomba drive radii (rx and ry).  Can you explain how you arrived at the expressions for rx and ry?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for a fantastic book!  I am working my way through and was wondering if you could help explain some of the math in listing 9-2 (RoombaSpiro).  Given the incremental vector (dx,dy), the draw() method is calculating two Roomba drive radii (rx and ry).  Can you explain how you arrived at the expressions for rx and ry?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roomba Tilt Control with MacBook &amp; Perl by Control your Roomba using the MacBook&#8217;s Sudden Motion Sensor &#124; Ars Technica</title>
		<link>http://hackingroomba.com/projects/roomba-tilt-control-with-macbook-perl/comment-page-1/#comment-89515</link>
		<dc:creator>Control your Roomba using the MacBook&#8217;s Sudden Motion Sensor &#124; Ars Technica</dc:creator>
		<pubDate>Thu, 17 Nov 2011 06:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/roomba-tilt-control-with-macbook-perl/#comment-89515</guid>
		<description>[...] I saw this article at Hackingroomba.com, I jumped for joy. MacBooks + Roomba = love? Hacking Roomba has written a Perl [...]</description>
		<content:encoded><![CDATA[<p>[...] I saw this article at Hackingroomba.com, I jumped for joy. MacBooks + Roomba = love? Hacking Roomba has written a Perl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Download by sean</title>
		<link>http://hackingroomba.com/code/comment-page-1/#comment-87443</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Sun, 30 Oct 2011 11:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/?page_id=7#comment-87443</guid>
		<description>Arduino is coming out with an arm based board like the Corduino shortly. 

Other things that could work quite well are:
-Plug computers like guruplug, ultraplug, pogoplug, etc. 
-Freescale MCIMX53 starter board.
-Beagle/panda board
-Trimslice

They all run linux and have a small form factor. Some come with bluetooth and wireless, built-in, and use very little electricity like your cell phone. So you can use a small battery pack.</description>
		<content:encoded><![CDATA[<p>Arduino is coming out with an arm based board like the Corduino shortly. </p>
<p>Other things that could work quite well are:<br />
-Plug computers like guruplug, ultraplug, pogoplug, etc.<br />
-Freescale MCIMX53 starter board.<br />
-Beagle/panda board<br />
-Trimslice</p>
<p>They all run linux and have a small form factor. Some come with bluetooth and wireless, built-in, and use very little electricity like your cell phone. So you can use a small battery pack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by todbot</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-86109</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Thu, 20 Oct 2011 03:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-86109</guid>
		<description>Hi Bratan, Schlem,
The socket is the socket on the Roomba, which the mini DIN 8-pin cable plugs in to.  The 10uF capacitor I reference is C2 or C3 (the ones on the 5V power supply). The actual value can be between 1uF and 100uF.  The capacitor values around the MAX232 are correct.</description>
		<content:encoded><![CDATA[<p>Hi Bratan, Schlem,<br />
The socket is the socket on the Roomba, which the mini DIN 8-pin cable plugs in to.  The 10uF capacitor I reference is C2 or C3 (the ones on the 5V power supply). The actual value can be between 1uF and 100uF.  The capacitor values around the MAX232 are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by todbot</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-86108</link>
		<dc:creator>todbot</dc:creator>
		<pubDate>Thu, 20 Oct 2011 03:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-86108</guid>
		<description>Hi Israel,
The iRobot USB-Serial cable should come with instructions on how to install drivers for it.  Once you install the drivers, the cable will show up as a serial port with the name &quot;/dev/tty.usbserial...&quot; or &quot;/dev/tty.usbmodem...&quot;.  It&#039;s this name that will replace the &quot;/dev/cu.KeySerial1&quot; that is in my example.</description>
		<content:encoded><![CDATA[<p>Hi Israel,<br />
The iRobot USB-Serial cable should come with instructions on how to install drivers for it.  Once you install the drivers, the cable will show up as a serial port with the name &#8220;/dev/tty.usbserial&#8230;&#8221; or &#8220;/dev/tty.usbmodem&#8230;&#8221;.  It&#8217;s this name that will replace the &#8220;/dev/cu.KeySerial1&#8243; that is in my example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a Roomba Serial Tether by Israel Alvarez</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-86102</link>
		<dc:creator>Israel Alvarez</dc:creator>
		<pubDate>Thu, 20 Oct 2011 02:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-86102</guid>
		<description>I have a Roomba Discovery 4210 and I&#039;ve purchased the iRobot USB-Serial cable. I&#039;ve downloaded the various processing tools and have them running in GUI test mode on a Lion MacBook. My problem is actual communication with the Roomba: the /dev/cu.KeySerial1 device doesn&#039;t exist on my machine, and I&#039;m not sure which device to point the serial communications to: obviously the cu.Blue* devices aren&#039;t appropriate. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I have a Roomba Discovery 4210 and I&#8217;ve purchased the iRobot USB-Serial cable. I&#8217;ve downloaded the various processing tools and have them running in GUI test mode on a Lion MacBook. My problem is actual communication with the Roomba: the /dev/cu.KeySerial1 device doesn&#8217;t exist on my machine, and I&#8217;m not sure which device to point the serial communications to: obviously the cu.Blue* devices aren&#8217;t appropriate. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Roomba Prototyping Cable for Arduino by Homy &#38; Roomba &#171; Quo Vadis ?</title>
		<link>http://hackingroomba.com/2006/11/28/new-roomba-prototyping-cable-for-arduino/comment-page-1/#comment-83928</link>
		<dc:creator>Homy &#38; Roomba &#171; Quo Vadis ?</dc:creator>
		<pubDate>Sun, 02 Oct 2011 14:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackingroomba.com/2006/11/28/new-roomba-prototyping-cable-for-arduino/#comment-83928</guid>
		<description>[...] a Roomba Serial Interface, Controlling A Roomba with an Arduino, DIY Roomba USB interface cable, New Roomba Prototyping Cable for Arduino, Arduino Robotics Project, ...), learned a lot, and figured out how should I proceed with my [...]</description>
		<content:encoded><![CDATA[<p>[...] a Roomba Serial Interface, Controlling A Roomba with an Arduino, DIY Roomba USB interface cable, New Roomba Prototyping Cable for Arduino, Arduino Robotics Project, &#8230;), learned a lot, and figured out how should I proceed with my [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.350 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-02 21:13:39 -->

