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

<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>2006-04-26T18:22:28+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=178</id>
<entry>
<author><name><![CDATA[Octovir]]></name></author>
<updated>2006-04-26T18:22:28+01:00</updated>
<published>2006-04-26T18:22:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1338#p1338</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1338#p1338"/>
<title type="html"><![CDATA[my posts useful? psh..]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1338#p1338"><![CDATA[
Ok, so i guess i lost my battery...<br />My RN1 passed out on me while holding a steady light. I'll try upping the value a little, but it seems very inconsistent.. Does adding the resistors make it more reliable or is it basically the same as changing the code, but in hardware form?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=146">Octovir</a> — Wed Apr 26, 2006 6:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Octovir]]></name></author>
<updated>2006-04-25T07:12:15+01:00</updated>
<published>2006-04-25T07:12:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1329#p1329</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1329#p1329"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=1329#p1329"><![CDATA[
for what its worth, i hooked up a digital meter to my batt as i played with the voltage code. The meter showed 6.8v at no load. I figure my battery was less than half charged.. anyway, hooking it up and powering on, voltage dropped by about .2v. After a few minutes of multiple compling and uploadings and loading the servos a bit, it seemed a value of 85, triggered right around 6.2v, so i powered off and began this message. But for consistency's sake i decided to double check and out the door went consistency!.. i started moving the values up to try and match the 6.6v i was getting and 86 seemed to trigger the led at about 6.35 volts, but other times i could bring it down below 5v and still a solid LED..<br /><br />conclusion:<br />im willing to bet my battery that "Value/13.5 = Voltage" is a suitable equation for determining a cutoff point (im picking 77 because i feel lucky..)<br /><br />besides that its my first reply so i wanted to say something useful..  <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=146">Octovir</a> — Tue Apr 25, 2006 7:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[subpilot]]></name></author>
<updated>2006-03-22T19:47:51+01:00</updated>
<published>2006-03-22T19:47:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=758#p758</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=758#p758"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=758#p758"><![CDATA[
I agree with Rubik and you need to add the circuitry. R1 &amp; R2 do not refer to existing resistors on the 3024 board. If you check the input pin for AD(6) you will see that there is no voltage on it. Just comment out the voltage check routine call until you add the required circuitry but be aware that you can over-discharge the batteries.<br />This is a glaring problem with the setup. There needs to be an under-voltage cutoff circuit to prevent that from happening. I have added  one  to my Nova. It is connected to the output enable line of my DC\DC converter.<br />I use one of these: <!-- m --><a class="postlink" href="http://ww1.microchip.com/downloads/en/appnotes/00779a.pdf">http://ww1.microchip.com/downloads/en/a ... 00779a.pdf</a><!-- m --><br />Maybe tying the output of the TC54 to the processor reset pin would do the trick? Would probably be pretty erratic when at the setpoint though.<br /><br />I think at a minimum you should add the resistors and change the code so that the robot sits down and powers off the servos when an under voltage occurs.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=86">subpilot</a> — Wed Mar 22, 2006 7:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RubikCube]]></name></author>
<updated>2006-03-22T16:24:50+01:00</updated>
<published>2006-03-22T16:24:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=757#p757</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=757#p757"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=757#p757"><![CDATA[
I think you need to put a resistor cicrcuit between +votlage and ground<br /><br />' {Value(A) / 256} * 5.0V * {(R1 + R2) / R2} = BATT-Voltage <br /><br />'{sample schema}<br />' BATT --[R1]-+ <br />' |<br />' +--- AD(6)<br />' |<br />' GND --[R2]-+ ex. R1=10k,R2=10k<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=95">RubikCube</a> — Wed Mar 22, 2006 4:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2006-03-22T02:19:21+01:00</updated>
<published>2006-03-22T02:19:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=752#p752</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=752#p752"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=752#p752"><![CDATA[
You can find mentions of this same problem in some of the previously listed topics. Topics like 'Blinking headlight oops' and 'Working with my Robonova'. They go through what some of us have already gone through. For those of you who may be newer to the forum, it is suggested that you read through past postings and add to the ones that already exist (that relate to your problem) rather than starting a new topic. This will make referencing questions and their answers easier as more and more people join. Anytime you add to one of the existing topics, it moves to the top so we all know it's been changed or added to, and can then respond.  <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> — Wed Mar 22, 2006 2:19 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-03-21T23:35:34+01:00</updated>
<published>2006-03-21T23:35:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=750#p750</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=750#p750"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=750#p750"><![CDATA[
THAT HAS STOPPED HIM FLASHING BUT NOT SURE ,DONT WANT TO PULL THE BATTERY DOWN TO FAR ? HAVE YOU ANY EXPERIENCE WITH ADDING A GYRO.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Tue Mar 21, 2006 11:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-03-21T23:30:05+01:00</updated>
<published>2006-03-21T23:30:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=749#p749</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=749#p749"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=749#p749"><![CDATA[
HOW DO YOU COME TO 58 ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Tue Mar 21, 2006 11:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ucrobots]]></name></author>
<updated>2006-03-21T23:28:15+01:00</updated>
<published>2006-03-21T23:28:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=748#p748</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=748#p748"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=748#p748"><![CDATA[
I think the formula is wrong.<br />Try 58 instead of 128.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=107">ucrobots</a> — Tue Mar 21, 2006 11:28 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-03-21T21:38:13+01:00</updated>
<published>2006-03-21T21:38:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=746#p746</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=746#p746"/>
<title type="html"><![CDATA[New low voltage code ? please help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=178&amp;p=746#p746"><![CDATA[
Chaps what am i doing wrong.My RB has a constant flashing head ?<br />I thought i may need to lower the voltag threshold and have tried to do so,but he still flashes from a fresh charge with 7.6v at least in the pack.here is a copy of the code i changed and really need someone to help or tell me i am a muppet .........<br />robot_voltage:' [ 10 x Value / 256 = Voltage]<br />DIM v AS BYTE<br /><br />A = AD(6)<br /><br />IF A &lt; 128 THEN ' 5.0v<br /><br />FOR v = 0 TO 2<br />OUT 52,1<br />DELAY 200<br />OUT 52,0<br />DELAY 200<br />NEXT v<br /><br />RETURN<br /><br />HELP !!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Tue Mar 21, 2006 9:38 pm</p><hr />
]]></content>
</entry>
</feed>