<?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=3668" />

<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>2009-07-09T16:20:27+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=3668</id>
<entry>
<author><name><![CDATA[clusher]]></name></author>
<updated>2009-07-09T16:20:27+01:00</updated>
<published>2009-07-09T16:20:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20649#p20649</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20649#p20649"/>
<title type="html"><![CDATA[Communication Speed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20649#p20649"><![CDATA[
We're actually trying to split the BUS into five different buses using a AtXMega128 to deal with the communications and sending all the data to a GumStix, that will deal with learning and reacting. However, this is a work under progress (still) due to our lack of training with making circuits...<br /><br />Other that that, is just like bullit said: you can write to all at once, but you can only read one at a time. Fortunately, reading isn't that necessary... unless you have a IMU  or a gyro to improve balance information.<br /><br />@Bullit: what do you mean by the &quot;right windows FTDI driver&quot;? My windows installed it automatically, where did you get yours?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1097">clusher</a> — Thu Jul 09, 2009 4:20 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bullit]]></name></author>
<updated>2009-07-02T12:11:16+01:00</updated>
<published>2009-07-02T12:11:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20552#p20552</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20552#p20552"/>
<title type="html"><![CDATA[Communication Speed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20552#p20552"><![CDATA[
You can get latencies down to 2ms using the right windows FTDI driver for the usb2dynamixel.  That's about the limit of what you do with USB.  The good news is that you can write to all servos at once as you mentioned with sync_write.  The bad news is that you are restricted to reading one servo at a time.  In reality you probably don't need to read from the servos as often as you need to write to them and you probably don't need to read from or write to all of the servos all the time.  There are a couple ways to improve latency below 2ms.  You can use a small micro to communicate with the servos such as the ATMega it won't be restricted by USB latency.  You can also split your robots bus into 2 of 4 limbs and communicate to all of them separately (bad news with this is synchronization becomes a problem).<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=173">Bullit</a> — Thu Jul 02, 2009 12:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rikkov]]></name></author>
<updated>2009-07-02T06:48:03+01:00</updated>
<published>2009-07-02T06:48:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20550#p20550</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20550#p20550"/>
<title type="html"><![CDATA[Communication Speed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3668&amp;p=20550#p20550"><![CDATA[
Hi Guys,<br /><br />I have a few questions about communicating with dynamixels.<br /><br />I am able to write data into dynamixels pretty fast using the sync write command.I think it gets executed in 15-17 milli seconds.<br /><br />But when it comes to read the servos things are very slow.<br /><br />We are planning to make a bot with 20 -24 dynamixels and communicate with it using USB2Dynamixel and our own program. So the communication delays concern us. So it would be great if some one could advice  me on the best way to communicate(read and write data continously).<br /><br />It would also be great if someone could provide me the information on the time delays assosciated with dynamixels during communication so that we can do our calculations using it.<br /><br />Thanks a lot,<br />Rikkov<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1144">rikkov</a> — Thu Jul 02, 2009 6:48 am</p><hr />
]]></content>
</entry>
</feed>