<?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: Arduino-Python 4-Axis Servo Control</title>
	<atom:link href="http://principialabs.com/arduino-python-4-axis-servo-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com/arduino-python-4-axis-servo-control/</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Sun, 29 Aug 2010 02:04:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Halotis</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-244</link>
		<dc:creator>Halotis</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-244</guid>
		<description>&lt;p&gt;Thanks for posting this code.  gave me a head start on my arduino project.  It makes a lot of sense to use high level python code on the computer to do the heavy lifting and simplify the microcontroller code to simply sending/receiving commands from the computer.&lt;/p&gt;

&lt;p&gt;Thx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting this code.  gave me a head start on my arduino project.  It makes a lot of sense to use high level python code on the computer to do the heavy lifting and simplify the microcontroller code to simply sending/receiving commands from the computer.</p>

<p>Thx</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffoz</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-242</link>
		<dc:creator>Geoffoz</dc:creator>
		<pubDate>Sat, 07 Aug 2010 16:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-242</guid>
		<description>&lt;p&gt;G&#039;day Brian, just wanted to say many thx for this detailed and beginner-friendly info. My first Arduino project will be a joystick-controlled laser pointer, so this is exactly what I needed to get started. Just got to find where I put the Saitek joystick...
Cheers, Geoff.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>G&#8217;day Brian, just wanted to say many thx for this detailed and beginner-friendly info. My first Arduino project will be a joystick-controlled laser pointer, so this is exactly what I needed to get started. Just got to find where I put the Saitek joystick&#8230;
Cheers, Geoff.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-240</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-240</guid>
		<description>&lt;p&gt;@William Hackett:  Sorry, I haven&#039;t been checking in on this blog as regularly as I should.  Are you having problems installing &lt;code&gt;pyserial&lt;/code&gt;?  If that&#039;s the case, just download the &lt;code&gt;pyserial-2.5-rc2.tar.gz&lt;/code&gt; file (or whatever the current version is) from the &lt;a href=&quot;http://sourceforge.net/projects/pyserial/&quot; rel=&quot;nofollow&quot;&gt;Sourceforge project page&lt;/a&gt;, then extract the file using the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;tar -zxvf pyserial-2.5-rc2.tar.gz
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This should leave you with a directory entitled &lt;code&gt;pyserial-2.5-rc2&lt;/code&gt;.  Simply navigate into that directory and run the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;python setup.py install
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This will install the &lt;code&gt;pyserial&lt;/code&gt; module on your Mac, and you should be able to follow along with the rest of the tutorial from there.  Let me know if you need any more help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@William Hackett:  Sorry, I haven&#8217;t been checking in on this blog as regularly as I should.  Are you having problems installing <code>pyserial</code>?  If that&#8217;s the case, just download the <code>pyserial-2.5-rc2.tar.gz</code> file (or whatever the current version is) from the <a href="http://sourceforge.net/projects/pyserial/" rel="nofollow">Sourceforge project page</a>, then extract the file using the following command:</p>

<pre><code>tar -zxvf pyserial-2.5-rc2.tar.gz
</code></pre>

<p>This should leave you with a directory entitled <code>pyserial-2.5-rc2</code>.  Simply navigate into that directory and run the following command:</p>

<pre><code>python setup.py install
</code></pre>

<p>This will install the <code>pyserial</code> module on your Mac, and you should be able to follow along with the rest of the tutorial from there.  Let me know if you need any more help!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William Hackett</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-237</link>
		<dc:creator>William Hackett</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-237</guid>
		<description>&lt;p&gt;I&#039;m trying to work through the  4 axis python-arduino setup. I&#039;ve read the instruction but don&#039;t know exactly what to do with py-serial. I&#039;m on an Intel Mac with snow leopard.
I&#039;ve gone through the installation instruction posted by Brian; but am getting nowhere. Any help,
Bill Hackett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to work through the  4 axis python-arduino setup. I&#8217;ve read the instruction but don&#8217;t know exactly what to do with py-serial. I&#8217;m on an Intel Mac with snow leopard.
I&#8217;ve gone through the installation instruction posted by Brian; but am getting nowhere. Any help,
Bill Hackett</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wright</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-235</link>
		<dc:creator>Chris Wright</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-235</guid>
		<description>&lt;p&gt;Hello, great tutorial.
I am currently working on a project in which i need to control a steering servo and ESC via an arduino duemilanove and ethernet shield.
I would like to control the ESC and Servo with a joystick connected to my computer. this then transmits data from a WRT54GL to a bridged WRT54GL on the rover to control the servo and ESC.&lt;/p&gt;

&lt;p&gt;I am having a little trouble with making this work, do you know anywhere i could find more information on sending these commands through the ethernet shield??
Any help would be greatly appreciated, this is my major work for Design and Technology.&lt;/p&gt;

&lt;p&gt;Thankyou, Chris&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello, great tutorial.
I am currently working on a project in which i need to control a steering servo and ESC via an arduino duemilanove and ethernet shield.
I would like to control the ESC and Servo with a joystick connected to my computer. this then transmits data from a WRT54GL to a bridged WRT54GL on the rover to control the servo and ESC.</p>

<p>I am having a little trouble with making this work, do you know anywhere i could find more information on sending these commands through the ethernet shield??
Any help would be greatly appreciated, this is my major work for Design and Technology.</p>

<p>Thankyou, Chris</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William Hackett</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-232</link>
		<dc:creator>William Hackett</dc:creator>
		<pubDate>Wed, 12 May 2010 07:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-232</guid>
		<description>&lt;p&gt;Second comment:
I tried to install 3.1.2 on my mac (snow leopard). It goes through the motions but when I type &quot;python&quot; into the terminal window it stays at version 2.6.1.
Maybe I should stick to flower arranging in Antarctica.
Bill Hackett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Second comment:
I tried to install 3.1.2 on my mac (snow leopard). It goes through the motions but when I type &#8220;python&#8221; into the terminal window it stays at version 2.6.1.
Maybe I should stick to flower arranging in Antarctica.
Bill Hackett</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William Hackett</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-231</link>
		<dc:creator>William Hackett</dc:creator>
		<pubDate>Wed, 12 May 2010 07:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-231</guid>
		<description>&lt;p&gt;Without sounding too stupid; I cannot make heads or tails of the python part. I have no idea what to do with the script, where to insert the control into python, nothing. I&#039;ve even tried the python web page and cannot make the simplest script work (except hello world).
I&#039;m a hardware person and would really like to try this controller; but without some help in the input of the software; I&#039;m dead in the water.
Thanks,
Bill Hackett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Without sounding too stupid; I cannot make heads or tails of the python part. I have no idea what to do with the script, where to insert the control into python, nothing. I&#8217;ve even tried the python web page and cannot make the simplest script work (except hello world).
I&#8217;m a hardware person and would really like to try this controller; but without some help in the input of the software; I&#8217;m dead in the water.
Thanks,
Bill Hackett</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik Jangam</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-227</link>
		<dc:creator>Kartik Jangam</dc:creator>
		<pubDate>Tue, 04 May 2010 22:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-227</guid>
		<description>&lt;p&gt;I have visited and poured over your articles many times regarding servo control via joystick and I haven&#039;t read all the comments but I did make a WiFi module for micro controllers. you can find out more here http://leetgeekgear.blogspot.com/ but essentially it shows up as a serial port via an FTDI cable and transmits/receives via serial uart. I am trying to implement your code by using the WiFi modules but instead of servos (don&#039;t have any) I am going to use leds. I will report back as soon as I can. Thanks for sharing such a wonderful project...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have visited and poured over your articles many times regarding servo control via joystick and I haven&#8217;t read all the comments but I did make a WiFi module for micro controllers. you can find out more here <a href="http://leetgeekgear.blogspot.com/" rel="nofollow">http://leetgeekgear.blogspot.com/</a> but essentially it shows up as a serial port via an FTDI cable and transmits/receives via serial uart. I am trying to implement your code by using the WiFi modules but instead of servos (don&#8217;t have any) I am going to use leds. I will report back as soon as I can. Thanks for sharing such a wonderful project&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: V</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-225</link>
		<dc:creator>V</dc:creator>
		<pubDate>Sun, 18 Apr 2010 14:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-225</guid>
		<description>&lt;p&gt;Question: Is there a way to make the servos move to a predefined position on boot-up of arduino instead of going to 90 degrees as it is now with the MultipleSerialServoControl.pde? Because it moves to unwanted position before I start the program on the PC and it would be great to eliminate that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Question: Is there a way to make the servos move to a predefined position on boot-up of arduino instead of going to 90 degrees as it is now with the MultipleSerialServoControl.pde? Because it moves to unwanted position before I start the program on the PC and it would be great to eliminate that.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://principialabs.com/arduino-python-4-axis-servo-control/#comment-224</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 07 Apr 2010 12:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://principialabs.com/?p=69#comment-224</guid>
		<description>&lt;p&gt;@Jerald:  Haven&#039;t tried wireless yet, but your idea might work.  Let us know!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Jerald:  Haven&#8217;t tried wireless yet, but your idea might work.  Let us know!</p>]]></content:encoded>
	</item>
</channel>
</rss>
