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

<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-01-06T23:59:41+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=923</id>
<entry>
<author><name><![CDATA[mthomson]]></name></author>
<updated>2007-01-06T23:59:41+01:00</updated>
<published>2007-01-06T23:59:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5815#p5815</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5815#p5815"/>
<title type="html"><![CDATA[IR Assignment....HELP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5815#p5815"><![CDATA[
Pev,<br /><br />Thank you very much for that information. We will try that tomorrow and I'll post our results here. How did you know we were going to do combat  <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /> <br /><br />We haven't added any additional voltage minders so quite possibly the blinking led was a battery indicator, although RN-1 wasn't powered on for more than 20 minutes or so. I'm thinking it's time for the Lipo mod  <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /> <br /><br />sincerely,<br />mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=450">mthomson</a> — Sat Jan 06, 2007 11:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-01-06T23:28:40+01:00</updated>
<published>2007-01-06T23:28:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5812#p5812</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5812#p5812"/>
<title type="html"><![CDATA[IR Assignment....HELP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5812#p5812"><![CDATA[
Oh and sorry the 3 times blink is probably the code for the battery check routine. Unless you have biult a voltage divider (not provided with the kit) the code is redunant and should be remarked out. Personally I built the voltage divider so I knew when it was getting low on power, there are designs and info on the forum here<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Sat Jan 06, 2007 11:28 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-01-06T23:24:18+01:00</updated>
<published>2007-01-06T23:24:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5811#p5811</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5811#p5811"/>
<title type="html"><![CDATA[IR Assignment....HELP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5811#p5811"><![CDATA[
Mark,<br /><br />I hope this helps, was on the Hitec Robonova site in the US <br /><br /><a href="http://www.hitecrobotics.com/info/answers.htm" class="postlink">http://www.hitecrobotics.com/info/answers.htm</a><br /><br />It says:<br /><br />Changing the Remocon ID for control of two separate robots.<br /><br />To engage two Robonova-I robots in combat using the IR remotes,<br />it is necessary to change their ID numbers and the ID of the Remocon.<br />The following text can be added to the “Overall Template Program.bas”<br />or your personal program.<br /><br />1.) Add the following declaration: DIM IR_ID_CODE AS BYTE<br /><br />2.) Next change the following line from,<br />     CONST ID = 0 to CONST IR_ID = 1<br />     This is the Robots ID. It can be any number between 1 and 4.<br /><br />3.) Beneath this changed line, add the following IF THEN statements:<br />     IF IR_ID = 1 THEN<br />     IR_ID_CODE = 0<br />     ELSEIF IR_ID = 2 THEN<br />     IR_ID_CODE = 32<br />     ELSEIF IR_ID = 3 THEN<br />     IR_ID_CODE = 64<br />     ELSEIF IR_ID = 4 THEN<br />     IR_ID_CODE = 96<br /><br />4.)The last step is to go to MAIN1 and modify the following sentence from,<br />     <br />       "A = A - ID"    to    "A = A – IR_ID_CODE"<br /><br />That’s all it takes for programming. What’s required now is to change the Remocon ID to match the one in “CONST IR_ID =” . To do this, press the P1 button on the Remocon and the corresponding number for two seconds. After that, the robot and the Remocon will work together and will not be interfered with by another Remocon. <br /><br /><br />Which I think is a bit different to the manual<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Sat Jan 06, 2007 11:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mthomson]]></name></author>
<updated>2007-01-06T23:11:49+01:00</updated>
<published>2007-01-06T23:11:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5810#p5810</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5810#p5810"/>
<title type="html"><![CDATA[IR Assignment....HELP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=923&amp;p=5810#p5810"><![CDATA[
Hi guys,<br />While this is only my second post I'm not totally unversed in RN-1 basics. I've read extensively about the RN-1 here which actually convinced me to go ahead and purchase one. I receivewd my RTW and my friend received his kit yesterday. After several hours of assembly of the kit with extensive reference to the RTW we were ready for some action. This is when we encountered some problem(s).<br /><br />After setting the zero positions on the assembled kit RN-1 we attempted to reassign the Remocon to a value other than '1' as that was the default and also the setting of the Remocon for the RTW.<br /><br />Following the directions for changing the Remocon's ID in the manual I attempted to open action_auto.bas from the 'Template Program for roboBASIC' directory on the provided cd. That file wasn't there however 'Overall Tempate Program(Version 1.00 20051115).bas' appeared to have the identical code string referenced in the manual. After changing 'A = REMOCON(1)' to 'A = REMOCON(2)' we saved the file and downloaded it to the RN-1. RN-1 began to raise and lower his arms as soon as the download was completed and even after a power down and back up he continued. We tried sending the altered code via the REMOCON as the directions stated, by pressing and holding P1 and the new ID of 2 for 2 seconds....no change in RN-1's behavior. We repeated the steps using 3 for the new ID and this time after the download was completed RN-1 would sit down then stand up repeatedly until turned off. At this point we realized that 2 was the ir command to raise arms and 3 was the ir command for sit down. We set 'A = REMOCON(3)' back to the original setting of 'A = REMOCON(1)' and now RN-1 seems to function ok but his head led blinks 3 times over and over.<br /><br />Any help would be greatly appreciated.<br /><br />mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=450">mthomson</a> — Sat Jan 06, 2007 11:11 pm</p><hr />
]]></content>
</entry>
</feed>