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

<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-09-11T16:21:40+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=6374</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2010-09-11T16:21:40+01:00</updated>
<published>2010-09-11T16:21:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28106#p28106</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28106#p28106"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28106#p28106"><![CDATA[
Best as you say to start a new thread, so as not to confuse the ICs 2.0 and ICS 3 protocols.<br /><br />I do recall seeing the ICS2.0 protocol described and it appeared very similar to the PWM for the Hitec HMI protocol. Since Roboard can do the Hitec, might well do the ICS 2.0 too with a bit of tuning<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sat Sep 11, 2010 4:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[veltrop]]></name></author>
<updated>2010-09-11T15:36:22+01:00</updated>
<published>2010-09-11T15:36:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28104#p28104</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28104#p28104"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28104#p28104"><![CDATA[
Sorry, nevermind <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br /><br />I was wrong about how the TCH(teach) function is implemented in rcservo.cpp, the servo responds to a specific PWM signal, it has nothing to do with the ICS protocol.<br /><br />But using the servo headers GPIO as bitbanged ICS ports could still be a nice feature!<br /><br />It looks like what I need is to learn how the RCB-3 tells the Kondo servos to enter their 3 different stretch/speed profiles.  That is a feature the Roboard does not do currently.  Looks like a bit of a digression from the OP <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" />  I'll start a new thread on that if I find anything interesting with my oscilloscope...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1573">veltrop</a> — Sat Sep 11, 2010 3:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[veltrop]]></name></author>
<updated>2010-09-11T14:41:50+01:00</updated>
<published>2010-09-11T14:41:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28103#p28103</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28103#p28103"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=28103#p28103"><![CDATA[
Hi chrisvo,<br /><br />I would like to bitbang the ICS2.0 protocol over the Roboard GPIO/PWM for communicating with KRS-788 and KRS-4024 servos.  The purpose is to dynamically change the strech/speed etc during a motion routine.<br /><br />From what I can tell in the RoBoIO source, this is how the TCH functionality is implemented, so it should be possible.<br /><br />I think the lower level details part of your ICS C library would be very helpful to get me going on this. Would you mind sharing at least that part now? Please! <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />If I get this working, then you all could probably extend it to control Kondo serial servos over the Roboard GPIO/PWM ports.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1573">veltrop</a> — Sat Sep 11, 2010 2:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-08-03T11:33:32+01:00</updated>
<published>2010-08-03T11:33:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27751#p27751</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27751#p27751"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27751#p27751"><![CDATA[
Ah yes, that slipped my mind, adding the pullup works perfectly. I haven't yet experimented with the latency 0 setting, because I've been messing with several other projects. <br /><br />I did manage to finish the lower level details of the ICS protocol in the C library (e.g. set position, free, trim; read data; reprogram eeprom and id), now I'm adding another layer that handles some motion primitives (e.g. go to pose with linear/quadratic interpolation, manage servos including use of multiple SIO channels for one robot). After some clean up and documentation I will post the first part soon.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Tue Aug 03, 2010 11:33 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2010-07-24T19:43:00+01:00</updated>
<published>2010-07-24T19:43:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27623#p27623</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27623#p27623"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27623#p27623"><![CDATA[
The 10K pullups R6 and R7 in my schematic, hold the level high, when the receiver is disabled. You might add these otherwise it is floating. They are often omitted in AVR designs, because they can be enabled by software on the chip itself..<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sat Jul 24, 2010 7:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-24T19:04:57+01:00</updated>
<published>2010-07-24T19:04:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27621#p27621</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27621#p27621"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27621#p27621"><![CDATA[
I ask because I have a problem when trying to communicate with the Kondo servos:<br /><br /><span style="font-weight: bold">Circuit:</span><br /><a href="http://imgur.com/FC91U.png" class="postlink"><img src="http://imgur.com/FC91U.png" alt="Image" /></a><br /><br /><span style="font-weight: bold">Oscilloscope:</span><br /><a href="http://imgur.com/CQ9Ov.png" class="postlink"><img src="http://imgur.com/CQ9Ov.png" alt="Image" /></a><br /><br /><span style="font-weight: bold">Top half:</span> Capture of 1 packet of TX/RX conversation between FT4232 and Kondo servo. <br /><span style="text-decoration: underline">CH1 (yellow)</span> is probing the half-duplex line (going to the servo). That's where the &quot;6&quot; is on the schematic. <br /><span style="text-decoration: underline">CH2 (blue)</span> is probing the RX line (going to the FT4232). That's where the &quot;RX&quot; is on the schematic.<br /><br /><span style="font-weight: bold">Bottom half:</span> Zoomed-in version of the selected window from the top-half. <br /><br />The problem is that voltage dip you can see on CH2, which is causing the FT4232 to erroneously read extra bytes at the beginning of the return packet, because it sometimes dips just below the switching threshold. I'm not sure yet what to do in my circuit to fix the problem....<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Sat Jul 24, 2010 7:04 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2010-07-24T16:55:56+01:00</updated>
<published>2010-07-24T16:55:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27617#p27617</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27617#p27617"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27617#p27617"><![CDATA[
The diodes and resistor are the same as used on the Robotis CM-5 interface and provide some protection against nasties on the signal linem like shorting the line to the battery voltage or noise spikes from motor.<br />Looking at it now, if I had designed that part, I would have the diodes at the other end of the 47R resistor.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sat Jul 24, 2010 4:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-24T16:12:19+01:00</updated>
<published>2010-07-24T16:12:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27616#p27616</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27616#p27616"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27616#p27616"><![CDATA[
i-Bot:<br /><br />Nice! Thanks for the schematic! I am wondering a few things though since I'm not very electronics-savvy - why do you use the 1N4148 diodes and 47R resistor at the half-duplex output?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Sat Jul 24, 2010 4:12 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2010-07-24T14:29:07+01:00</updated>
<published>2010-07-24T14:29:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27614#p27614</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27614#p27614"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27614#p27614"><![CDATA[
The C library is looking good.<br /><br />I put up the schematic of the interface I did for the Dynamixels in case it helps. It does the direction control and also the 3.3 to 5 V conversion, so device types (AHC, AHCT) do matter.<br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/Builders/i-Bot/usb4dynasch.pdf">http://robosavvy.com/Builders/i-Bot/usb4dynasch.pdf</a><!-- m --><br /><br />I am interested for you to maybe try the setting of the latency timer to 0. You may have to modify ftdi.c to accomodate this. Latency 0 works on the high speed devices and sets the latency to 125us. This initially worked quite well for me under linux, but was a failure under XP due to too many incoming empty mesages.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sat Jul 24, 2010 2:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-24T03:15:27+01:00</updated>
<published>2010-07-24T03:15:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27606#p27606</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27606#p27606"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27606#p27606"><![CDATA[
By the way, I managed to move some Kondo servos the other day. <br /><br />I am using ICS 3.0 serial protocol through an FTDI USB-to-UART chip (FT4232H) and a half-duplex circuit (74HC126/74HC04, similar to the setup recommended by Robotis for AX series servos). Just crossing TX/RX as shown in the RB-110 Hardware Guide might work, but there's variety of forum talk about how that's possibly not a good idea...<br /><br />I think I'll have the C library for ICS 3.0 uploaded in about 1 week. <br /><br />It should work on any Linux based board, including the RoBoard. In fact, the RB-110 has a FT2232H on-board which drives the two high-speed UARTs, so with a little extra circuitry you should be able to command servos. I might later make a few &quot;USB2Kondo&quot; boards which like the USB2Dynamixel will offer the ability to control and program Kondo ICS servos directly through the USB port...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Sat Jul 24, 2010 3:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-05T12:21:32+01:00</updated>
<published>2010-07-05T12:21:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27325#p27325</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27325#p27325"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27325#p27325"><![CDATA[
<blockquote class="uncited"><div><br />Also, do you have a translation of the ICS3 protocol ?<br /></div></blockquote><br /><br />No, but Google Translate works pretty well on it. It's a pretty small protocol. <br /><br /><blockquote class="uncited"><div><br />Does your code also allow direct communications with the servo bus (like Bioloid's usb2dynamixel) ? is there maybe a repeater mode on RCB4 that mirrors back/forth the packages from the PC to the servos via the RCB4 (so no usb2dynamixel is required) ?<br /></div></blockquote><br /><br />Yes. I recently found out the command to get the RCB-4 to forward ICS packets directly to the servos, so using libkondo4, you can tell the RCB-4 to send an ICS packet, like to query servo positions (and all other servo data, like temperature, speed, stretch, etc), and set servo positions (including free position and trim position). The entire capability of ICS protocol is available this way. However, the RCB-4 is still needed. For many people this is a reasonable requirement because after all, you need some kind of circuitry to route power and manage the serial traffic, and the RCB-4 is designed to do that.<br /><br />However, I would eventually like to communicate directly with the servos without the RCB-4 in the middle. For example, in my application. I require minimum latency for feedback control. The RCB-4 takes up extra space, power, and weight on the robot. To do this, I'd still need some additional circuitry, for example, to break out a serial bus from something like the RoBoard and provide power to the servos. I don't imagine that it is hard, but I have never done that before and my hardware skills are useless...<br /><br />I wish Kondo had their detailed specs up like Robotis. Having to reverse engineer <span style="font-weight: bold">everything</span> to get my robot to do cool stuff is tiresome. Robotis has everything laid out from electrical characteristics and protocol specs down to tips and suggestions for people doing custom stuff. In English.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Mon Jul 05, 2010 12:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-07-05T12:06:36+01:00</updated>
<published>2010-07-05T12:06:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27324#p27324</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27324#p27324"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27324#p27324"><![CDATA[
Hi Chrisvo<br /><br />Thank you for sharing your code !<br /><br />Also, do you have a translation of the ICS3 protocol ?<br /><br />Does your code also allow direct communications with the servo bus (like Bioloid's usb2dynamixel) ?<br /><br />is there a module that allows direct comunications from a PC via USB to the Kondo servo bus ?<br /><br />is there maybe a repeater mode on RCB4 that mirrors back/forth the packages from the PC to the servos via the RCB4 (so no usb2dynamixel is required) ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Mon Jul 05, 2010 12:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-05T11:12:25+01:00</updated>
<published>2010-07-05T11:12:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27321#p27321</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27321#p27321"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27321#p27321"><![CDATA[
Hi again. With regards to directly driving the serial Kondo servos, the RoBoard has a UART which is all you really need; you may need to supplement it with some additional circuitry (the multi-drop serial bus) to provide a place for your servos to plug in. The specification for the Kondo protocol is here:<br /><!-- m --><a class="postlink" href="http://kondo-robot.com/sys/wp-content/uploads/2010/05/ICS3.0_Commandv1R1.pdf">http://kondo-robot.com/sys/wp-content/u ... ndv1R1.pdf</a><!-- m --><br /><br />You could also use the RoBoard in conjunction with the RCB-4 if you use this library: <br /><!-- m --><a class="postlink" href="http://bitbucket.org/vo/libkondo4">http://bitbucket.org/vo/libkondo4</a><!-- m --><br />Essentially you hook up the RoBoard via UART and change all the USB stuff to UART send/recv. You might need to invert and level shift the serial signal as Kondo appears to be using inverted 5V logic.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Mon Jul 05, 2010 11:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ks_khr3]]></name></author>
<updated>2010-07-05T05:56:32+01:00</updated>
<published>2010-07-05T05:56:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27311#p27311</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27311#p27311"/>
<title type="html"><![CDATA[Can Roboard 110 work with serial servos from Kondo?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6374&amp;p=27311#p27311"><![CDATA[
Hi, I have a Kondo KHR3 and am looking to expand its capabilities. I read that the Roboard product can drive Kondo servos but by default I take this to be true for the older &amp; non-serial servos. Has anyone tried to use Roboard with the KHR3 and more specifically the serial servos used in the KHR3?<br /><br />Thank you very much for your help. All the best<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2203">ks_khr3</a> — Mon Jul 05, 2010 5:56 am</p><hr />
]]></content>
</entry>
</feed>