1. Pick up check; Have student sign receipt.
  2. Check for Bluetooth. If no Bluetooth, insert Bluetooth installation CD. Wait until prompted, then plug in Bluetooth adaptor.
  3. 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)
  4. Install Fluke card, insert batteries and turn on robot.
  5. 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.
  6. Plug into Internet
  7. Launch Python
    from myro import *
    upgrade("scribbler")
    upgrade("fluke")
    CTRL-D
    
  8. Launch Python.
    from myro import *
    upgrade("myro")
    CTRL-D
    
  9. 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
    
  10. Remove Batteries.