Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
1,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Ubertooth one on windows.
  2. We will start by installing drivers for the ubertooth one. Insert the ubertooth one into computer. It will
  3. say that there are no drivers. Open zadig.exe included with package and select Bluetooth_rxtx from the
  4. drop down menu. Then make sure u have winusb selected for the driver.
  5. Open device manager after install and make sure the device can be started if not we need to update the
  6. firmware of the ubertooth one. (1) Come back to this in a bit (not currently possible to do this from
  7. window when driver dose cannot start. Current svn has firmware that works properly for windows).
  8. After making sure the driver works it’s time to install python 2.6 for windows along with setuptools,
  9. numpy 1.6.1, and pyusb for windows. All of which are included in setup package.
  10. We now need to install pyside we do this by running the setup tools we installed earlier. Open up
  11. command prompt and change to C:\python26\scripts\. Then run
  12. easy_install.exe pyside
  13. Fallowed by pyside_postinstall.py –install
  14. We should now have the basic setup for the ubertooth to work in windows. Download the current
  15. ubertooth files from sourceforge.net . http://sourceforge.net/projects/ubertooth/ go ahead and
  16. download the newest version and extract the contents. Next switch to where the package was copied,
  17. to and go into host\specan_ui\ and run specan_ui.py
  18. Everything should work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement