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

<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>2010-06-20T11:04:25+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=6224</id>
<entry>
<author><name><![CDATA[Aistee]]></name></author>
<updated>2010-06-20T11:04:25+01:00</updated>
<published>2010-06-20T11:04:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27171#p27171</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27171#p27171"/>
<title type="html"><![CDATA[Re: ROBOBUILDER BASIC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27171#p27171"><![CDATA[
<blockquote><div><cite>l3v3rz wrote:</cite><br />You can now view and edit flash ROM using my basic firmware.<br /><br />Here for details of firmware: (download, wiki etc)<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/robobuilderlib/">http://code.google.com/p/robobuilderlib/</a><!-- m --><br /><br />to inspect the ROM type 'i' and enter the following program:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>10 FOR I=1 to 13<br />20 OUT $ROM&#40;I&#41;<br />30 NEXT I<br />40 PRINT<br /></code></dd></dl><br /><br />Then type '.' to exit input mode and 'r' to run.<br /><br />If you see 13 digits all is well. If not find your serial number (its printed on the RBC unit) and update the ROM using for example:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>ROM 1,48<br />ROM 2,49<br /></code></dd></dl><br />etc .... Notice without line number command is executed immediately. (when in 'i' interactive mode)<br /><br />This will set the first digit to ASCII 48 or '0', second to '1' etc ... (Sorry you will have to covert your s/n to ASCII yourself - hint is 48 + digit [0-9]<br /><br />Use this with CAUTION !!!!!<br /><br />If you have Basic running theres plenty of fun things to do with it !!!<br /><br />Here's a little demo I'm working on:<br /><dl class="codebox"><dt>Code: </dt><dd><code>10 stand 16<br />20 servo 13=200<br />30 servo 10=50<br />40 let a=$psd<br />45 print &quot;Psd=&quot;;$PSD<br />50 servo 13=250-a<br />60 servo 10=a<br />70 wait 200<br />80 goto 40<br /></code></dd></dl><br /><br />The arms dynamically move as the distance sensor detects your presence !!<br /></div></blockquote><br /><br /><br /><br />Thank you very much, you´re great!!!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2148">Aistee</a> — Sun Jun 20, 2010 11:04 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-06-18T23:36:46+01:00</updated>
<published>2010-06-18T23:36:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27158#p27158</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27158#p27158"/>
<title type="html"><![CDATA[ROBOBUILDER BASIC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27158#p27158"><![CDATA[
You can now view and edit flash ROM using my basic firmware.<br /><br />Here for details of firmware: (download, wiki etc)<br /><br /><!-- m --><a class="postlink" href="http://code.google.com/p/robobuilderlib/">http://code.google.com/p/robobuilderlib/</a><!-- m --><br /><br />to inspect the ROM type 'i' and enter the following program:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>10 FOR I=1 to 13<br />20 OUT $ROM&#40;I&#41;<br />30 NEXT I<br />40 PRINT<br /></code></dd></dl><br /><br />Then type '.' to exit input mode and 'r' to run.<br /><br />If you see 13 digits all is well. If not find your serial number (its printed on the RBC unit) and update the ROM using for example:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>ROM 1,48<br />ROM 2,49<br /></code></dd></dl><br />etc .... Notice without line number command is executed immediately. (when in 'i' interactive mode)<br /><br />This will set the first digit to ASCII 48 or '0', second to '1' etc ... (Sorry you will have to covert your s/n to ASCII yourself - hint is 48 + digit [0-9]<br /><br />Use this with CAUTION !!!!!<br /><br />If you have Basic running theres plenty of fun things to do with it !!!<br /><br />Here's a little demo I'm working on:<br /><dl class="codebox"><dt>Code: </dt><dd><code>10 stand 16<br />20 servo 13=200<br />30 servo 10=50<br />40 let a=$psd<br />45 print &quot;Psd=&quot;;$PSD<br />50 servo 13=250-a<br />60 servo 10=a<br />70 wait 200<br />80 goto 40<br /></code></dd></dl><br /><br />The arms dynamically move as the distance sensor detects your presence !!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Fri Jun 18, 2010 11:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-06-18T15:51:04+01:00</updated>
<published>2010-06-18T15:51:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27150#p27150</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27150#p27150"/>
<title type="html"><![CDATA[Problem with ZeroPose]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=27150#p27150"><![CDATA[
Hey there!<br /><br /> About the solution, its a piece of code that you have to compile and run, and it looks like it sends a new serial number to the robobuilder, rewriting it and hopefully solving the problem.<br /><br /> To compile it you will need something that can build c code (They seem to like using Win AVR - CC, I like Visual Studio though or any free compiler that works).<br /><br /> For more help just ask,<br /><br />   Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Fri Jun 18, 2010 3:51 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Aistee]]></name></author>
<updated>2010-05-28T11:36:50+01:00</updated>
<published>2010-05-28T11:36:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=26930#p26930</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=26930#p26930"/>
<title type="html"><![CDATA[Problem with ZeroPose]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6224&amp;p=26930#p26930"><![CDATA[
Hello Robobuilders, <br /><br />i´ve a big Problem with my Robobuilder.<br /><br />I could not write a zero pose any case,MotionBuilder says &quot;zero pose write failure&quot; after ZeroCapture -&gt;5,4,3,2,1,-&gt;OK. <br /><br />Here &quot;http://robosavvy.com/forum/viewtopic.php?t=5506&quot; was the same problem but i don´t understand the solution, can everyone explain me how it works? I´m absolutly new at Robotics, please help me.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2148">Aistee</a> — Fri May 28, 2010 11:36 am</p><hr />
]]></content>
</entry>
</feed>