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

<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>2008-09-24T19:32:14+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=2831</id>
<entry>
<author><name><![CDATA[gr33nhorn]]></name></author>
<updated>2008-09-24T19:32:14+01:00</updated>
<published>2008-09-24T19:32:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17642#p17642</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17642#p17642"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17642#p17642"><![CDATA[
thanks for your reply<br /><br />The usb uart is for me to upload my program and will be removed after uploading is done.The rx and tx pins will be connected to the wck modules once the usb uart cable to the pc is being removed.i guess both shouldnt be connect to the same uart at the same time,am i right to say that?i will be using hard ware uart since pin 0 and 1 is hardware uart.so i guess i can set the baud rate at 921600bps.please correct me if im wrong as i'm still a newbie.hope someone can join in this project.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1162">gr33nhorn</a> — Wed Sep 24, 2008 7:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-09-24T19:07:37+01:00</updated>
<published>2008-09-24T19:07:37+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17641#p17641</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17641#p17641"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17641#p17641"><![CDATA[
The problem I see is if you want to use the arduino in standard configuration, then the single USART on the ATMega168 connects to the PC.<br /><br />You really do need a USART to talk to the wck bus, the soft UART is not suitable at higher data speeds, and it is not buffered, so timing can be a problem.<br /><br />This is why ATMega128 is normally used for controllers because it has two USARTS.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Sep 24, 2008 7:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gr33nhorn]]></name></author>
<updated>2008-09-24T17:39:52+01:00</updated>
<published>2008-09-24T17:39:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17640#p17640</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17640#p17640"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17640#p17640"><![CDATA[
finally back to this forum.anyone keen to start this project thread and learn together with me?i just want to control a few wck servos using arduino.it seems that arduino is not a good choice to control those servos.none ever try it before.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1162">gr33nhorn</a> — Wed Sep 24, 2008 5:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2008-09-16T22:34:03+01:00</updated>
<published>2008-09-16T22:34:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17552#p17552</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17552#p17552"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17552#p17552"><![CDATA[
AX12 is powered by 11V.<br />Arduino is supposed to be powered by 5V.<br />However, Arduino voltage regulator may be able to tolerate up to 14V.<br /><br />Otherwise you can buy a small voltage regulator that will cost you next to nothing and solder it between the 11V and the input voltage of the aurduino.<br /><br />once you have the voltage figured out, search Arduino in the Bioloid forum here. There have been plenty of threads talking about how to connect an Atmega board to the Bioloid bus. Any Atmega microcontroller running at 16mhz can communicated directly with the Bioloid bus. It is enough to short the RX and TX lines to the bus and run the UART at 1mhz, switching the RX/TX on/off as the synchronous communications occur.<br /><br />In the case of the wCK you have even less to worry about because you just connect the RX and TX of the Arduino to the servo bus, set the UART to the right baud rate and talk with the servos.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Tue Sep 16, 2008 10:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gr33nhorn]]></name></author>
<updated>2008-09-16T18:07:38+01:00</updated>
<published>2008-09-16T18:07:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17549#p17549</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17549#p17549"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17549#p17549"><![CDATA[
someone replied in my thread from other websites.said that arduino is not compatible with ax-12.does it mean arduino wont be able to hand 1m baud rate for wck modules?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1162">gr33nhorn</a> — Tue Sep 16, 2008 6:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gr33nhorn]]></name></author>
<updated>2008-09-15T15:49:00+01:00</updated>
<published>2008-09-15T15:49:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17540#p17540</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17540#p17540"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17540#p17540"><![CDATA[
i wish to try but i am alone to start off this thread as i am a green horn as shown.i dont mind sharing code only if i know how write one...<img src="http://forum.robosavvy.com/images/smilies/icon_cool.gif" alt="8-)" title="Cool" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1162">gr33nhorn</a> — Mon Sep 15, 2008 3:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2008-09-15T15:33:08+01:00</updated>
<published>2008-09-15T15:33:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17539#p17539</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17539#p17539"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17539#p17539"><![CDATA[
<span style="font-style: italic">is it possible to send packet command from arduino tx and rx pin to control wCK modules?</span><br />Yes. same microprocessor (atmega168 at 16mhz) and same voltage.<br /><br /><br /><span style="font-style: italic">does arduino require the recommended voltage translation circuit board?</span><br />It depends on the Arduino. There are at least 10 conforming to the specs on the market. So check out the voltage regulator thats on your arduino in google and look up the range in the regulator's specs.<br /><br /><br /><span style="font-style: italic">will the arduino IDE a good and easier choice of making simple walking movements</span><br />first you need to implement the Robobuilder packet protocol but check the threads on this forum. you should find some source code or otherwise if you do implement the protocol, please share the code <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=2">limor</a> — Mon Sep 15, 2008 3:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[gr33nhorn]]></name></author>
<updated>2008-09-14T17:58:05+01:00</updated>
<published>2008-09-14T17:58:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17533#p17533</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17533#p17533"/>
<title type="html"><![CDATA[Arduino and wCK modules.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2831&amp;p=17533#p17533"><![CDATA[
hi<br /> is it possible to send packet command from arduino tx and rx pin to control wCK modules?does arduino require the recommended voltage translation circuit board?will the arduino IDE a good and easier choice of making simple walking movements?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1162">gr33nhorn</a> — Sun Sep 14, 2008 5:58 pm</p><hr />
]]></content>
</entry>
</feed>