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

<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>2009-07-17T13:01:38+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=3661</id>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-17T13:01:38+01:00</updated>
<published>2009-07-17T13:01:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20776#p20776</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20776#p20776"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20776#p20776"><![CDATA[
I am trying to do wireless communication. Something like transmitter and receiver.<br /><br />Example: Com A transmit data(Wireless) to Com B.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Fri Jul 17, 2009 1:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[StuartL]]></name></author>
<updated>2009-07-17T08:16:07+01:00</updated>
<published>2009-07-17T08:16:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20775#p20775</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20775#p20775"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20775#p20775"><![CDATA[
Can you be more descriptive with your question including what you're trying to do and what you've achieved so far?  It would also be helpful to describe your robot and how you've assembled it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=645">StuartL</a> — Fri Jul 17, 2009 8:16 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-16T14:58:11+01:00</updated>
<published>2009-07-16T14:58:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20766#p20766</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20766#p20766"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20766#p20766"><![CDATA[
is there anyway without using CM-5? I would connect thru microcontroller with the given code.<br /><br /><blockquote class="uncited"><div><br />TRISCbits.TRISC6 = 1;          //TX<br />TRISCbits.TRISC7 = 0;          //RX<br /><br />OpenUSART( USART_TX_INT_OFF &amp;<br />USART_RX_INT_OFF &amp;<br />USART_ASYNCH_MODE &amp;<br />USART_EIGHT_BIT &amp;<br />USART_CONT_RX &amp;<br />USART_BRGH_HIGH,25 );            // use low rate for using 4MHz/PLL crystal; set high if using XT<br /><br /><br />while (1) <br />{<br /><br />putrsUSART( &quot;\r\n&lt;ID01&gt;&lt;RPB&gt;\r\n&quot; );<br />}<br /><br />CloseUSART ();<br />}<br /></div></blockquote><br /><br />PLS HELP!! very urgent<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Thu Jul 16, 2009 2:58 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jeeves]]></name></author>
<updated>2009-07-15T13:00:31+01:00</updated>
<published>2009-07-15T13:00:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20744#p20744</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20744#p20744"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20744#p20744"><![CDATA[
CM-5 is the box where the bioloid microcontroller is.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1536">Jeeves</a> — Wed Jul 15, 2009 1:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-15T12:44:40+01:00</updated>
<published>2009-07-15T12:44:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20742#p20742</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20742#p20742"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20742#p20742"><![CDATA[
jeeve, sorry, i abit confuse of CM-5, what is it?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Wed Jul 15, 2009 12:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jeeves]]></name></author>
<updated>2009-07-10T20:05:16+01:00</updated>
<published>2009-07-10T20:05:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20681#p20681</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20681#p20681"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20681#p20681"><![CDATA[
To download the program to CM-5 you can not connect with the zig2serial/zig100. You need to use the serial cable connected in PC and CM-5 directly.<br />After download the program, you will connect the zig2serial/zig100 to the PC and try to communicate in CM-5 play mode.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1536">Jeeves</a> — Fri Jul 10, 2009 8:05 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-10T19:26:19+01:00</updated>
<published>2009-07-10T19:26:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20680#p20680</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20680#p20680"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20680#p20680"><![CDATA[
<blockquote><div><cite>Jeeves wrote:</cite><br />This message appears when the zig2serial is connecting to PC or when you doing the download to CM-5? <br />       If the first, you are using the wrong program. You need to use the &quot;Robot Terminal&quot; to communicate between the CM-5 and PC.<br />       If the second, make sure that the connections between the PC and CM-5 is correct and remember that to download the program you can not use the zig100, you need to connect directly to CM-5. If all this things is ok, verify if another program is connecting to the serial port COM that you are using. Maybe, if the Robot Terminal is open it is connected to the COM.<br /></div></blockquote><br /><br />Actually its both. I am using RS232-USB cable. whenever i try connect or without connecting it will popup error &quot;Cannot connect CM-5 ! Please check the condition of connection&quot; <br /><br />I connect using RS232-USB -&gt; Zig2serial w/zig100. is it correct?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Fri Jul 10, 2009 7:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jeeves]]></name></author>
<updated>2009-07-10T16:20:15+01:00</updated>
<published>2009-07-10T16:20:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20676#p20676</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20676#p20676"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20676#p20676"><![CDATA[
This message appears when the zig2serial is connecting to PC or when you doing the download to CM-5? <br />       If the first, you are using the wrong program. You need to use the &quot;Robot Terminal&quot; to communicate between the CM-5 and PC.<br />       If the second, make sure that the connections between the PC and CM-5 is correct and remember that to download the program you can not use the zig100, you need to connect directly to CM-5. If all this things is ok, verify if another program is connecting to the serial port COM that you are using. Maybe, if the Robot Terminal is open it is connected to the COM.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1536">Jeeves</a> — Fri Jul 10, 2009 4:20 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-10T15:41:25+01:00</updated>
<published>2009-07-10T15:41:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20674#p20674</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20674#p20674"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20674#p20674"><![CDATA[
I have some problem with the program.. say the CM-5 cant connect.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Fri Jul 10, 2009 3:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jeeves]]></name></author>
<updated>2009-07-10T14:37:13+01:00</updated>
<published>2009-07-10T14:37:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20673#p20673</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20673#p20673"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20673#p20673"><![CDATA[
I am doing tests with this. To test the communication between the CM-5 to PC, you just need to use the &quot;Wireless data_TX.bpg&quot; example program and open the robot terminal.<br />To test the communication between the PC and CM-5, there is a tip. You need to send data in a specific package form. To know more about this, look<br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=1395&amp;highlight=zig2serial">http://robosavvy.com/forum/viewtopic.ph ... zig2serial</a><!-- m --><br />Then, you use the &quot;Wireless data_TX.bpg&quot; example program. I will do this today.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1536">Jeeves</a> — Fri Jul 10, 2009 2:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-10T13:28:57+01:00</updated>
<published>2009-07-10T13:28:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20672#p20672</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20672#p20672"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20672#p20672"><![CDATA[
yup.. actually i short C3 where i keep testing the Vcc continous connection by multimeter and it work.<br /><br />now i want to test wireless connection. anybody can give me some suggestion how to do it? thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Fri Jul 10, 2009 1:28 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jeeves]]></name></author>
<updated>2009-07-08T22:13:10+01:00</updated>
<published>2009-07-08T22:13:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20642#p20642</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20642#p20642"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20642#p20642"><![CDATA[
Hi taekiro,<br /><br />    I had the same problem. Then I contact the robotis about this. They told me that to use the zig2serial with a external supply it is needed that you short the R10 and open the R11 in zig2serial. (the default is R11 short and the R10 open). I just short the R10 and it was work.<br />   The robotis told me that the new bioloid manual has this information.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1536">Jeeves</a> — Wed Jul 08, 2009 10:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2009-07-02T12:02:03+01:00</updated>
<published>2009-07-02T12:02:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20551#p20551</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20551#p20551"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20551#p20551"><![CDATA[
Hi taekiro<br /><br />The zigbee module itself only takes 3.3V I believe. If you use more I think you may damage the module.<br /><br />As for Zig2Serial, when you apply 5V it should turn on a LED to indicate power.<br /><br />As I said, you can use a USB2ttl converter to test the zigbee module without the Zig2Serial.<br /><br />Otherwise try a different cable/adapter for RS232 to USB, as you suspect it's not working properly ...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Thu Jul 02, 2009 12:02 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[taekiro]]></name></author>
<updated>2009-07-02T05:00:55+01:00</updated>
<published>2009-07-02T05:00:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20549#p20549</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20549#p20549"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20549#p20549"><![CDATA[
<blockquote><div><cite>PedroR wrote:</cite><br />Hi taekiro<br /><br />Can you please explain your setup?<br /><br />Have you got only the Zigbee boards or also the Zig2Serial board?<br />They are <span style="font-weight: bold">different things!</span><br /><br />The Zig2Serial has a socket where you insert the zigbee board.<br /><br />The Zig2Serial needs to be powered with 5V.<br /><br />The ZIgbee module itself (when it is not assembled on the ZIg2Serial) needs to be powered by 3.3V I believe.<br /></div></blockquote><br /><br />I have both of Zigbee boards and Zig2Serial.<br />I do not have power supply at home, therefore I uses 3 AA battery consist of 4.5V for my Zig2Serial. <br /><br />I use my cable which is RS232 to USB to connect my comp, I think the fault lies on the cable itself.<br /><br />And I do try the zigbee module on 3.3V, I put a LED on pin 3 to check the status, it doesnt light up, until I put 4.5V then the LED will light up. The terminal I press Shift-1, it doesnt show anything.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1537">taekiro</a> — Thu Jul 02, 2009 5:00 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2009-07-01T16:45:10+01:00</updated>
<published>2009-07-01T16:45:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20538#p20538</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20538#p20538"/>
<title type="html"><![CDATA[Zigbee module configuration]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3661&amp;p=20538#p20538"><![CDATA[
Hi taekiro<br /><br />Can you please explain your setup?<br /><br />Have you got only the Zigbee boards or also the Zig2Serial board?<br />They are <span style="font-weight: bold">different things!</span><br /><br />The Zig2Serial has a socket where you insert the zigbee board.<br /><br />The Zig2Serial needs to be powered with 5V.<br /><br />The ZIgbee module itself (when it is not assembled on the ZIg2Serial) needs to be powered by 3.3V I believe.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Wed Jul 01, 2009 4:45 pm</p><hr />
]]></content>
</entry>
</feed>