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

<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>2011-01-17T02:49:49+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6783</id>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-01-17T02:49:49+01:00</updated>
<published>2011-01-17T02:49:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29812#p29812</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29812#p29812"/>
<title type="html"><![CDATA[Pc control All 18 Ax12]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29812#p29812"><![CDATA[
The support.robotis site has Visual c++ coding for 3 Dynamixels only. How I can make it to control all 18 Ax12 ? <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" />  <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Mon Jan 17, 2011 2:49 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kamondelious]]></name></author>
<updated>2011-01-16T17:18:03+01:00</updated>
<published>2011-01-16T17:18:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29802#p29802</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29802#p29802"/>
<title type="html"><![CDATA[Control Bioloid robot using usb2dynamixel and LINUX]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29802#p29802"><![CDATA[
Hi Djiboun,<br /><br />How did you test the connection and how did it fail?<br /><br />A simple C program test like this should help<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>/*<br />  Purpose : To scan for USB2Dynamixel device.<br /><br />  Compile : gcc -Wall connection_test.c robotis/lib/libdxl.a -o connection_test<br />*/<br /><br />#include &lt;stdio&gt;<br />#include &quot;robotis/include/dynamixel.h&quot;<br /><br />int main&#40;&#41;<br />&#123;<br />  int i, baud;<br />  baud = 1; /* 1Mbps */<br /><br />  for&#40;i=0;i&lt;10;i++&#41; &#123;<br />    printf&#40; &quot;Connection /dev/ttyUSB%d - &quot;, i &#41;;<br />    if&#40; dxl_initialize&#40; i, baud &#41; == 0 &#41; &#123;<br />      printf&#40; &quot;Failure\n&quot; &#41;;<br />    &#125; else &#123;<br />      printf&#40; &quot;Success\n&quot; &#41;;<br />      break;<br />    &#125;<br />  &#125;<br /><br />  return 0;<br />&#125;<br /></code></dd></dl><br /><br />This assumes that you have the Robotis Dynamixel SDK setup in a path relative to where you compile this code and that you name the file connection_test.c.<br /><br />Hope this helps.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1185">kamondelious</a> — Sun Jan 16, 2011 5:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Djiboun]]></name></author>
<updated>2011-01-16T15:11:22+01:00</updated>
<published>2011-01-16T15:11:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29800#p29800</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29800#p29800"/>
<title type="html"><![CDATA[Control Bioloid robot using usb2dynamixel and LINUX]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29800#p29800"><![CDATA[
Hi<br /><br />Greetings !<br /><br />I use Ubuntu 10.10 and have a premium kit.<br /><br />I confirm there is no need to install any FTDI driver.<br /><br />When I plug the USB2Dynamixel with the serial cable and I run this in a terminal:<br /><dl class="codebox"><dt>Code: </dt><dd><code>lsusb | grep FT<br /></code></dd></dl><br />I have the result:<br /><dl class="codebox"><dt>Code: </dt><dd><code>&gt; Bus 002 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial &#40;UART&#41; IC<br /></code></dd></dl><br /><br />I've just tested the connexion. I'm not still able to use it <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2542">Djiboun</a> — Sun Jan 16, 2011 3:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kamondelious]]></name></author>
<updated>2010-12-02T02:32:36+01:00</updated>
<published>2010-12-02T02:32:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29101#p29101</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29101#p29101"/>
<title type="html"><![CDATA[Control Bioloid robot using usb2dynamixel and LINUX]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29101#p29101"><![CDATA[
Hi lechou,<br /><br />You shouldn't need to install the ftdi driver on your Debian/Ubuntu Linux system.  I'm guessing of course that it's not a version that is many years old.<br /><br />You can probably just skip to the code example section here :<br /><a href="http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/linux/gcc.htm" class="postlink">http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/linux/gcc.htm</a><br />Specifically the initialize example here : <br /><a href="http://support.robotis.com/en/software/dynamixel_sdk/api_reference/dxl_initialize.htm" class="postlink">http://support.robotis.com/en/software/dynamixel_sdk/api_reference/dxl_initialize.htm</a><br /><br />To find the device number, run this in a terminal :<br /><dl class="codebox"><dt>Code: </dt><dd><code>ls -l /dev/ttyUSB*</code></dd></dl><br />and use the number that shows in place of *, probably 0.<br /><br />Hope this helps.<br /><br />Cheers!   <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1185">kamondelious</a> — Thu Dec 02, 2010 2:32 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lechou]]></name></author>
<updated>2010-11-27T16:36:40+01:00</updated>
<published>2010-11-27T16:36:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29014#p29014</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29014#p29014"/>
<title type="html"><![CDATA[Control Bioloid robot using usb2dynamixel and LINUX]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6783&amp;p=29014#p29014"><![CDATA[
Dear all,<br /><br />I must control a bioloid robot using dynamixel and Linux OS. I have followed the intructions in this: <!-- m --><a class="postlink" href="http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/usb2dxl_linux.htm">http://support.robotis.com/en/software/ ... _linux.htm</a><!-- m --><br />to install the driver for usb2dynamixel.<br /><br /> However, I was fail to do that. I did not find the correct Linux source directory of my OS to replace the path of Linux source directory in the template Makefile (at step 3 in the above website).<br /><br /> I also tried to get and install the Linux source from internet using following command:<br /> sudo apt-get install linux-source<br />and extract the downloaded package. It still did not work.<br /><br />Please help me to solve this problem. It's very urgent.<br /><br />Thanks a lot for your help.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2464">lechou</a> — Sat Nov 27, 2010 4:36 pm</p><hr />
]]></content>
</entry>
</feed>