Check for Bluetooth. If no Bluetooth, insert Bluetooth installation CD.
Wait until prompted, then plug in Bluetooth adaptor.
Install Python.
Install CD
My Computer
Locate CD Drive
Right click
Explore
Go to Windows folder
double click install.bat (on Vista or Windows 7, right click and
choose Run as Administrator)
Install Fluke card, insert batteries and turn on robot.
Create Bluetooth connection. Right click on Bluetooth icon in system tray.
Look for Bluetooth device (Add new connection) IPRE.... PIN-1234;
Write down COM port. To be used in Step 9.
Plug into Internet
Launch Python
from myro import *
upgrade("scribbler")
upgrade("fluke")
CTRL-D
Launch Python.
from myro import *
upgrade("myro")
CTRL-D
Launch Python
from myro import *
init("com3") - Note this com port is the same as in Step 5
beep(2,800)
forward(1,1)
speak("Good Morning")
CTRL-D