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

<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>2007-11-25T03:55:43+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=1927</id>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-25T03:55:43+01:00</updated>
<published>2007-11-25T03:55:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12543#p12543</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12543#p12543"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12543#p12543"><![CDATA[
Thank you very much for your help, i'm going to try it!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Sun Nov 25, 2007 3:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-11-23T14:38:30+01:00</updated>
<published>2007-11-23T14:38:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12532#p12532</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12532#p12532"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12532#p12532"><![CDATA[
It would be possible, but you would have to be very careful to avoid writing to the bus while a device was responding.<br /><br />If you wanted to ensure that no device responded, you could just send SYNC_WRITE commands.<br /><br />Here are byte strings for three different SYNC_WRITE commands, which set the servo with ID=1 to position 0, 511, and 1023 respectively:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>0xFF 0xFF 0xFE 0x09 0x83 0x1E 0x04 0x01 0x00 0x00 0x52<br /><br />0xFF 0xFF 0xFE 0x09 0x83 0x1E 0x04 0x01 0xFF 0x01 0x52<br /><br />0xFF 0xFF 0xFE 0x09 0x83 0x1E 0x04 0x01 0xFF 0x03 0x50<br /></code></dd></dl><br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Fri Nov 23, 2007 2:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-23T08:11:40+01:00</updated>
<published>2007-11-23T08:11:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12531#p12531</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12531#p12531"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12531#p12531"><![CDATA[
yes, I know the protocol, since I triedd to send data to the AX12 with an Atmega...but If I don't care about the data sent by the motor (I know, it's stupid...), could it be possible?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Fri Nov 23, 2007 8:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-11-23T05:08:51+01:00</updated>
<published>2007-11-23T05:08:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12530#p12530</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12530#p12530"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12530#p12530"><![CDATA[
No, you can't. You can talk to it from a micro-controller, with some supporting hardware (or with none if you're using an ATmegaXXX), or you can use an interface board like I sell.<br /><br />The problem is the serial bus is a one-wire bus - both Rx and Tx are on the same line.<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Fri Nov 23, 2007 5:08 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-23T04:36:53+01:00</updated>
<published>2007-11-23T04:36:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12529#p12529</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12529#p12529"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12529#p12529"><![CDATA[
Thank you very much for your help!<br />I have an other question...is it possible to send data to an AX12 directly from a serial bus if the speed of the servomotor is, for instance, 9600 bps?...<br />I know this is not very fast, but i would like to make tests with only one motor, to know if i should buy more...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Fri Nov 23, 2007 4:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-11-19T15:06:28+01:00</updated>
<published>2007-11-19T15:06:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12452#p12452</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12452#p12452"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12452#p12452"><![CDATA[
Yes, my board gives you direct access to the bus. You can open the serial connection at any baud rate you like, and send out a series of pings to each allowable ID to see if you get a response (that's what I do).<br /><br />It also works fine in Linux - the drivers for the FT232 were included back in around 2.4, so anything after that should be fine.<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Mon Nov 19, 2007 3:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-19T02:15:41+01:00</updated>
<published>2007-11-19T02:15:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12441#p12441</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12441#p12441"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12441#p12441"><![CDATA[
your board seems very interesting!<br />But what about the software?...I run under linux...<br />I fact, I was thinking to buy a CM5 because it has a scan mode (only for this reason...) because I am not sure of the adresse and of the speed of my AX12...<br />is it possible to do so with your board?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Mon Nov 19, 2007 2:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-11-19T01:27:54+01:00</updated>
<published>2007-11-19T01:27:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12440#p12440</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12440#p12440"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12440#p12440"><![CDATA[
I sell a board that allows a PC to talk to the Bioloid bus directly over USB.<br /><br /><a href="http://www.huvrobotics.com" class="postlink">http://www.huvrobotics.com</a><br /><br />I also have some code on my site that works as a bus device on an ATmega. See <!-- m --><a class="postlink" href="http://www.bioloid.info">http://www.bioloid.info</a><!-- m -->, under User Projects on the 6-axis IMU page.<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Mon Nov 19, 2007 1:27 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-17T13:43:52+01:00</updated>
<published>2007-11-17T13:43:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12414#p12414</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12414#p12414"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12414#p12414"><![CDATA[
Thank you for the tip!<br />But now, I understand nothing ...<br />I wrote several codes, and none is ok...I have now way to check the speed of the second USART, the one at 1 Mbps...<br />And when I try to use both USART, I have strange results...<br />I connected Rx and Tx pins of the second USART , and I try to desactivate the TX pin in order to be able to recieve data...but it doesn't work...<br />I never programmed Atmega before...with only one USART, it's ok, but with two, it's too difficult...<br />Does anybody has a good code for an Atmega 324?<br />I begin to think about buying an CM5 or USB2Dynamixel...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Sat Nov 17, 2007 1:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-11-17T12:30:27+01:00</updated>
<published>2007-11-17T12:30:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12413#p12413</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12413#p12413"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12413#p12413"><![CDATA[
Yes, you can use 1 Mbps from an 8 MHz ATmega. I do it all the time.<br /><br />AX-12 has nothing to do with RS-485.<br /><br />How do you have the bus connected to your ATmega?<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Sat Nov 17, 2007 12:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-17T11:28:09+01:00</updated>
<published>2007-11-17T11:28:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12411#p12411</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12411#p12411"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12411#p12411"><![CDATA[
Hello,<br /><br />I tried during 5 or 6 hours, but no results...<br />I would like to know if it is possible to use the 1 mbps at 8 MHz...maybe the problem comes from this point...<br /><br />I also wanted to know something about AX-12 and RS485...<br />because I have a board on which I will plug my Atmega, and the board has a RS485 port...<br /><br />But I am a newbie, so i am not sure if it is possible to send data from the board directly...<br /><br />Thanks for the previous answers!!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Sat Nov 17, 2007 11:28 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hivemind]]></name></author>
<updated>2007-11-17T05:24:46+01:00</updated>
<published>2007-11-17T05:24:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12407#p12407</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12407#p12407"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12407#p12407"><![CDATA[
I think the default baud might be 34 (0x22) ? - thats what it is for the DX-117.  Also, the red light is standard.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=221">hivemind</a> — Sat Nov 17, 2007 5:24 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-17T02:58:55+01:00</updated>
<published>2007-11-17T02:58:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12403#p12403</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12403#p12403"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12403#p12403"><![CDATA[
Thank you,<br />I'm going to check it...<br />and what about the red led?...is it a normal color, or does it mean there is a problem?<br />It only blinks once, then stay switched off...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Sat Nov 17, 2007 2:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robo1]]></name></author>
<updated>2007-11-16T17:44:01+01:00</updated>
<published>2007-11-16T17:44:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12392#p12392</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12392#p12392"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12392#p12392"><![CDATA[
If you look through the manual these different speed setting.  I only have DX-117 to go by, but most of them came with the same setting but one had a different speed and ID2 so took me some time to figure out why it wasn't working.<br /><br />Bren<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=216">Robo1</a> — Fri Nov 16, 2007 5:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elvisss]]></name></author>
<updated>2007-11-16T14:24:43+01:00</updated>
<published>2007-11-16T14:24:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12386#p12386</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12386#p12386"/>
<title type="html"><![CDATA[problem with an AX-12+]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1927&amp;p=12386#p12386"><![CDATA[
Thank you for your help, I'm going to try it...<br />but I thought the default speed is 1mbps...or is it an other thing?...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=805">elvisss</a> — Fri Nov 16, 2007 2:24 pm</p><hr />
]]></content>
</entry>
</feed>