<?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: Joystick Control of a Servo</title>
	<atom:link href="http://principialabs.com/joystick-control-of-a-servo/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com/joystick-control-of-a-servo/</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Mon, 19 Sep 2011 18:50:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-197</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-197</guid>
		<description>&lt;p&gt;Hey everyone, thanks for stopping by!  The joystick/servo problem is easily solvable and most folks have been able to get it working -- it just takes a USB joystick, an Arduino (or clone), and the Python scripting language (okay, and a bit of patience, too!).  Python is installed by default on MacOS X and Linux, and is easily installed on Windows.&lt;/p&gt;

&lt;p&gt;The most up-to-date information on controlling servos with a USB joystick can be found by reading &lt;a href=&quot;http://principialabs.com/arduino-python-4-axis-servo-control/&quot; rel=&quot;nofollow&quot;&gt;Arduino-Python 4-Axis Servo Control&lt;/a&gt;.  The article is quite detailed, and most of the common problems have been identified and solved in the comments section.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey everyone, thanks for stopping by!  The joystick/servo problem is easily solvable and most folks have been able to get it working &#8212; it just takes a USB joystick, an Arduino (or clone), and the Python scripting language (okay, and a bit of patience, too!).  Python is installed by default on MacOS X and Linux, and is easily installed on Windows.</p>

<p>The most up-to-date information on controlling servos with a USB joystick can be found by reading <a href="http://principialabs.com/arduino-python-4-axis-servo-control/" rel="nofollow">Arduino-Python 4-Axis Servo Control</a>.  The article is quite detailed, and most of the common problems have been identified and solved in the comments section.  Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cristiano</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-196</link>
		<dc:creator>cristiano</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-196</guid>
		<description>&lt;p&gt;Hello Brian !
Can I use a usb joystick ? 
In this case what&#039;s a right program ?
Thank&#039;s&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Brian !
Can I use a usb joystick ? 
In this case what&#8217;s a right program ?
Thank&#8217;s</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-195</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-195</guid>
		<description>&lt;p&gt;I see what is missing, some store which would supply a working joystick with arduiono servo connection. I would pay a double price.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I see what is missing, some store which would supply a working joystick with arduiono servo connection. I would pay a double price.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sindre</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-191</link>
		<dc:creator>sindre</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-191</guid>
		<description>&lt;p&gt;hey there. nice guide.&lt;/p&gt;

&lt;p&gt;Im working on the same thing as you, but wanted to try an xbox or psp controller. do anyone have a nice tutorial how to read the signal from the usb cabel, through my pc and WiFi to the Rover/arduino?&lt;/p&gt;

&lt;p&gt;im stuck with alot of ideas but dont have the skills in this field to make em come to life =)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey there. nice guide.</p>

<p>Im working on the same thing as you, but wanted to try an xbox or psp controller. do anyone have a nice tutorial how to read the signal from the usb cabel, through my pc and WiFi to the Rover/arduino?</p>

<p>im stuck with alot of ideas but dont have the skills in this field to make em come to life =)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-186</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-186</guid>
		<description>&lt;p&gt;Great project, 
I really need joystick which controls servo! It is clear with arduino interface. Could you please describe in short steps what to do with pigame, piserial, python’s standard library? Sorry guys I am from physics, I never did programming, it is difficult to understand how to run both programs (python, arduino) simultaneously in windows-xp for a joystick  servo control? As I understand when we start python COM must be for joystick and arduino has different COM. Please give me all steps, we install, start command, type such command... for windows
I am most grateful to you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great project, 
I really need joystick which controls servo! It is clear with arduino interface. Could you please describe in short steps what to do with pigame, piserial, python’s standard library? Sorry guys I am from physics, I never did programming, it is difficult to understand how to run both programs (python, arduino) simultaneously in windows-xp for a joystick  servo control? As I understand when we start python COM must be for joystick and arduino has different COM. Please give me all steps, we install, start command, type such command&#8230; for windows
I am most grateful to you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: maximiliano giorgio</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-180</link>
		<dc:creator>maximiliano giorgio</dc:creator>
		<pubDate>Sat, 23 Jan 2010 22:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-180</guid>
		<description>&lt;p&gt;great tutorial, really really thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great tutorial, really really thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tulio Oliveira</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-172</link>
		<dc:creator>Tulio Oliveira</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-172</guid>
		<description>&lt;p&gt;Hello, great project.&lt;/p&gt;

&lt;p&gt;Please, do you know some method to link an USB phone connection directly to a servo ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello, great project.</p>

<p>Please, do you know some method to link an USB phone connection directly to a servo ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: crank</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-109</link>
		<dc:creator>crank</dc:creator>
		<pubDate>Fri, 11 Sep 2009 11:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-109</guid>
		<description>&lt;p&gt;hey...
I would be very thankful to you if you could give the full code for the joystick control of a single servo.The reason why i am asking is that ....its a bit difficult for newbies like me to interpret the code and play with it(The one which is given above doesnt explain which one to be run in python and which one to be loaded onto the freeduino board )...I would be thankful to you if you could do that as soon as possible [:)]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey&#8230;
I would be very thankful to you if you could give the full code for the joystick control of a single servo.The reason why i am asking is that &#8230;.its a bit difficult for newbies like me to interpret the code and play with it(The one which is given above doesnt explain which one to be run in python and which one to be loaded onto the freeduino board )&#8230;I would be thankful to you if you could do that as soon as possible [:)]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ying</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-41</link>
		<dc:creator>Ying</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-41</guid>
		<description>&lt;p&gt;Good work. I tried to replicate the work but found a weird problem on the py script using pyserial. The communication works good under python shell, but failed in python script. For example, the python code did not print &quot;hello&quot;. I tried this code on different Windows PCs.
Did you observe similiar problems? Thanks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python code&lt;/strong&gt;&lt;/p&gt;

&lt;pre name=&quot;code&quot; class=&quot;python&quot;&gt;
import serial
ss = serial.Serial(port=&#039;COM7&#039;,baudrate=9600,parity=serial.PARITYNONE,stopbits=serial.STOPBITSONE,bytesize=serial.EIGHTBITS)
ss.write(&#039;A&#039;)
ss.flush()
print ss.read(ss.inWaiting())
&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Arduino code&lt;/strong&gt;&lt;/p&gt;

&lt;pre name=&quot;code&quot; class=&quot;arduino&quot;&gt;
void setup()
{
  Serial.begin(9600);
}
void loop()
{
  int b = 0;
  if(Serial.available())
  {
      b = Serial.read();
      Serial.println(&quot;HELLO&quot;);
  }
}
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Good work. I tried to replicate the work but found a weird problem on the py script using pyserial. The communication works good under python shell, but failed in python script. For example, the python code did not print &#8220;hello&#8221;. I tried this code on different Windows PCs.
Did you observe similiar problems? Thanks.</p>

<p><strong>Python code</strong></p>

<pre name="code" class="python">
import serial
ss = serial.Serial(port='COM7',baudrate=9600,parity=serial.PARITYNONE,stopbits=serial.STOPBITSONE,bytesize=serial.EIGHTBITS)
ss.write('A')
ss.flush()
print ss.read(ss.inWaiting())
</pre>

<p><strong>Arduino code</strong></p>

<pre name="code" class="arduino">
void setup()
{
  Serial.begin(9600);
}
void loop()
{
  int b = 0;
  if(Serial.available())
  {
      b = Serial.read();
      Serial.println("HELLO");
  }
}
</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/joystick-control-of-a-servo/#comment-40</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/joystick-control-of-a-servo/#comment-40</guid>
		<description>&lt;p&gt;@Jason:  Sorry, no.  I&#039;m sure they&#039;re out there, I just don&#039;t have much experience with different types.  Mine are definitely loud!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Jason:  Sorry, no.  I&#8217;m sure they&#8217;re out there, I just don&#8217;t have much experience with different types.  Mine are definitely loud!</p>]]></content:encoded>
	</item>
</channel>
</rss>

