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

<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-07-07T12:50:55+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=430</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2006-07-07T12:50:55+01:00</updated>
<published>2006-07-07T12:50:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2543#p2543</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2543#p2543"/>
<title type="html"><![CDATA[Looking for C librairie or help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2543#p2543"><![CDATA[
The pdf is not complete, but we are not going to get much more about the serial protocol, since we only have the meager information from Hitec plus what is captured from normal RoboBasic or Roboscript transactions. You can make the Robonova do pretty much anything with these commands, but the limitation is the 9600 serial speed.<br /><br />To program the Robonova, requires to go one level deeper. The intermediate byte code which is downloaded to the Robonova using the download command is created from RoboBasic. The code created from RoboScript is identical, only having less commands, and doing some extra intitialisation. The download protocol is pretty simple and the script is put into the Robonova EEPROM. It can be executed from the start command.<br /><br />So what of the actual intermediate code ? Well it is byte aligned, so fairly easy to read. GOTOs use actual physical EEPROM addresses, and variables are allocated in RAM starting at location 0x40.<br /><br />So you could create your own intermediate code for the Robonova to execute. Execution is still fairly slow with a few ms per instruction.<br /><br />If there is interest, I can document the intermediate code format. I already have many of the keywords, variables, constants. I am not an expert in such areas, so it may be best if I just dump down what I know first, then someone who understands interpreters and syntax descriptions could help describe the structure properly.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Fri Jul 07, 2006 12:50 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[BlackDiamond]]></name></author>
<updated>2006-07-07T10:19:51+01:00</updated>
<published>2006-07-07T10:19:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2541#p2541</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2541#p2541"/>
<title type="html"><![CDATA[Looking for C librairie or help]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=430&amp;p=2541#p2541"><![CDATA[
Hi guyz. <br /><br />I'm currently working for my university on Robonova. That's the first time i'm dealing with robots. The aim of my job is to integrate an interface between RN and the university's neural network simulator. <br /><br />Did anybody already code C functions to program Robonova? (Move servos, read servos values, simulate the ir remote contro, manage servos speed...)?<br /><br />I saw that some of you were working on the serial dialog protocol with the robot. I used the PDF to send few commands through the serial port (activate/desactivate servos, basic moves...) but it seems that the PDF isn't complete and i really don't see how to upload some embedded code into the robot. <br /><br />If some of you are working on this, can they bring me some help ? i will send my contribution in return if i can participate into a C interface. <br /><br />PS : sorry if my english sux, Frenchies aren't good in foreign languages <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=228">BlackDiamond</a> — Fri Jul 07, 2006 10:19 am</p><hr />
]]></content>
</entry>
</feed>