I'm back to working on WiMo after a longer than expected break (Summer, my day job, and other random stuff that came up).  I still owe you all the WiMonet How-To and I'm long over do for a code update.  I hope to have some new stuff posted soon.  I even have a new WiMo project/modification I'm going to be working on soon. 

In a few of my WiMo designs (WiMo Aggressor, WiMonet, Monster WiMo and a few other prototypes) i have used the OOPic as the microcontroller.  The only real problem with this microcontroller is that the compiler for it does not work on Vista.  So, when it came time to modify OOPic code, i just used a spare XP machine.  Not necessarily ideal.  Especially when I want to work on WiMo away from the office or home, just on my laptop (which I run Vista on).

I do believe that Savage Innovations is working on getting the compiler to work on Vista, but until then, here's one way you can get by using Vista.  I just set this up tonight and so far it is working fairly nicely.  A little slower, but it sure beats having to dual boot my machine or working on two separate machines.

Basically, you run Windows XP in Virtual PC (VPC).  In case you didn't know, Virtual PC 2007 is a free download from Microsoft.  It's a neat application that allows you to host other Operating Systems within a Virtual Environment. 

If you have a copy of XP, you can install XP onto the Virtual PC.  Then you can install the OOPic compiler on the VPC and code away.  How about downloading your code to the OOPic?  Well, all you have to do is map the VPC's COM port (i used COM2) to the COM port you have the OOPic hooked up to on your physical machine.  VPC will pass all of the serial traffic from the OOPic to XP and vice versa.

Here are the settings that I used when I created the Virtual PC to which i installed XP:

Harddrive: 20 Gig max, just incase
Memory: 355MB
COM2: Physical COM3

All the rest of the settings are based more on your preference.  The really cool part is that I am actually using Bluetooth to hook the laptop up to the OOPic.  Via the Vista Bluetooth device settings, i added a partnership with the Sparkfun BlueSmirf i hooked up to the OOPic (see WiMo How-To on how to hook the BlueSmirft to the OOPic).  Use the passkey "default" with no quotes when Vista asks you for a passkey otherwise you'll never get a connection (you don't need this passkey when connecting via the Smartphone).  Take note of the Outgoing port (mine was COM3, hence the setting above) that is assigned. Then boot up your VPC XP and presto! You should be able to launch the OOPic software, setup the cable configuration to COM2 (assuming you used my settings) and be able to talk to the OOPic.

If you ever turn off the OOPic, you'll need to restart the VPC XP (at least that is what I have notice so far).

I hope this helps some of you out.  You do need a copy of XP for this to work. I just a copy of XP from a machine I wasn't using anymore (like the machine i used to use for the OOPic :)   ). 

Back to some WiMo work.  Hope to have something new posted for everyone soon.  :)

-- Brian