Installation - Genijarl/OpenSource GitHub Wiki

Requirements

  • LEGO Mindstorms NXT
  • Windows 10 operating system
  • Bluetooth on your computer
  • Pybluez (see the installation guide below)
  • Python 2.7 (see the installation guide below)

Installation guide

As we have only worked on Windows OS, this installation guide is only for computers using the Windows operating system. PS: Only tested on Windows 10!

  1. Follow this link and download the file named "Windows x86 MSI installer" to download Python 2.7.15 (This is the version we have used)

  2. Download the v2.2.2 zip file. All credit on the work on this file should be given to the contributors of the nxt-python project.

  3. Extract the zip file to a location of your choice (we used desktop) and double click the install.bat. If a command module opens and scroll text, the installation is successfull.

  4. Download the PyBluez-0.20.win32-py2.7.exe version of PyBluez and follow the installation guide.

  5. Try out our codes! You can find them here