<?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=17&amp;t=7147" />

<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-07-12T14:20:07+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=7147</id>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-07-12T14:20:07+01:00</updated>
<published>2011-07-12T14:20:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31727#p31727</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31727#p31727"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31727#p31727"><![CDATA[
<blockquote><div><cite>roboard wrote:</cite><br />We are currently porting Dynamixel sdk and chrisvo's libkondo to RoBoard RB-100/110/050's native COM ports (COM2 &amp; COM3). ...<br /></div></blockquote><br /><br />Well, with somewhat delay, the ported dynamixel sdk and libkondo4 for RoBoard's native COMs are now available for the purpose as sample codes of RoBoIO 1.8:<br /><br /><!-- m --><a class="postlink" href="http://www.roboard.com/Files/Code/DynamixelSDK_for_RoBoard.zip">http://www.roboard.com/Files/Code/Dynam ... oBoard.zip</a><!-- m --><br /><!-- m --><a class="postlink" href="http://www.roboard.com/Files/Code/libkondo4_for_RoBoard.zip">http://www.roboard.com/Files/Code/libko ... oBoard.zip</a><!-- m --><br /><br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Tue Jul 12, 2011 2:20 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-05-12T23:53:40+01:00</updated>
<published>2011-05-12T23:53:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31218#p31218</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31218#p31218"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31218#p31218"><![CDATA[
Is it problems with this which are now making the delay to the promised availability of the RB-050 ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu May 12, 2011 11:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-05-12T14:26:19+01:00</updated>
<published>2011-05-12T14:26:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31206#p31206</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31206#p31206"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=31206#p31206"><![CDATA[
We are currently porting Dynamixel sdk and chrisvo's libkondo to RoBoard RB-100/110/050's native COM ports (COM2 &amp; COM3). With these, the RoBoard users will be able to easily access Robotis servos &amp; KONDO ICS3.0 servos without any USB-&gt;RS232 device. We will release the binary &amp; source code after 2~3 weeks for everyone's reference.<br /><br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Thu May 12, 2011 2:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[acentw]]></name></author>
<updated>2011-04-19T15:27:13+01:00</updated>
<published>2011-04-19T15:27:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30944#p30944</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30944#p30944"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30944#p30944"><![CDATA[
<blockquote><div><cite>aether.robotics wrote:</cite><br />Tried compiling the code from the example but loads of compile errors, also the build in the file is in .exe format, and I'm running ubuntu. <br /><br />Any suggestions.<br /><br />Thanks<br />Chris paton<br /></div></blockquote><br /><br />Hi,<br />I use AX-12 servo on RoBoard recently and run ubuntu(9.0.4). My simple code for AX-12 servo as below:<br /><dl class="codebox"><dt>Code: </dt><dd><code>#include &lt;stdio.h&gt;<br />#include &lt;unistd.h&gt;<br />#include &lt;termios.h&gt;<br />#include &lt;fcntl.h&gt;<br /><br />int main&#40;void&#41; &#123;<br />    unsigned char data&#91;11&#93; = &#123;0xff, 0xff, 0x01, 0x07, 0x03, 0x1e, 0xff, 0x03, 0x00, 0x02, 0xff&#125;;<br />    unsigned char receive1&#91;11&#93; = &#123;0&#125;;<br />    unsigned char receive2&#91;6&#93; = &#123;0&#125;;<br />    int i;<br />    <br />    int fp = open&#40;&quot;/dev/ttyS2&quot;, O_RDWR | O_NOCTTY&#41;; // i use com3 &#40;TX/RX short&#41;<br />    if&#40;fp &lt; 0&#41; return 1;<br /><br />    termios term;<br />    term.c_cflag |= CLOCAL | CREAD;<br />    term.c_cflag &amp;= ~&#40;CSIZE&#41;;<br />    term.c_cflag |= CS8;            // 8 bits<br />    term.c_cflag &amp;= ~&#40;PARENB&#41;; // no parity<br />    term.c_cflag &amp;= ~&#40;CSTOPB&#41;; // 1 stopbit<br />    <br />    cfsetospeed &#40;&amp;term, B115200&#41;; // output baudrate = 115200<br />    cfsetispeed &#40;&amp;term, B115200&#41;; // input baudrate = 115200<br />   <br />    term.c_iflag = IGNPAR; // No detect parity for input data.<br />    term.c_oflag = 0;<br />    term.c_lflag = 0;<br />    term.c_cc&#91;VTIME&#93; = 10; // timeout = 1s<br />    term.c_cc&#91;VMIN&#93; = 0;<br />    tcflush&#40;fp, TCIFLUSH&#41;;<br />   <br />    tcsetattr&#40;fp, TCSANOW, &amp;term&#41;;<br />   <br />    data&#91;10&#93; = ~&#40;data&#91;2&#93; + data&#91;3&#93; + data&#91;4&#93; + data&#91;5&#93; + data&#91;6&#93; + data&#91;7&#93; + data&#91;8&#93; + data&#91;9&#93;&#41;; <br />    <br />    write&#40;fp, data, 11&#41;;<br />    read&#40;fp, receive1, 11&#41;;<br />    read&#40;fp, receive2, 6&#41;;<br />   <br />    printf&#40;&quot;Receive data from RoBoard :&quot;&#41;;<br />    for&#40;i=0; i&lt;11; i++&#41; printf&#40;&quot;%X &quot;, receive1&#91;i&#93;&#41;;<br />    printf&#40;&quot;\n&quot;&#41;;<br />   <br />    printf&#40;&quot;Receive data from AX-12 Servo :&quot;&#41;;<br />    for&#40;i=0; i&lt;6; i++&#41; printf&#40;&quot;%X &quot;, receive2&#91;i&#93;&#41;;<br />    printf&#40;&quot;\n&quot;&#41;;<br />   <br />    close&#40;fp&#41;;<br />    return 0;<br />&#125;<br /></code></dd></dl><br /><br />The AX-12 servo will go to 0x03ff position with 0x0200 speed.<br />You can first refer to RoBoard COM3 &amp; COM4  setup tutorial to setup COM3. <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2314">acentw</a> — Tue Apr 19, 2011 3:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[aether.robotics]]></name></author>
<updated>2011-04-19T12:50:59+01:00</updated>
<published>2011-04-19T12:50:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30939#p30939</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30939#p30939"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30939#p30939"><![CDATA[
Tried compiling the code from the example but loads of compile errors, also the build in the file is in .exe format, and I'm running ubuntu. <br /><br />Any suggestions.<br /><br />Thanks<br />Chris paton<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2496">aether.robotics</a> — Tue Apr 19, 2011 12:50 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[aether.robotics]]></name></author>
<updated>2011-04-19T11:56:16+01:00</updated>
<published>2011-04-19T11:56:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30937#p30937</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30937#p30937"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30937#p30937"><![CDATA[
Ahh brilliant, thank you will try out now. The example code from the to oars code page sould just work now then I take it? Hw would I combine 6 of the AX-12A serovs? <br /><br />Thank you<br />Chris paton<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2496">aether.robotics</a> — Tue Apr 19, 2011 11:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-04-19T05:17:44+01:00</updated>
<published>2011-04-19T05:17:44+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30935#p30935</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30935#p30935"/>
<title type="html"><![CDATA[Re: Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30935#p30935"><![CDATA[
Hi,<br /><br />you can short TX/RX lines of RB-110's COM3/COM4/COM5 to connect AX-12. please see RB-110 hardware introduction slide for reference (download from <!-- m --><a class="postlink" href="http://www.roboard.com/download_ml.htm">http://www.roboard.com/download_ml.htm</a><!-- m -->)<br /><br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Tue Apr 19, 2011 5:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[aether.robotics]]></name></author>
<updated>2011-04-18T18:58:43+01:00</updated>
<published>2011-04-18T18:58:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30931#p30931</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30931#p30931"/>
<title type="html"><![CDATA[Using AX-12A servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7147&amp;p=30931#p30931"><![CDATA[
Hi all<br /><br />Im wondering how you actually connect the ax-12A servos to the to RB-110 as they will have to go through the serial, got the code and read through it, just need to plug them in. Actually the same goes for using the gyro's and accelormeters's from robard. Pics would be great<br /><br />Thank you<br /><br />Chris Paton<br />Aether Robotics<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2496">aether.robotics</a> — Mon Apr 18, 2011 6:58 pm</p><hr />
]]></content>
</entry>
</feed>