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

<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-03-15T22:13:54+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=206</id>
<entry>
<author><name><![CDATA[toast]]></name></author>
<updated>2007-03-15T22:13:54+01:00</updated>
<published>2007-03-15T22:13:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=8059#p8059</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=8059#p8059"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=8059#p8059"><![CDATA[
Well put Apeman. I was just about to say the same thing.<br />DSC stands for Direct Servo Control. Its a way of connecting your TX and RX without using the RF side. Means you can run your rc gear with out transmitting and shooting someone else down.<br /><br />See, sometime us RC nerds are usefull...... <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=558">toast</a> — Thu Mar 15, 2007 10:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Apeman]]></name></author>
<updated>2007-03-07T00:20:20+01:00</updated>
<published>2007-03-07T00:20:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=7846#p7846</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=7846#p7846"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=7846#p7846"><![CDATA[
In regards to the power issue.  99% of all RX purchased within the past 15+ years have the servo and power input's + and - connected together.  This means the board is providing power to the RX through the signal wires.  Some RX built in the 70 and 80 do require seperate power... but those are long gone... and even if you still have one of those RXs... they are not narrow band as required by FCC since 1991.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=552">Apeman</a> — Wed Mar 07, 2007 12:20 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ray]]></name></author>
<updated>2006-09-26T16:13:26+01:00</updated>
<published>2006-09-26T16:13:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=3930#p3930</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=3930#p3930"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=3930#p3930"><![CDATA[
Hi, although it may be too late,<br /><br />I thing one of the serious problem in the program is the "RETURN" should be replaced by "GOTO MAIN".<br /><br />RETURN command is used for GOSUB .... RETURN only!  <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> <br /><br />the program pointer will go to unknown position in this case.<br /><br /><br />Your code:<br /><br />'================================================ <br />MAIN: <br /><br />RC4 = RCIN(3) <br />RC2 = RCIN(1) <br /><br />'RC Walk <br /><br />IF RC4 &gt;= 125 THEN ' RIGHT TURN <br />GOSUB right_turn <br />GOSUB standard_pose <br />ENDIF <br /><br />IF RC4 &lt;= 75 AND RC4 &gt; 10 THEN 'LEFT TURN <br />GOSUB left_turn <br />GOSUB standard_pose <br />ENDIF <br /><br />IF RC2 &gt;= 125 THEN ' BACKWARD <br />GOSUB backward_walk <br />GOSUB standard_pose <br />ENDIF <br /><br />IF RC2 &lt;= 75 AND RC2 &gt; 10 THEN ' FORWARD <br />GOSUB forward_walk <br />GOSUB standard_pose <br />ENDIF <br /><br />RETURN       ==============&gt;  GOTO MAIN  (CHANGE HERE !!)<br /><br />'================================================ <br />[/quote]<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=145">Ray</a> — Tue Sep 26, 2006 4:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Morbeious]]></name></author>
<updated>2006-04-11T01:37:32+01:00</updated>
<published>2006-04-11T01:37:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1111#p1111</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1111#p1111"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1111#p1111"><![CDATA[
okay, I just thought maybe the hitec rcx needed more power, if so it would make the futaba a better choice because it didnt need another AD port for addtional pwr. <br /><br />No problem will update the graphic, with the label's hopefully the other thread with the diagrams will get sticky'ed<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=108">Morbeious</a> — Tue Apr 11, 2006 1:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-04-11T01:02:29+01:00</updated>
<published>2006-04-11T01:02:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1109#p1109</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1109#p1109"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1109#p1109"><![CDATA[
Ya know that's a good question. I assumed it required its own power separate from the outputs. The first pin-out set is labeled 'DSC/BATT'. DSC? Disconnect/power off feature? It would be on the white/signal pin. Eh, All I know for sure is that it powered up w/ just the 'BATT' pins connected. I never even thought about the power coming off the AD ports. Hmmmm. Some day I may hook it back on and test it further.<br />Oh, it should be noted I'm using the Hitec HFS-03MM Receiver...in case this seems confusing to anyone.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Tue Apr 11, 2006 1:02 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Morbeious]]></name></author>
<updated>2006-04-10T01:12:03+01:00</updated>
<published>2006-04-10T01:12:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1056#p1056</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1056#p1056"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1056#p1056"><![CDATA[
Eh, Bauermech, <br /><br />Why are you using addtional pwr for the RCX? are you not getting enough pwr off Ch1 and Ch2? or does the Hitec RCX need to have it connected to operated<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=108">Morbeious</a> — Mon Apr 10, 2006 1:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-04-09T19:17:12+01:00</updated>
<published>2006-04-09T19:17:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1053#p1053</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1053#p1053"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1053#p1053"><![CDATA[
Crap! That's what I get for not previewing before I post <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />...Now you'll 'get the picture' ha ha. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /> <br /><img src="http://robosavvy.com/Builders/bauermech/3024_ex.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Sun Apr 09, 2006 7:17 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-04-09T19:15:14+01:00</updated>
<published>2006-04-09T19:15:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1052#p1052</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1052#p1052"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1052#p1052"><![CDATA[
Eh, my lines are a biit crooked and break sometimes, but I think you'll get the picture...<br /><img src="http://robosavvy.com/Builders/bauermech/3024_ex.jpg" alt="Image" /><br />Hope this helps...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Sun Apr 09, 2006 7:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Morbeious]]></name></author>
<updated>2006-04-09T16:42:54+01:00</updated>
<published>2006-04-09T16:42:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1046#p1046</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1046#p1046"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1046#p1046"><![CDATA[
Eh, bauermech<br /><br />Can you complete the lines on the following graphic, I think this will help newbies understand how to connect the addons to the 3024 without blowing it up.. <br /><br />Thx, <br /><br /><img src="http://robosavvy.com/Builders/Morbeious/RN1-3024-Morbeious-v1.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=108">Morbeious</a> — Sun Apr 09, 2006 4:42 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2006-04-09T11:36:11+01:00</updated>
<published>2006-04-09T11:36:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1043#p1043</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1043#p1043"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1043#p1043"><![CDATA[
Hi Fungo, I tried connecting a seperate battery(6V) into the RX.  Nothing got fired but I recommend not to have a seperate battery.  I didnt know I have connect to the RX to a power source because when I connect the RX channels to the board it seems the RX has power already.  Or perhaps I need to do it just like Bauermech's suggestion by connecting a cable from the ERX port to the RX so that my RX delay issue can be solved.<br /><br />Best,<br /><br />Mo<p>Statistics: Posted by Guest — Sun Apr 09, 2006 11:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2006-04-09T09:22:14+01:00</updated>
<published>2006-04-09T09:22:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1041#p1041</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1041#p1041"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1041#p1041"><![CDATA[
Thanks bauermech for the information. I am getting there. One last question remains as I am scared of frying the controller. As you know normally an RC receiver is powered via the battery pack then supplies power to the servos. Now I understood how to obtain power for the RX from the controller but will I damage anything by connecting the receiver servo ports to the controller? (as these normally power the servos)<p>Statistics: Posted by Guest — Sun Apr 09, 2006 9:22 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-04-09T05:07:34+01:00</updated>
<published>2006-04-09T05:07:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1039#p1039</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1039#p1039"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1039#p1039"><![CDATA[
<blockquote class="uncited"><div><br />On a side note, I see you are in Defiance, Oh (uhmm, where IS that?) and I'm in Canton, Oh. We're practically neighbors!<br /></div></blockquote><br />I have family in Canton. Man, you're like 3 1/2 hours away! Yeah, I'm in the NW corner, right between Toledo, OH and Ft. Wayne, IN.<br /><br /><blockquote class="uncited"><div><br />Can you use the bluetooth for passing new programming info from the computer to the Nova, or is it strictly for executing commands?<br /></div></blockquote><br />RoboBASIC doesn't support the transmition of compiled code into the 3024 through the Bluetooth module (I get an eror msg. 4 'time out, error on download'), so until a new compiler is made... <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /> <br /><br /><blockquote class="uncited"><div><br />One of these days I can start posting under a name instead of "guest", but it seems I'm suffering some sort of registration issue. Have to work on that.<br /></div></blockquote><br />Have you checked your e-mail? You have to follow the link in the letter.  This is great! A fellow local.  8O We'll have to get together some weekend and spar off our RN's over a couple of beers or something  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Sun Apr 09, 2006 5:07 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2006-04-09T03:31:44+01:00</updated>
<published>2006-04-09T03:31:44+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1037#p1037</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1037#p1037"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1037#p1037"><![CDATA[
<blockquote><div><cite>bauermech wrote:</cite><br />Okay, I have a radio receiver and bluetooth module hooked up here...<br /></div></blockquote><br /><br /><br />Can you use the bluetooth for passing new programming info from the computer to the Nova, or is it strictly for executing commands?  I'm a total newb and just gathering info.  My Nova should be here by monday and I'm pretty stoked.<br /><br />On a side note, I see you are in Defiance, Oh (uhmm, where IS that?) and I'm in Canton, Oh.  We're practically neighbors!  <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />One of these days I can start posting under a name instead of "guest", but it seems I'm suffering some sort of registration issue.  Have to work on that.<p>Statistics: Posted by Guest — Sun Apr 09, 2006 3:31 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-04-09T01:50:53+01:00</updated>
<published>2006-04-09T01:50:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1034#p1034</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1034#p1034"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1034#p1034"><![CDATA[
All the pins on the top portion of the 3024 have the same pinout. The top-most pin is ground; the center is positive; and the bottom is the signal... (the signal pins are each assigned a specific function).<br /><br /><img src="http://robosavvy.com/Builders/bauermech/RC.jpg" alt="Image" /><br /><img src="http://robosavvy.com/Builders/bauermech/RC2.jpg" alt="Image" /><br />Okay, I have a radio receiver and bluetooth module hooked up here...<br />I don't know how well you can see it, but for my bluetooth, I utilize all the pins on the the ETX port (black, red, white)(left portion of controller). For outgoing, only one wire (white) is needed to run to the ERX because the bluetooth is already getting it's +5v and ground from the ETX. The remaining +5v and ground on the ERX port were used for powering up the HFS-03MM receiver (only two wires - black and red) . The channel outputs from the HFS-03MM went to the AD ports (the right side of controller black, red, white X2). ...The point I guess is that you can pull the power you need from anywhere along the top row of ports that don't already have leads coming off of the pins. They all come from the same place. Likewise, the grounds do too.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Sun Apr 09, 2006 1:50 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2006-04-08T22:02:49+01:00</updated>
<published>2006-04-08T22:02:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1027#p1027</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1027#p1027"/>
<title type="html"><![CDATA[RC control with Robonova - a newbie question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=206&amp;p=1027#p1027"><![CDATA[
Mochung, I had already seen the image you mention. I can see that receiver servo connectors go to the controller but cant see in the image where to connect the receiver power connector. Can you help me further please?<p>Statistics: Posted by Guest — Sat Apr 08, 2006 10:02 pm</p><hr />
]]></content>
</entry>
</feed>