<?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: Controlling robotic arm with Arduino and USB mouse</title>
	<atom:link href="http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse</link>
	<description>A Solder Joint</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:12:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: taipscode</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10713</link>
		<dc:creator>taipscode</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10713</guid>
		<description>I don&#039;t know, what&#039;s product board of Mr Oleg ?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know, what&#8217;s product board of Mr Oleg ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10690</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10690</guid>
		<description>If you want to use Renbotics library, you will need the shield.</description>
		<content:encoded><![CDATA[<p>If you want to use Renbotics library, you will need the shield.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10689</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Wed, 07 Dec 2011 13:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10689</guid>
		<description>Mr Oleg: Can I use Renbotics library without using side Shield? How can i define the pins of Arduino Uno to use this library?

Regards</description>
		<content:encoded><![CDATA[<p>Mr Oleg: Can I use Renbotics library without using side Shield? How can i define the pins of Arduino Uno to use this library?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10670</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Mon, 05 Dec 2011 16:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10670</guid>
		<description>this code has been developed quite some time ago; it&#039;s possible that &#039;byte&#039; is not supported in recent versions of Arduino IDE. Define &lt;code&gt;byte&lt;/code&gt; as &lt;code&gt;uint8_t&lt;/code&gt; and try again.</description>
		<content:encoded><![CDATA[<p>this code has been developed quite some time ago; it&#8217;s possible that &#8216;byte&#8217; is not supported in recent versions of Arduino IDE. Define <code>byte</code> as <code>uint8_t</code> and try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10667</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Mon, 05 Dec 2011 15:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10667</guid>
		<description>Mr Oleg: when i compile  i have this error: ‘ch9.h:103:error: ‘byte’ does not name a type. and i have the same error for many lines of ch9.h</description>
		<content:encoded><![CDATA[<p>Mr Oleg: when i compile  i have this error: ‘ch9.h:103:error: ‘byte’ does not name a type. and i have the same error for many lines of ch9.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10573</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Tue, 29 Nov 2011 19:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10573</guid>
		<description>???</description>
		<content:encoded><![CDATA[<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10563</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Mon, 28 Nov 2011 19:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10563</guid>
		<description>Okay i&#039;ve install, but now when i compile again i have this error: &#039;ch9.h:103:error: &#039;byte&#039; does not name a type. and y have the same error for many lines of ch9.h

Regards</description>
		<content:encoded><![CDATA[<p>Okay i&#8217;ve install, but now when i compile again i have this error: &#8216;ch9.h:103:error: &#8216;byte&#8217; does not name a type. and y have the same error for many lines of ch9.h</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10561</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Mon, 28 Nov 2011 18:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10561</guid>
		<description>Do you have Renbotics library installed?</description>
		<content:encoded><![CDATA[<p>Do you have Renbotics library installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10560</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Mon, 28 Nov 2011 18:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10560</guid>
		<description>Oleg : when i compile arm_mouse.pde i have an error &quot;ServoShield&quot; does not a name type. can u help me?</description>
		<content:encoded><![CDATA[<p>Oleg : when i compile arm_mouse.pde i have an error &#8220;ServoShield&#8221; does not a name type. can u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan F</title>
		<link>http://www.circuitsathome.com/mcu/controlling-robotic-arm-with-arduino-and-usb-mouse/comment-page-1#comment-10495</link>
		<dc:creator>Brendan F</dc:creator>
		<pubDate>Tue, 22 Nov 2011 02:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=3656#comment-10495</guid>
		<description>Hey this is a fantastic way to control a robot, I was wondering if you could give me any information on how you programmed this. I will be competing in a high school robotics competition, and would greatly appreciate any info you could provide on how exactly you programed your arduino, and how you wired the shield to your mouse/arm.
Thank you very much</description>
		<content:encoded><![CDATA[<p>Hey this is a fantastic way to control a robot, I was wondering if you could give me any information on how you programmed this. I will be competing in a high school robotics competition, and would greatly appreciate any info you could provide on how exactly you programed your arduino, and how you wired the shield to your mouse/arm.<br />
Thank you very much</p>
]]></content:encoded>
	</item>
</channel>
</rss>

