<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=773" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2006-11-26T22:55:37+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=773</id>
<entry>
<author><name><![CDATA[Dimitris]]></name></author>
<updated>2006-11-26T22:55:37+01:00</updated>
<published>2006-11-26T22:55:37+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4888#p4888</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4888#p4888"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4888#p4888"><![CDATA[
OK cool, thx for the replies. Spider was just to test everything and get used to the software basics. Haven't started any own code yet.<br />I've already taken the spider apart and right now building the humanoid which looks awesome! Will post some more news laterz.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=214">Dimitris</a> — Sun Nov 26, 2006 10:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2006-11-26T17:39:57+01:00</updated>
<published>2006-11-26T17:39:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4887#p4887</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4887#p4887"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4887#p4887"><![CDATA[
Dimitris. In my experience when the battery is completely charged the POWER led blinks sloooowly while PLAY led still blinks fast. I cannot remember the MANAGE led flashing after charging.<br /><br />Pepperm. Actually if you set the margins wider the noise vanishes. Even when the PWM signal from the servo circuit is still working. So the noise definitely comes from the circuit trying to reach the goal position again and again without success. You can solve it by making margins wider. A  margin of 2 is enough, although I checked that a margin of zero solves the problem too. By default margin is set to 1.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Sun Nov 26, 2006 5:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pepperm]]></name></author>
<updated>2006-11-26T14:19:01+01:00</updated>
<published>2006-11-26T14:19:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4884#p4884</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4884#p4884"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4884#p4884"><![CDATA[
Isn't the sound just the result of driving the motors with a 2KHz (ish) PWM drive signal?<br /><br />My Robot Wars robot, The Stag makes exactly the same whine and that is because I chose a 2KHz PWM signal to switch the drive to the motors. The 2KHz whine is produced in the same way as a speaker does, the vibrations being at an audible frequency. Indeed, when I worked for a printer manufacturer, we used this feature to save money on buzzers. We just "buzzed" the motor that drove the platten roller to give user feedback.<br /><br />Mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=220">pepperm</a> — Sun Nov 26, 2006 2:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-11-26T13:01:45+01:00</updated>
<published>2006-11-26T13:01:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4882#p4882</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4882#p4882"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4882#p4882"><![CDATA[
Hi Dimitris,<br /><br /><br />About the high pitch sound;<br /><br />The AX12 servos expose speed and position control parameters.<br />Speed control has only one configurable variable - desired speed<br />Position control has some 6 variables.<br /><br />You can view and change servo parameters using the bootloader console (in the robot terminal connect 57600 to COM1, press the '#' key while turning on the bioloid - see manual).<br />the default values for the "Compliance" parameters.<br />CW_MARGIN : 0<br />CCW_MARGIN : 0<br />CW_ANGLE : 32<br />CCW_ANGLE : 32<br />PUNCH : 32<br />MAXIUMUM_TORQUE : 1023<br /><br />Each servo has a microcontroler that updates the motor position few hundred times per second making sure that the current position complies with the compliance formula. <br /><br />These default values are quite aggressive so the servos tend to make high pitched noise if they cant reach the desired position even by a fraction of an angle.<br /><br />As an experiment you can change the PUNCH value to 0 and the CW_MARGIN &amp; CCW_MARGIN to 30. what you will get is an spring effect if you try to force the servo from its center position clockwise and counterclockwise, it will feel like there is a spring inside.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun Nov 26, 2006 1:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Dimitris]]></name></author>
<updated>2006-11-25T22:15:09+01:00</updated>
<published>2006-11-25T22:15:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4880#p4880</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4880#p4880"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4880#p4880"><![CDATA[
At last it's here!<br />Got the bioloid yesterday, I have to say it's pretty amazing! Bigger than I thought too. Built the spider, might start on the humanoid tomo.<br />Just a couple of questions:<br />Sometimes the kit starts making a high pitched sound. Is that due to the servos not going to the exact position ? I think it was mentioned somewhere on the forum but can't remember where.<br />Also, I'm now charging it for the first time. Instructions say the play button starts flashing at the start then the manage button starts. I've had it charging for about an hour but the manage button hasn't started flashing yet, only the play one and power are still flashing. How long does recharging take then?<br /><br />That's all. Hope to post more soon!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=214">Dimitris</a> — Sat Nov 25, 2006 10:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Dimitris]]></name></author>
<updated>2006-11-15T01:41:06+01:00</updated>
<published>2006-11-15T01:41:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4707#p4707</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4707#p4707"/>
<title type="html"><![CDATA[The time has come...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=773&amp;p=4707#p4707"><![CDATA[
Finally! I have ordered a Bioloid! Can't wait to join the community, and provide as much input as possible in the future.<br /><br />Laterz<br />Dimitris<br /> <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=214">Dimitris</a> — Wed Nov 15, 2006 1:41 am</p><hr />
]]></content>
</entry>
</feed>