<?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: Build a Roomba Serial Tether</title>
	<atom:link href="http://hackingroomba.com/projects/build-a-roomba-serial-tether/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingroomba.com</link>
	<description>Roomba hacks that don't void the warranty</description>
	<lastBuildDate>Sat, 10 Mar 2012 21:25:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alan Federman</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-102603</link>
		<dc:creator>Alan Federman</dc:creator>
		<pubDate>Sun, 12 Feb 2012 12:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-102603</guid>
		<description>A USB bib for a Freeduino will work with no modification - only three signals are needed TXD, RXD, and GND. For a Turtlebot,  you might also want to isolate the unregulated power (16v)  and use it to develop a 12v supply for a Kinect.  (The Freeduino bib is 1/2 the cost of a RooStick and is basically the same thing.</description>
		<content:encoded><![CDATA[<p>A USB bib for a Freeduino will work with no modification &#8211; only three signals are needed TXD, RXD, and GND. For a Turtlebot,  you might also want to isolate the unregulated power (16v)  and use it to develop a 12v supply for a Kinect.  (The Freeduino bib is 1/2 the cost of a RooStick and is basically the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>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>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>By: Bratan</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-74936</link>
		<dc:creator>Bratan</dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-74936</guid>
		<description>With regards to 10uF capacitor, I&#039;m also as confused as Schlem. No mentioning of it in the part list of schematic, but then out of nowhere it comes up in the description in the book. Also I noticed that Mini DIN 8-pin socket is not used anywhere. I guess there was no need to cut perfect good cable? :)</description>
		<content:encoded><![CDATA[<p>With regards to 10uF capacitor, I&#8217;m also as confused as Schlem. No mentioning of it in the part list of schematic, but then out of nowhere it comes up in the description in the book. Also I noticed that Mini DIN 8-pin socket is not used anywhere. I guess there was no need to cut perfect good cable? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schlem</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-69059</link>
		<dc:creator>schlem</dc:creator>
		<pubDate>Fri, 28 Jan 2011 08:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-69059</guid>
		<description>Just to follow up on my comment:  I did some research on the MAX232 chip and it turns out that the chip outputs +/- 8.5 V on pins 2 and 6 respectively.  Who knew?  In this context, the schematic shows the negative Cap leads connecting to a &quot;more negative&quot; source.  My ignorance.  

As regards the 10uF cap - the data sheet (for my flavor max232) makes no mention of this, spec&#039;ing 1.0uF caps, but allowing 0.1uF caps as acceptable. 

I still can&#039;t believe that I am the only person with these questions.  Maybe I know just enough to be dangerous.  Maybe other people are better at answering their questions before whining on the comment board.  

Thanks for humoring me, regards,
Schlem</description>
		<content:encoded><![CDATA[<p>Just to follow up on my comment:  I did some research on the MAX232 chip and it turns out that the chip outputs +/- 8.5 V on pins 2 and 6 respectively.  Who knew?  In this context, the schematic shows the negative Cap leads connecting to a &#8220;more negative&#8221; source.  My ignorance.  </p>
<p>As regards the 10uF cap &#8211; the data sheet (for my flavor max232) makes no mention of this, spec&#8217;ing 1.0uF caps, but allowing 0.1uF caps as acceptable. </p>
<p>I still can&#8217;t believe that I am the only person with these questions.  Maybe I know just enough to be dangerous.  Maybe other people are better at answering their questions before whining on the comment board.  </p>
<p>Thanks for humoring me, regards,<br />
Schlem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schlem</title>
		<link>http://hackingroomba.com/projects/build-a-roomba-serial-tether/comment-page-1/#comment-69053</link>
		<dc:creator>schlem</dc:creator>
		<pubDate>Fri, 28 Jan 2011 07:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://test.roombahacking.com/projects/build-a-roomba-serial-tether/#comment-69053</guid>
		<description>Hi 
Great book.  Itching to hack my Roombas.  In my hurried enthusiasm, I rushed out and bought a Rootooth, and it won&#039;t even pair with any of my computers or Droids.  :(

So, I rolled it back to square one to build a simple serial interface, procured the necessary parts, and now I am confused.  I am a late-comer, so I read all the errata/comments, and I can&#039;t believe nobody has these questions:

-Pinout orientation for mini-din7/8 is well documented.  Pinout orientation for DB-9 not so much.  Is it looking at the connector from the connection side or the wire side?

-Discussion of parts in fig 3-6 references a 10uF cap not mentioned in the parts list nor the schematic.  Either way you use 6 caps, but which one is the 10uF? Does it even really matter?

-The two 1.0uF caps connected to pins 2 and 6 appear to be polarized backwards (+ to - and vice versa).  I hear that electrolytics blow up when hooked up wrong.  I&#039;m no Electrical Engineer - am I misunderstanding something here?  

I agree that Radio Shack part no. 276-150 is the best thing they sell!  417 wonderful little holes.  
-schlem</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great book.  Itching to hack my Roombas.  In my hurried enthusiasm, I rushed out and bought a Rootooth, and it won&#8217;t even pair with any of my computers or Droids.  :(</p>
<p>So, I rolled it back to square one to build a simple serial interface, procured the necessary parts, and now I am confused.  I am a late-comer, so I read all the errata/comments, and I can&#8217;t believe nobody has these questions:</p>
<p>-Pinout orientation for mini-din7/8 is well documented.  Pinout orientation for DB-9 not so much.  Is it looking at the connector from the connection side or the wire side?</p>
<p>-Discussion of parts in fig 3-6 references a 10uF cap not mentioned in the parts list nor the schematic.  Either way you use 6 caps, but which one is the 10uF? Does it even really matter?</p>
<p>-The two 1.0uF caps connected to pins 2 and 6 appear to be polarized backwards (+ to &#8211; and vice versa).  I hear that electrolytics blow up when hooked up wrong.  I&#8217;m no Electrical Engineer &#8211; am I misunderstanding something here?  </p>
<p>I agree that Radio Shack part no. 276-150 is the best thing they sell!  417 wonderful little holes.<br />
-schlem</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.402 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-13 11:23:42 -->

