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

<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-12-31T15:04:26+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1319</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2007-12-31T15:04:26+01:00</updated>
<published>2007-12-31T15:04:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13122#p13122</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13122#p13122"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13122#p13122"><![CDATA[
Did you try connecting direct without the radios in the link ?<br /><br />Also if I recall the labeling of the ERX and ETX is confusing, you might swap them over.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Mon Dec 31, 2007 3:04 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[P5hycal]]></name></author>
<updated>2007-12-28T17:18:59+01:00</updated>
<published>2007-12-28T17:18:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13082#p13082</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13082#p13082"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=13082#p13082"><![CDATA[
This is my code. It doesn't work at my robonova. I can't find my error. Please help me. <br /><br />Regards,<br /><br />'================================<br /><br />DIM A AS BYTE<br />DIM RXC AS BYTE<br /><br />PTP SETON <br />PTP ALLON<br /><br />'== motor diretion setting ======================<br />DIR G6A,1,0,0,1,0,0<br />DIR G6B,1,1,1,1,1,1<br />DIR G6C,0,0,0,0,0,0<br />DIR G6D,0,1,1,0,1,0<br /><br />'== motor start position read ===================<br />GETMOTORSET G6A,1,1,1,1,1,0<br />GETMOTORSET G6B,1,1,1,0,0,0<br />GETMOTORSET G6C,1,1,1,0,0,0<br />GETMOTORSET G6D,1,1,1,1,1,0<br /><br />SPEED 5<br /><br />'== motor power on  =============================<br />MOTOR G24<br /><br />GOSUB standard_pose<br /><br />'================================================<br />main:    <br /><br />continue:<br />ERX2400,RXC,Continue<br /><br />A=RXC-48<br />ON A GOTO MAIN,K1,K2<br />GOTO main<br /><br /><br />K1:GOSUB forward_walk<br />GOSUB standard_pose<br />GOTO main<br /><br />K2:    GOSUB bow_pose<br />        GOSUB standard_pose<br />        GOTO main<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=604">P5hycal</a> — Fri Dec 28, 2007 5:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-05-01T21:16:36+01:00</updated>
<published>2007-05-01T21:16:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8744#p8744</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8744#p8744"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8744#p8744"><![CDATA[
Yep That's it.<br /><br />With the bluetooth implimentation I did I assigned the value sent minus 48 to the variable A if no value was sent the value was set to 0. The :<br /><br />ON A GOTO Main, K1 etc does exactly as DirtyR said, if A=0 then MAIN is jumped to, if A=1 then K1 is jumped to.<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Tue May 01, 2007 9:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-05-01T20:05:57+01:00</updated>
<published>2007-05-01T20:05:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8741#p8741</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8741#p8741"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8741#p8741"><![CDATA[
In basic english it is like this...<br /><br />Listen for remote.<br />Now GOTO the move in the sequence &quot;,K1,K2,K3,K4,K5,K6,K7,K8,K9,K10,K11,K12,K13,K14,k!5,K16,K17...&quot;<br /><br />If you press the number 5 on the remote then the program will GOTO K5<br />Where K5 is...<br />'=============<br />K5:<br />'arm wave<br />move 345345,354,5,345,34,5,5<br />move ,345,34,534,5,5,5,54,34,54<br />wait<br />goto standard_pose<br />'=============<br /><br />This is how it is.<br /><br />Marcus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Tue May 01, 2007 8:05 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[P5hycal]]></name></author>
<updated>2007-05-01T14:39:08+01:00</updated>
<published>2007-05-01T14:39:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8734#p8734</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8734#p8734"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8734#p8734"><![CDATA[
Ok, i think i will use the hyperterm to send the ascii data. <br /><br />ERX 9600,RXC,NO_Value_Continue. If there is no data so the data will be 0. Am i right? <br /><br />ON A GOTO MAIN,K1,K2,K3,K4,K5,K6,K7,K8,K9,K10,K11,K12,K13,K14,k!5,K16,K17.... Can you tell me what this code means? I still don't get it. <br /><br />Thanks before.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=604">P5hycal</a> — Tue May 01, 2007 2:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-04-28T06:58:07+01:00</updated>
<published>2007-04-28T06:58:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8700#p8700</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8700#p8700"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8700#p8700"><![CDATA[
Hi,<br /><br />You're looking to do basically the same thing I have done with bluetooth for simple control. I have my bluetooth module hooked up to the ERX port and my RoboBasic code waits for a value pretty much the same way as you have described. I use all numberic values so I can pass them straight to the  ON A GOTO routine. I also offset what I send by 48 so that it is a valid ASCII printable character as it makes debugging easier. <br /><br />Thus if I pass value 48 (ASCII Character 0) I get a 0 (48-48) number in my routine and jump to the first option in the ON A GOTO statement. If I pass value 65 (ASCII Character A) I jump to option 17 (65-48)in the ON A GOTO statement.<br /><br />Anyway a bit of code below, hope it helps<br /><br />'REM Check for Bluetooth transmission<br />ERX 9600,RXC,NO_Value_Continue<br /><br />'REM Process Bluetooth incoming transmission<br />A = RXC - 48<br />GOTO BLUETOOTH_CMD<br /><br />NO_Value_Continue:<br />A=0<br /><br />MAIN1:<br /><br />BLUETOOTH_CMD:<br />ON A GOTO MAIN,K1,K2,K3,K4,K5,K6,K7,K8,K9,K10,K11,K12,K13,K14,k!5,K16,K17 'etc etc<br />GOTO MAIN<br /><br />main_exit:<br /><br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Sat Apr 28, 2007 6:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-04-27T17:23:43+01:00</updated>
<published>2007-04-27T17:23:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8686#p8686</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8686#p8686"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8686#p8686"><![CDATA[
Hmmm. I dont think you can do it the way you are thinking! (other builders step in plz). Once the code in the RN1 is run it should look at the ERX input and wait for a signal, then jump to the desired routine.<br />How do you propose to send an RF singnal to the RN1 with Robobasic?<br /><br />I would have thought you open up hyperterm and open a channel to your RF transmitter. Then send ascii values by entering the character into hyperterm.<br /><br />I would prefer too get signals back from RN1 so I can feed sensor data to my PC for processing and also to signal the end of a pose.<br /><br />Marcus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Fri Apr 27, 2007 5:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[P5hycal]]></name></author>
<updated>2007-04-27T14:56:05+01:00</updated>
<published>2007-04-27T14:56:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8684#p8684</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8684#p8684"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8684#p8684"><![CDATA[
Hi dirtyroboto. Yes my RN will only receive. I have the RF module but i'm not install it to RN yet. The program is RoboBasicV2.5. The example data: if i transmitt 'W' the RN will walk forward, then i transmitt 'A' the RN will walk to the left and etc. I will control my RN aprox 3meter from my computer &amp; transmitter. Can you help me?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=604">P5hycal</a> — Fri Apr 27, 2007 2:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-04-26T18:43:45+01:00</updated>
<published>2007-04-26T18:43:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8670#p8670</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8670#p8670"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8670#p8670"><![CDATA[
&quot;Hi, all. I want to add an RF module(TLP/RLP 434A) to my robonova.&quot;<br />Ok, so why dont you go buy one?<br /><br />&quot;i transmitt data from serial computer and robonova will be the receiver only. &quot;<br />So when you get the RFTRX the RN1 will only receive?<br /><br />&quot;Now i'm having trouble with the program, because i must send some different data to robonova.&quot;<br />So now you have the RFmodule and have written a program and you want to send 'other' data?<br /><br />&quot;I use Robobasic for program the robonova. Please help me solve this problem.&quot;<br />So. What is the program? <br />What is the 'other' data?<br />Does RN-1 requre 2 way communication for a reason?<br />How far have you got with controlling the RN1 with RF module(TLP/RLP 434A)?<br /><br />Marcus<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Thu Apr 26, 2007 6:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[P5hycal]]></name></author>
<updated>2007-04-26T14:49:03+01:00</updated>
<published>2007-04-26T14:49:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8665#p8665</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8665#p8665"/>
<title type="html"><![CDATA[Robonova and RF module]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1319&amp;p=8665#p8665"><![CDATA[
Hi, all. I want to add an RF module(TLP/RLP 434A) to my robonova. I transmitt data from serial computer and robonova will be the receiver only. I use pin ERX at mr-c3024. Now i'm having trouble with the program, because i must send some different data to robonova. I use Robobasic for program the robonova. Please help me solve this problem. Thanks before.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=604">P5hycal</a> — Thu Apr 26, 2007 2:49 pm</p><hr />
]]></content>
</entry>
</feed>