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

<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>2008-04-28T06:58:56+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2422</id>
<entry>
<author><name><![CDATA[micono]]></name></author>
<updated>2008-04-28T06:58:56+01:00</updated>
<published>2008-04-28T06:58:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15559#p15559</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15559#p15559"/>
<title type="html"><![CDATA[RZ1Basic v0.3.3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15559#p15559"><![CDATA[
The software can perform download of the program by BlueSMiRF through an audio plug.<br /><br /><!-- m --><a class="postlink" href="http://web.mac.com/micono/RZE/RZ1Basic.html">http://web.mac.com/micono/RZE/RZ1Basic.html</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=696">micono</a> — Mon Apr 28, 2008 6:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[astus]]></name></author>
<updated>2008-04-15T04:56:31+01:00</updated>
<published>2008-04-15T04:56:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15346#p15346</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15346#p15346"/>
<title type="html"><![CDATA[Some Bluetooth experience]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15346#p15346"><![CDATA[
Hi thanks I-bot,<br />                      I have some experience with embedded processors and bluetooth and i have a zigbee kit but haven't touched it yet.  Usually these bluetooth devices spit out some info on the serial port to notify the micro that they are present and in a particular mode.  Then you have to send serial commands to them to get them to operate in a certain mode (i.e. serial port emulation, audio ect).  The problems you were having may be because the bluetooth defaults to 9600 (over the air serial link)and thats why it takes so long to download code? Have you tried updaing the board speed in the bluetooth device for the serial port profile?<br /><br />Adam<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=989">astus</a> — Tue Apr 15, 2008 4:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-04-14T16:19:43+01:00</updated>
<published>2008-04-14T16:19:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15340#p15340</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15340#p15340"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15340#p15340"><![CDATA[
It did work for me but was verry sloow. I had to set the timeout very long.<br /><br />I don't know what is the trigger in the bluetooth to forward data bytes to the radio. Maybe it waits to get a buffer full with a fairly long timeout. I didn't see how to change this.<br /><br />The C3024 controller uses a byte for byte ping pong with the PC when working at 9600. This is because the serial port does not use interrupts, and probably cannot always be serviced in one byte time. When the actaul download at 115K starts, interrupts are disabled, and the data sent in a block.<br /><br />I think you will have to experiment. I used the bluesmirf, but other bluetooth may be better, or even XBee or Matchport wireless.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Mon Apr 14, 2008 4:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[astus]]></name></author>
<updated>2008-04-14T11:54:05+01:00</updated>
<published>2008-04-14T11:54:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15334#p15334</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15334#p15334"/>
<title type="html"><![CDATA[Bluetooth Download]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15334#p15334"><![CDATA[
Hi Guys,<br />            I'm new to the Robonova comunity.  I have just purchased a Robonova for work (Central Queensland University) and are about to purchase five more.  Our inteneded purpose is to teach some basic programming to first year engineering students.  The Robonova in its standard configuration will do this quite well.  The problem arises when our external students (off campus students whom study at home in other states or countries) need to do the same stuff.  <br /><br />For these external students we are about to setup a remote lab.  This will contain a Robonova with a bluetooth module that we need to get to download code to the Robonova.<br /><br />Now I'm confident that I can use a small microcontroller between the Bluetooth and Robonova to remove any bluethooth startup commands and prevent them from getting to the controller.  So after this long winded explination the question is what else will I have to do to get bluetooth downloads?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=989">astus</a> — Mon Apr 14, 2008 11:54 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-04-10T15:39:09+01:00</updated>
<published>2008-04-10T15:39:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15288#p15288</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15288#p15288"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15288#p15288"><![CDATA[
This is not my code. It is standard Hitec code with a patch applied.<br />As such it checks for the presence of the C3024 bootloader in the high flash, and will l not actually interpret Robobasic code if it is missing. There is more information in the &quot;changing the code in the MR-C3024&quot; topic, and some files in my file area<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Apr 10, 2008 3:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[badlands]]></name></author>
<updated>2008-04-10T15:16:03+01:00</updated>
<published>2008-04-10T15:16:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15287#p15287</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15287#p15287"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15287#p15287"><![CDATA[
Would your code work on a blank micro mounted onto a custom PCB i-Bot?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=904">badlands</a> — Thu Apr 10, 2008 3:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-04-10T14:35:36+01:00</updated>
<published>2008-04-10T14:35:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15284#p15284</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15284#p15284"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15284#p15284"><![CDATA[
This code should set the com port to 115K all the time. When you are using bluetooth the RN end bluetooth is at 115K. Even though the PC end may think it changes speed, it does not. <br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/Builders/i-Bot/115cut.bin">http://robosavvy.com/Builders/i-Bot/115cut.bin</a><!-- m --><br /><br />You will need to use roboflash to load it.<br /><br />If you want to try without changing the flash<br />You can set the speed by poking into the baud register. You must use a constant as the poke variable is broken.<br />POKE &amp;H99, 3 'set serial speed to 115K<br /><br />The speed will stay at 115K until you either do a reset, or a download.<br /><br />For the move:<br />The desired positions are stored in 24 memory locations from &amp;H300. <br />The current positions are stored in 24 memory locations from &amp;H320 <br />They can both be PEEKed there. <br /><br />When a move is started a bit is cleared in locations &amp;H4E3, &amp;H4E4, &amp;H4E5. <br />there is one bit per servo starting at bit 0 in &amp;H4E3. <br />When the current = the desired, then the corresponding bit is set. <br />A move is complete when all 3 bytes = &amp;HFF <br /><br />If you want to POKE any of these locations remember the POKE instruction in Robobasic is broken, for Poking variables. Constant values are OK<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Apr 10, 2008 2:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-04-10T04:25:05+01:00</updated>
<published>2008-04-10T04:25:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15275#p15275</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15275#p15275"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15275#p15275"><![CDATA[
Hi,<br /><br />Have you been modifying the RN-1 code using assembly?  Do you know if there's a memory location I could poke to see if the current move is complete?  I'd like to be able to do a polling loop rather than a simple WAIT command.  The reason is that some move commands take several seconds to complete and I'd like to be able to poll sensors whilst waiting for the move to complete (rather than have to call WAIT and then read the sensors).<br /><br />Thanks <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />PS.  Do you have a modified firmware with the 115K enabled com port available for download?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=648">tum</a> — Thu Apr 10, 2008 4:25 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-04-09T17:38:45+01:00</updated>
<published>2008-04-09T17:38:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15269#p15269</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15269#p15269"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15269#p15269"><![CDATA[
I did try this. I made a version of the RN1 code that ran at 115K all the time, instead of the normal mixture of 9600 and 115K.<br /><br />It did work but was very slow. The echoing of every character between the C3024 and the control program was made bad by the bluetooth and USB delays.<br /><br />I did not try making changes to bluetooth and USB parameters which may have helped.<br /><br />Also some of the startup messages on the bluesmirf seemed to give problems. I tried to disable them, now my bluesmirf is 115K forever !<br /><br />Let us know how you get on<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Apr 09, 2008 5:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-04-09T17:21:48+01:00</updated>
<published>2008-04-09T17:21:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15267#p15267</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15267#p15267"/>
<title type="html"><![CDATA[Bluetooth for programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2422&amp;p=15267#p15267"><![CDATA[
I'm tired of plugging/unplugging the small mic progamming cable everytime I want to program the RN-1.  I'm thinking I could use a BlueSmirf to allow wireless reprogramming over bluetooth.  You'd have to set the Bluesmirf to run at 115K but unless there's something weird Hitec has done with the programming port, I don't see why it wouldn't work.  Has anyone tried this?<br /><br />Thanks <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=648">tum</a> — Wed Apr 09, 2008 5:21 pm</p><hr />
]]></content>
</entry>
</feed>