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

<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-05-20T16:03:31+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=3494</id>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2009-05-20T16:03:31+01:00</updated>
<published>2009-05-20T16:03:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19927#p19927</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19927#p19927"/>
<title type="html"><![CDATA[Roboard &amp; AX12's]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19927#p19927"><![CDATA[
Hi<br /><br />As per the specs you can power the board with any voltage ranging from 6~24V.<br /><br />The COMM ports on the board also have Vdd and GND and can supply power to whatever you connect there.<br />The voltage supplied is the same that the boards receives on the input.<br /><br />However the cables the manufacturer supplies with the roboard do not come with Gnd/Vdd wired in their connectors so you'll need to create your own.<br /><span style="color: green">[UPDATE by PedroR on June 24th 2009 ] All Roboards sold by Robosavvy now come with 4 wire connectors on the COMM ports.<br />This means you use the Vdd and GND pins on the COMM port to power the servo bus.<br />The board is capable of delivering up to 10Amps of power and the voltage on Vdd will be the same supplied by the battery you use to power the Roboard.</span><br /><br /><br />FYI robosavvy is running a promo on the Roboard with &quot;Roboard + Cable Set + miniPCI VGA card + Free 1Gb SD Card&quot; to get you started with the board. it's here <!-- m --><a class="postlink" href="http://robosavvy.com/store/product_info.php/products_id/521">http://robosavvy.com/store/product_info ... cts_id/521</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Wed May 20, 2009 4:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lucrece_lu]]></name></author>
<updated>2009-05-20T01:11:16+01:00</updated>
<published>2009-05-20T01:11:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19917#p19917</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19917#p19917"/>
<title type="html"><![CDATA[Roboard &amp; AX12's]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19917#p19917"><![CDATA[
the Board support DC 6V -24V, use any batery in range is working<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1123">lucrece_lu</a> — Wed May 20, 2009 1:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2009-05-19T18:56:01+01:00</updated>
<published>2009-05-19T18:56:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19914#p19914</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19914#p19914"/>
<title type="html"><![CDATA[Roboard &amp; AX12's]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19914#p19914"><![CDATA[
Umm, it sounds really interesting...<br /><br />The specifications for powering it is 5v @ 400mA.<br /><br />Which battery do you use? Any recommendation?<br /><br />Thanks!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Tue May 19, 2009 6:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lucrece_lu]]></name></author>
<updated>2009-05-19T04:47:32+01:00</updated>
<published>2009-05-19T04:47:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19910#p19910</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19910#p19910"/>
<title type="html"><![CDATA[Roboard &amp; AX12's]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19910#p19910"><![CDATA[
RoBoard can connect with AX-12 via COM3 (short TX &amp; RX) or COM4.<br /><br />Using COM3, we will receive every packet that we send, before receiving the return packet of AX-12.<br /><br />And using COM4, we must switch the RTS state to control the direction of the data line (i.e., TXRX4 pin); in particular, we should first set RTS = 1 to send the command packet, and, after ensuring that the packet has been sent out by H/W, we should set RTS = 0 to receive the return packet of AX-12.<br /><br />In WinXP, it is not suggested to use COM4. This is due to the following<br />facts: 1. it is difficult in WinXP to ensure whether all data have been flushed out by H/W using standard Win32 API; 2. it is also difficult to guarantee the correct timing for switching RTS because the timing may be affected by thread/process context-switching. The sample code provides some heuristics to tackle the two issues.<br /><br />The sample code assumes that AX-12's ID = 01 and its buadrate = 115200.<br /><br />sample code download, for COM3 and COM4<br /><!-- m --><a class="postlink" href="http://www.roboard.com/files/code/RoBoardCOM3TestforBioloidAX-12.zip">http://www.roboard.com/files/code/RoBoa ... dAX-12.zip</a><!-- m --><br /><!-- m --><a class="postlink" href="http://www.roboard.com/files/code/RoBoardCOM4TestforBioloidAX-12.zip">http://www.roboard.com/files/code/RoBoa ... dAX-12.zip</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1123">lucrece_lu</a> — Tue May 19, 2009 4:47 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Raymond]]></name></author>
<updated>2009-05-09T05:43:11+01:00</updated>
<published>2009-05-09T05:43:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19818#p19818</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19818#p19818"/>
<title type="html"><![CDATA[Roboard compatible to all Dynamixel Servos]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19818#p19818"><![CDATA[
Hi Sniperscope,<br /><br />There are ports to facilitate conneting both AX and RX Servos to Roboard. You will have to connect power to your servos. There is a nice little circuit board that you can purchase:<br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/store/product_info.php/manufacturers_id/15/products_id/505">http://robosavvy.com/store/product_info ... cts_id/505</a><!-- m --><br /><br />Other than that you will need to write your code to issue commands the the AX directly. Many have developed interfaces in different ways. <br /><br />Hope this helps<br /><br />Mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1407">Raymond</a> — Sat May 09, 2009 5:43 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sniperscope]]></name></author>
<updated>2009-05-09T01:13:21+01:00</updated>
<published>2009-05-09T01:13:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19815#p19815</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19815#p19815"/>
<title type="html"><![CDATA[Roboard &amp; AX12's]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3494&amp;p=19815#p19815"><![CDATA[
Hello everyone: is there anyone using Roboard and AX12 servos? I am leaning towards getting this board as I have a bunch of AX12's. If so please detail your install. Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1367">sniperscope</a> — Sat May 09, 2009 1:13 am</p><hr />
]]></content>
</entry>
</feed>