Debian/Ubuntu Linux Setup
This guide will walk you though getting setup with the DyIO and NRDK on Ubuntu. After completing the process, you'll be ready to start some programming.
The installation instructions below are written for Ubuntu but will also work on most versions of Linux.Step 1: Getting the Pieces
You will need to download the following software:
- Java Runtime - If not already installed
- Neuron Robotics Development Kit (NRDK)
- Install the .deb file
- Optionally install Eclipse using the package manager:
- sudo apt-get install eclipse
Step 2: You're Done!
Congratulations, you're now done installing NRDK and are ready to start programming!
Other Linux
You will need to download the following software:
- Java Runtime - If not already installed
- You will need the .zip file from:
- Neuron Robotics Development Kit (NRDK)
Next you need to make a fix to the bluetooth library:
- Ensure you have the libbluetooth package
- sym link /usr/lib/libbluetooth.so.3 to /usr/lib/libbluetooth.so
You will need to have the following hardware:
- A DyIO
- A USB cable (one came with the DyIO)