<?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: Zezinho, the poser</title>
	<atom:link href="http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/</link>
	<description>visual art, new media &#38; creative robotics</description>
	<lastBuildDate>Mon, 28 Nov 2011 00:25:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: GUI</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-20961</link>
		<dc:creator>GUI</dc:creator>
		<pubDate>Wed, 16 Mar 2011 15:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-20961</guid>
		<description>http://lab.guilhermemartins.net/2009/08/21/filtering-servo-movements/</description>
		<content:encoded><![CDATA[<p><a href="http://lab.guilhermemartins.net/2009/08/21/filtering-servo-movements/" rel="nofollow">http://lab.guilhermemartins.net/2009/08/21/filtering-servo-movements/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hugo</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-20954</link>
		<dc:creator>hugo</dc:creator>
		<pubDate>Wed, 16 Mar 2011 11:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-20954</guid>
		<description>Yes, that part its ok, but how about the code to make the movements more smooth?

thanks</description>
		<content:encoded><![CDATA[<p>Yes, that part its ok, but how about the code to make the movements more smooth?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUI</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-20931</link>
		<dc:creator>GUI</dc:creator>
		<pubDate>Wed, 16 Mar 2011 00:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-20931</guid>
		<description>All you have todo is, for each articulation/servo motor:

Read an analog value, (potenciometer, slider, sensor) analog values range from 0 to 1023.
Assign each analog value to a servo, servo motors move from 0 to 180º, and because of this you need to map the analog value (0 to 1023) to the servo value (0 to 180).

something like this:

sensorValue = analogRead(0);
desiredAngle = map(sensorValue, 0, 1023, 10, 170);
servo.write(desiredAngle);</description>
		<content:encoded><![CDATA[<p>All you have todo is, for each articulation/servo motor:</p>
<p>Read an analog value, (potenciometer, slider, sensor) analog values range from 0 to 1023.<br />
Assign each analog value to a servo, servo motors move from 0 to 180º, and because of this you need to map the analog value (0 to 1023) to the servo value (0 to 180).</p>
<p>something like this:</p>
<p>sensorValue = analogRead(0);<br />
desiredAngle = map(sensorValue, 0, 1023, 10, 170);<br />
servo.write(desiredAngle);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-20927</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Tue, 15 Mar 2011 23:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-20927</guid>
		<description>Hi, do you think its possible to share this code? I Will start making a project like this one.

Thanks !</description>
		<content:encoded><![CDATA[<p>Hi, do you think its possible to share this code? I Will start making a project like this one.</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUI</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-11598</link>
		<dc:creator>GUI</dc:creator>
		<pubDate>Tue, 25 May 2010 16:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-11598</guid>
		<description>The reason I am using an Arduino Mega is because I need more than 6 analog inputs.
The code will be released as soon as the project is finished.</description>
		<content:encoded><![CDATA[<p>The reason I am using an Arduino Mega is because I need more than 6 analog inputs.<br />
The code will be released as soon as the project is finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-11595</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Tue, 25 May 2010 14:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-11595</guid>
		<description>I&#039;m in love with this project!
Its really cool!

Is there any way to make it with regular arduino?

Can you share the code? So i don&#039;t need to do it from scratch.

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m in love with this project!<br />
Its really cool!</p>
<p>Is there any way to make it with regular arduino?</p>
<p>Can you share the code? So i don&#8217;t need to do it from scratch.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUI</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-5298</link>
		<dc:creator>GUI</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-5298</guid>
		<description>Hi! I usually buy polymorph here: http://www.mutr.co.uk/product_info.php?products_id=550
One kilogram gives you a lot to play with  ;)</description>
		<content:encoded><![CDATA[<p>Hi! I usually buy polymorph here: <a href="http://www.mutr.co.uk/product_info.php?products_id=550" rel="nofollow">http://www.mutr.co.uk/product_info.php?products_id=550</a><br />
One kilogram gives you a lot to play with  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Cabral</title>
		<link>http://lab.guilhermemartins.net/2009/06/17/zezinho-the-poser/comment-page-1/#comment-5294</link>
		<dc:creator>Rui Cabral</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://lab.guilhermemartins.net/?p=880#comment-5294</guid>
		<description>Greetings,
Nice work ;)
Where can i find some Polymorph for sell ? Any shop here in portugal ?
Where do you buy yours ?
Thanks</description>
		<content:encoded><![CDATA[<p>Greetings,<br />
Nice work ;)<br />
Where can i find some Polymorph for sell ? Any shop here in portugal ?<br />
Where do you buy yours ?<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

