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

<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-04-09T17:08:01+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=486</id>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-04-09T17:08:01+01:00</updated>
<published>2007-04-09T17:08:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8375#p8375</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8375#p8375"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8375#p8375"><![CDATA[
Andy,<br /><br />Sorry for the delay. The code has been tested on PPC2003 but we are aware of one issue. Some manufacturers use virtual com ports for the bluetooth serial interfaces. Microsoft .NET 2005 does not enumerate these as valid com ports and as such is not available to use them. <br /><br />Sorry about this, we are still looking for a solution at present but don't have one for the virtual comport issue.<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Mon Apr 09, 2007 5:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ANDYKONG]]></name></author>
<updated>2007-04-08T05:31:26+01:00</updated>
<published>2007-04-08T05:31:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8360#p8360</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8360#p8360"/>
<title type="html"><![CDATA[Windows Mobile 5.0, COM3 or 8 only]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=8360#p8360"><![CDATA[
hi hi, I just got a dopod D810 last week. I have installed your program and got into the com. config. The funny part is that I can only use COM 3 or 8. Then, when I set the bluetooth port, COM3 or Com 8 was not allowed to be set. Not sure if it was in use or sth. Just wonder if your program is supposed to be run in Pocket PC 2003, and I use Win Mobile 5.0, will it cause this problem? If yes, would you have time to build a program for 5.0? Or, does Microsoft have any free trial IDE to build the exe? Thx<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=149">ANDYKONG</a> — Sun Apr 08, 2007 5:31 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-12-01T00:05:51+01:00</updated>
<published>2006-12-01T00:05:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4956#p4956</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4956#p4956"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4956#p4956"><![CDATA[
Hi,<br /><br />I checked the config dialog code tonight and it definately interats through the available ports and displays their names, code as follows:<br /><br />        REM get list of serial ports<br />        ComboOutgoingPort.Items.Clear()<br />        For Each sp As String In System.IO.Ports.SerialPort.GetPortNames<br />            ComboOutgoingPort.Items.Add(sp)<br />        Next<br /><br />Thus the only names you'll get are the com ports available on the PPC. Check the Bluetooth properties and look under the serial link tab. That should detail the incoming and outgoing ports, you'll be looking at for the outgoing one.<br /><br />Hope this helps<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Fri Dec 01, 2006 12:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-11-30T00:23:44+01:00</updated>
<published>2006-11-30T00:23:44+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4936#p4936</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4936#p4936"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4936#p4936"><![CDATA[
The app iterates through the available ports in code and reports the ports available on the IPAQ. I'm not sure if com port 0 is a valid address. I have seen mine report the connection on com 0 but when I checked the port properties on IPAQ it wasn't actually on com port 0 at all, com 8 on the IPAQ. I will look into this again tomorrow and see what I can find.<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Thu Nov 30, 2006 12:23 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[onesandzeros]]></name></author>
<updated>2006-11-28T02:41:47+01:00</updated>
<published>2006-11-28T02:41:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4899#p4899</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4899#p4899"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4899#p4899"><![CDATA[
hey Pev<br />i wonder if u kan assist me please.<br />iam trying to use ur ppc app with my bluetooth, but my ipaq is getting bluetooth connection on com port 0<br /><img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br />ur app doesnt have com port 0.<br />i never seen anything use com 0 before..<br /><br />any suggestions?<br /><br />thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=120">onesandzeros</a> — Tue Nov 28, 2006 2:41 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-11-22T21:37:08+01:00</updated>
<published>2006-11-22T21:37:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4851#p4851</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4851#p4851"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4851#p4851"><![CDATA[
Sorry for the delay but I've finally managed to find the source code for the PPC2003 controller. The robobasic bas file is downloadable from a link at the start of the thread. <br /><br />The attached zip file contains the source and VB.NET 2005 project files etc. Hope this works for you, am pretty sure its the latest version.<br /><br />Pev<br /><br /><a href="http://robosavvy.com/Builders/Pev/RobotControlPPC_Source.zip" class="postlink">http://robosavvy.com/Builders/Pev/RobotControlPPC_Source.zip</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Wed Nov 22, 2006 9:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-11-15T16:22:22+01:00</updated>
<published>2006-11-15T16:22:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4721#p4721</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4721#p4721"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4721#p4721"><![CDATA[
Okay its has been a while since I have worked on this as it does work and I am now working on a Tablet PC controller for my Samsung Q1. I will dig out the latest source code and executable and post them in this thread. Just got to remember where I put them lol<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Wed Nov 15, 2006 4:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[onesandzeros]]></name></author>
<updated>2006-11-15T11:50:16+01:00</updated>
<published>2006-11-15T11:50:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4718#p4718</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4718#p4718"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4718#p4718"><![CDATA[
i just ordered a bluesmirf.] for my robonova  <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /> <br />thanks alot for your great contribution of the ppc aplication pev<br />iam definately going to be trying it out.<br /><br />have you made any modifications fromt he ver1.0?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=120">onesandzeros</a> — Wed Nov 15, 2006 11:50 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[debby]]></name></author>
<updated>2006-11-12T21:27:33+01:00</updated>
<published>2006-11-12T21:27:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4691#p4691</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4691#p4691"/>
<title type="html"><![CDATA[Sorry]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=4691#p4691"><![CDATA[
May I know how can I install bluetooth module on the serial input? I have difficulty in this process. Thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=379">debby</a> — Sun Nov 12, 2006 9:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-08-22T19:49:54+01:00</updated>
<published>2006-08-22T19:49:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3234#p3234</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3234#p3234"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3234#p3234"><![CDATA[
Pev great info again cheers.I shall order up all i need in the morning and start experimenting soon after.thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Tue Aug 22, 2006 7:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-08-22T06:30:25+01:00</updated>
<published>2006-08-22T06:30:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3226#p3226</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3226#p3226"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3226#p3226"><![CDATA[
<blockquote><div><cite>rep001 wrote:</cite><br />Perfect Pev thanks for the info.Interesting to see that it is alot more than the plug and play version hitec offer.Any thoughts either way.<br /></div></blockquote><br /><br />I haven't seen the hitech unit and have to confess I went with the bluesmirf as a number of other people on the board were using them. The bluesmirf was very easy to implement so I think thats a plus. I am looking to try and add bluetooth to another 'bot and have yet to make the decision but will probably go bluesmirf again as I know how they work etc. We'll see......<br /><br />But in general I think they all look pretty good for the money and as long as they can do 8bit, no parity, 1 stop bit (no flow control) at an exceptable Baud rate I think it is probably all pretty much of a muchness.......<br /><br />Oh one other thing, unless you want to worry about regulating the 5volts on the RN-1 down to 3.3v I'd look for a unit that works on 5volts. That was my other requirement as I didn't want to mod the controller board as some have and didn't want the extra hardware to regulate this just for the bluetooth module.<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Tue Aug 22, 2006 6:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-08-21T20:21:54+01:00</updated>
<published>2006-08-21T20:21:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3220#p3220</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3220#p3220"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3220#p3220"><![CDATA[
Perfect Pev thanks for the info.Interesting to see that it is alot more than the plug and play version hitec offer.Any thoughts either way.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Mon Aug 21, 2006 8:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-08-21T07:56:02+01:00</updated>
<published>2006-08-21T07:56:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3208#p3208</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3208#p3208"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3208#p3208"><![CDATA[
<blockquote><div><cite>rep001 wrote:</cite><br />which bluesmirf should i order up then , is there a specific p.np i should order as i see there i smore than one.<br /></div></blockquote><br /><br />This is the one I use. I got the one with hardware flow control as it can be disabled by making a solder jumper on the back of the unit (which I've done and needs to be done for faultless RN-1 operation) but it means that I can reactivate it if I use it in another bot.<br /><br /><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=582" class="postlink">http://www.sparkfun.com/commerce/product_info.php?products_id=582</a><br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Mon Aug 21, 2006 7:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-08-20T22:22:15+01:00</updated>
<published>2006-08-20T22:22:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3199#p3199</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3199#p3199"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3199#p3199"><![CDATA[
which bluesmirf should i order up then , is there a specific p.np i should order as i see there i smore than one.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Sun Aug 20, 2006 10:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2006-08-20T21:17:40+01:00</updated>
<published>2006-08-20T21:17:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3196#p3196</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3196#p3196"/>
<title type="html"><![CDATA[Pocket PC RN-1 Controller]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=486&amp;p=3196#p3196"><![CDATA[
<blockquote><div><cite>rep001 wrote:</cite><br />Pev any thoughts on taking apart a pc bluetooth dongle and using that with RN or is this an old thought....<br />if so any idea on connection from the usb side ?<br />cheers<br /></div></blockquote><br /><br />Hi,<br /><br />To tell you the truth I haven't tried it. Somehow you'd have to get the signal from the bluetooth and grab it before it was turned into a USB signal, and convert it to TTL serial. To be honest a bit beyond my electronics knowledge and TTL serial bluetooth modules are prett y cheap really. The Sparkfun guys will ship worldwide but you do need to pay duty when it gets to the UK (if you are uk based obviously) otherwise there are some I haven't tried at <br /><br /><a href="http://www.rfsolutions.co.uk" class="postlink">http://www.rfsolutions.co.uk</a><br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Sun Aug 20, 2006 9:17 pm</p><hr />
]]></content>
</entry>
</feed>