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

<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>2010-08-03T15:59:54+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=2&amp;t=6470</id>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-08-03T15:59:54+01:00</updated>
<published>2010-08-03T15:59:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27755#p27755</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27755#p27755"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27755#p27755"><![CDATA[
At first, I highly recommend trying to use the RCB-4HV that is included with the 3HV. It is quite powerful already, with the Heart2Heart programming interface. You can communicate to it from your micro-controller very easily using UART; even faster if you have high-speed UART. <br /><br />If you want to gain even more control, the RCB-4HV still has commands that allow you to forward ICS serial packets directly through it; the latency is good enough for feedback control even with the RCB in the middle.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Tue Aug 03, 2010 3:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Teng]]></name></author>
<updated>2010-08-03T15:36:58+01:00</updated>
<published>2010-08-03T15:36:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27754#p27754</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27754#p27754"/>
<title type="html"><![CDATA[Gumstix Robotics Wifi Pro Pack]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27754#p27754"><![CDATA[
Great! It is really much more reassuring to begin with a platform that have already been used on the KHR platform! Let me begin to get my hands dirty and my pocket emptier! Let's see who is the lucky merchant <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />Be back with more concise questions! May all of you have a great time cracking your head to get your humanoid to do wondrous stuff! Thanks <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=1972">Teng</a> — Tue Aug 03, 2010 3:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-08-03T13:43:49+01:00</updated>
<published>2010-08-03T13:43:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27753#p27753</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27753#p27753"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27753#p27753"><![CDATA[
Hi chrisvo,<br />it would be great if you can share your designs as we are in the process of designing a new interface board that will work with ICS3 and Robotis, Robobuidler etc. <!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?p=27718">http://robosavvy.com/forum/viewtopic.php?p=27718</a><!-- m --><br /><br />thanks<br /><br />Limor<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Tue Aug 03, 2010 1:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-08-03T11:58:46+01:00</updated>
<published>2010-08-03T11:58:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27752#p27752</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27752#p27752"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27752#p27752"><![CDATA[
I have used the Gumstix Verdex Pro with Robostix and the RCB-3 (KHR-1HV) and RCB-4 (KHR-3HV). I have software C libraries already developed for both RCB-3 and RCB-4 if you would like. I have posted the RCB-4 library here:<br /><!-- m --><a class="postlink" href="http://bitbucket.org/vo/libkondo4">http://bitbucket.org/vo/libkondo4</a><!-- m --><br /><br />I'm currently also using the IGEPv2 (a BeagleBoard clone) with ICS protocol directly to communicate with the servos.<br /><br />Tips: <br />1. I had no problems using the UARTs on the Gumstix to communicate with the RCB-3 but I had some issues using the Robostix UARTs; the timing appears slightly off - the correct data is being sent but the RCB-3 appears rather sensitive. The RCB-4 is a little more robust though, you may have fewer problems. <br />2. The RCB-4 COM port uses inverted (idle low) UART with +5v logic, 8E1. <br />3. If you want to use ICS 3.0 protocol directly, the servos use half-duplex circuit with +5V logic, similar to Robotis AX series servos. It's 8E1 as well.<br /><br />Let me know I can send schematics for the circuits. I have three different board designs to communicate with RCB-4 and Kondo ICS 3.0/3.5 which work so far, but I haven't openly published them yet because I'm still testing. They are:<br />1. A USB device for direct ICS communication. It's similar to the ICS adapter sold by Kondo except it is a little more designed to let you communicate with multiple servos at once.<br />2. UART-to-RCB-4 adapter (rather trivial)<br />3. A USB device that has a socket for the FT4232H mini-module and breaks out two serial servo banks, the rest of the pins broken out into pin headers.<br /><br />I am considering redesigning #1 to use the FT2232H chip, but only if there seems to be a need for it...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Tue Aug 03, 2010 11:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-08-02T23:03:16+01:00</updated>
<published>2010-08-02T23:03:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27744#p27744</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27744#p27744"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27744#p27744"><![CDATA[
Robostix is an interface board.  Similar concept to what we are trying to design. However you will have to hack something if you wantbto communicate with the khr servos. Judging by your questions maybe you should use the existing khr controller rcb4 and connect to the verdex via usb. Use the rcb4 as an executir of gaits and the verdex for strategy.<br />You might not even need the verdex power. Check out bifferboard. Which costs a fraction of the verdex + extention board. Send me an email maybe we can give you the bifferboard with the khr. <!-- e --><a href="mailto:sales@robosavvy.com">sales@robosavvy.com</a><!-- e --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Mon Aug 02, 2010 11:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Teng]]></name></author>
<updated>2010-08-02T14:39:09+01:00</updated>
<published>2010-08-02T14:39:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27735#p27735</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27735#p27735"/>
<title type="html"><![CDATA[Gumstix Robotics Wifi Pro Pack]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27735#p27735"><![CDATA[
Hi Limor, thanks! Went a hunt for more info on Gumstix for a quite a bit after that. My only gripe about using Gumstix is with the use of ATMeg128 microcontroller for Robostix. Will that not set a severe limit on the processing capability of the robot controller? Or maybe the real processing is done at Verdex Pro so it does not really matter? Will the Robostix not become a bottleneck?<br /><br />Terribly sorry if the above question appears rather out of sort. Still not really clear of how Verdex Pro and Robostix can be used to build a powerful robot controller.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1972">Teng</a> — Mon Aug 02, 2010 2:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-08-01T19:18:03+01:00</updated>
<published>2010-08-01T19:18:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27729#p27729</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27729#p27729"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27729#p27729"><![CDATA[
We are working on a general linux interface board.<br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?p=27718#27718">http://robosavvy.com/forum/viewtopic.php?p=27718#27718</a><!-- m --><br />In the meantime get the khr <br />And if u cant wait for the interface board to be ready then develop something of your own and get gumstix or embest.com<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun Aug 01, 2010 7:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Teng]]></name></author>
<updated>2010-08-01T15:54:14+01:00</updated>
<published>2010-08-01T15:54:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27728#p27728</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27728#p27728"/>
<title type="html"><![CDATA[BeagleBoard C4 and KHR-3HV]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6470&amp;p=27728#p27728"><![CDATA[
Hi! Been thinking for ages of venturing into humanoid robot. In the short term, plan to get a humanoid robot to move about autonomously(sense, balance and navigate). <br /><br />Has anyone tried any of the following robot controllers on KHR-3HV(with RCB-4HV)?<br /><br />[1] Pololu SV-328<br />[2] Phidget SBC<br />[3] Gumstix Verdex Pro with Robostix<br />[4] BeagleBoard<br /><br />Also, can someone please enlightened me on the necessary set-up(power supplies, meters, scopes, tools, etc.) for a fulfilling time? Thanks a lot!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1972">Teng</a> — Sun Aug 01, 2010 3:54 pm</p><hr />
]]></content>
</entry>
</feed>