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

<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-09-01T17:34:04+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=7414</id>
<entry>
<author><name><![CDATA[Gulaszewski]]></name></author>
<updated>2011-09-01T17:34:04+01:00</updated>
<published>2011-09-01T17:34:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32176#p32176</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32176#p32176"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32176#p32176"><![CDATA[
0x00 0x02: = 0x200 written to goal position<br />0x00 0x02: = 0x200 written to moving speed<br /><br />Why 0x00 0x02 are giving 0x200 ? <br />So 0x00 is low byte , and 0x02 hight byte. And controler recognized it in this order : 0x02 and 0x00  = 0x200 ?<br /><br />For example : moving speed = 400 (0x190) and other instruction are the same.<br />Instruction packet :  FF FF 01 07 03 1E 00 02 90 01 xx  ?   <br /><br />I want to connect my own main controller to the PC. Program like dynamixel wizard and libraries for C++ will be helpfull.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2872">Gulaszewski</a> — Thu Sep 01, 2011 5:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-09-01T16:30:09+01:00</updated>
<published>2011-09-01T16:30:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32175#p32175</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32175#p32175"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32175#p32175"><![CDATA[
You are right there does appear to be an error in the Example 17.<br /><br />If you decode the final message:<br />Instruction Packet: FF FF 01 07 03 1E 00 02 00 02 D3<br />0xFF 0xFF: is the header<br />0x01: is the ID of the servo<br />0x07: is the length of the message ( enough for 4 bytes of write data)<br />0x03: is the write instruction<br />0x1E: is the start address in RX64 memory where write starts<br />This is the goal position(L) from the table 3-4 Control table, so 4 bytes written will write to goal position(L), goal position(H), moving speed(L), moving speed(H)<br />0x00 0x02: = 0x200 written to goal position<br />0x00 0x02: = 0x200 written to moving speed<br />0xD3: correct checksum<br /><br />So the goal position is written as 0x200 (512), not 511 as stated earlier in example.<br /><br />For the software, are you using USB2Dynamixel  as interface ?<br /><br />Do you want utilities such as dynamixel wizard , complete program like Roboplus, or libraries for development under C# or C++ ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Sep 01, 2011 4:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gulaszewski]]></name></author>
<updated>2011-09-01T11:30:16+01:00</updated>
<published>2011-09-01T11:30:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32171#p32171</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32171#p32171"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32171#p32171"><![CDATA[
Ok I understand <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> But I have small problem with other thing. <br /><br />It is about example 17 in RX - 64 manual. Why in data are 4 parameters ? If I also want to control speed , I must write address 31 and 32 ? <br /><br />Could you recommend me a freeware software to control RX from PC ? [/img]<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2872">Gulaszewski</a> — Thu Sep 01, 2011 11:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-08-28T23:00:00+01:00</updated>
<published>2011-08-28T23:00:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32139#p32139</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32139#p32139"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32139#p32139"><![CDATA[
You can run different power supply voltage servos on the same bus. You need to common the two data lines and ground to all servos. Then the power to the servos can be different for the two or more types of servo. The signalling and processor voltages are derived from a regulator in the servo.<br /><br />Do take care with the wiring to avoid shorting different power supplies together or running high currents through small wires.<br /><br />For the AtMega128 it depends what you mean by &quot;control&quot;. Is this a main controller or a subcontroller connected to another processor or PC ? The ATmega128 is capable to control 21 RX servos and support IMU with scripts. If you want to do IK or lots of floating point then not easily.<br /><br />The low cost of 32 bit micros is making them more attractive now. The Darwin OP project has 32 bit ARM Cortex hardware (CM730) which could be modified. Even on 8 bit, the Xmega range is popular due to the larger number of serial ports. Traditionally Gyro and Accelerometers were on analog inputs, but new low cost devices with SPI or I2C interface are better.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sun Aug 28, 2011 11:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gulaszewski]]></name></author>
<updated>2011-08-28T20:57:23+01:00</updated>
<published>2011-08-28T20:57:23+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32137#p32137</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32137#p32137"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32137#p32137"><![CDATA[
It is possible to connect in one bus RX-28 and RX-64 ? They have got different voltage. <br /><br />Do you think that Atmega128 will be ok to control 21 servos ? In the future i want to use gyroscope and two accelerometers. (not necessarily in one board ). Which processor will be good ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2872">Gulaszewski</a> — Sun Aug 28, 2011 8:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-08-25T10:15:39+01:00</updated>
<published>2011-08-25T10:15:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32118#p32118</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32118#p32118"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32118#p32118"><![CDATA[
The CM-2 has a bootloader programmed into the ATmega128 by Robotis. This bootloader is not made public so far as I am aware. You will find many alternative free bootloaders for the ATmega devices. You may be better to base your hardware on the Arduino, since that already has good bootloader and development environment. Arbotix is an great example of this.<br /><br />Once you have the bootloader, then you can upload you compiled operational code.<br /><br />The operational code in the CM-2 manual appears to be complete, but is really just for test and demonstation purposes. It is not well structured for re-use. Better to investigate the existing libraries for AX servos which can be simply adapted to RX servos.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Aug 25, 2011 10:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gulaszewski]]></name></author>
<updated>2011-08-24T21:38:29+01:00</updated>
<published>2011-08-24T21:38:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32112#p32112</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32112#p32112"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32112#p32112"><![CDATA[
i-Bot thans for helpfull answears ! Yes, I read it. But I have some question :<br /><br />1) Board CM2 has uploaded program in Atmega128 ?<br />2) Program wich is on the pages 34-37 is enough to control servos ? I mean that is it the end of necessary code ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2872">Gulaszewski</a> — Wed Aug 24, 2011 9:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-08-24T12:00:36+01:00</updated>
<published>2011-08-24T12:00:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32111#p32111</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32111#p32111"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32111#p32111"><![CDATA[
Did you already review the CM2 manual. It has schematic and code.<br /><br /><!-- m --><a class="postlink" href="http://www.megarobot.net/cj/manualy/robotis/cycloid/CM2/manual_CM2_aj.pdf">http://www.megarobot.net/cj/manualy/rob ... CM2_aj.pdf</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Aug 24, 2011 12:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-08-24T10:42:31+01:00</updated>
<published>2011-08-24T10:42:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32109#p32109</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32109#p32109"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32109#p32109"><![CDATA[
If you google around, you will find plenty of hardware and firmware designs to interface AX12 servos. The only difference is that the AX12 uses TTL levels and the RX servos use RS485.<br /><br />If you compare the AX12 manual to the RX28 manual you will see the different interface IC and its connection.<br /><br />For the RS485 interface chip, I strongly advise using the MAX3443E or similar transciever with fail safe receiver inputs. This ensures the receiver goes to a known state when all drivers on the bus are disabled. It is possible to use resistors to do this, but not as neat.<br /><br />Let us know if you have problems finding information, or later in project.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Aug 24, 2011 10:42 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gulaszewski]]></name></author>
<updated>2011-08-24T09:48:53+01:00</updated>
<published>2011-08-24T09:48:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32108#p32108</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32108#p32108"/>
<title type="html"><![CDATA[Homemade servocontroller for dynamixel RX 28]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7414&amp;p=32108#p32108"><![CDATA[
Hi ,<br /><br />I have to do a electronic board &quot; homemade&quot; like CM 2 to control dynamixel servos RX-28 . Where can I find some information about this project ? ( program for the mikroprocessor , wiring diagram etc. )<br />Do you have any experience about it ?<br /><br />Thank for answear !<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2872">Gulaszewski</a> — Wed Aug 24, 2011 9:48 am</p><hr />
]]></content>
</entry>
</feed>