Bluetooth Setup
From IPRE Wiki
[edit]
Bluetooth Setup
Follow the below step to connect to your robot via Bluetooth. (If you already have bluetooth ignore the steps concerning the Cellink Bluetooth adapter).
- Plug in the Fluke to the Scribbler
- Power on the Scribbler
- Plug in the USB cellink adapter
- Open Bluetooth Devices in the Control Panel
- In the Devices pane select the "Add..." button
- Follow the wizard selecting the scribbler device (it will be labeled IPRE-XXXXXX where XXXXX is something like 125898, the serial number on the label of your fluke)
- Use the passkey found in the documentation option with passkey = 1234
- Once finished the wizard, click the "COM Ports" Pane
- Note the "Outgoing COM port"
[edit]
Testing
Now that you know your com port, you should be able to connect to your robot.
First, double-click the "Start Python" icon. Then enter:
>>> from myro import * Myro, (c) 2006 Institute for Personal Robots in Education [See http://www.roboteducation.org/ for more information] Version 1.0.2, Revision 1.101, ready! >>> initialize() # enter comport, like "com4" when prompted >>> joyStick()
(Note the capital S in joyStick.)
You should be able to drive your robot around. Press Control+D when your cursor is at the >>> prompt.
>>> beep(1, 800) >>> <control+d> [ENTER]
If you need more details see Bluetooth Lowlevel Installation
