Skip to content
ctallum1 edited this page Jun 1, 2019 · 1 revision

Maret 2019 ROV instructions

Setting up the code:

On the Raspberry Pi desktop, you will need the folder titled "New". This folder contains all the Pi code to get the craft running. I will include this folder with all its contents in the GitHub. All the code is written to be run in python. In addition to the code, the Raspberry Pi needs to also have the following libraries installed: Flask and Nanpy. Both libraries should be able to be installed via the pi terminal screen. Nanpy is pretty easy to install, Flask is pretty confusing. I will include a few links below about the process.

On the surface computer, you will need the folder titled "Poolside". This folder contains all the code that runs on the surface. I will also include this folder with all its contents in the GitHub. The "poolside" code runs in a program called Processing. In processing, you will need to add the following libraries: G4P, Game Control Plus, and HTTP Requests for Processing. Adding these libraries is really easy. In processing, "Open Library" --> "Add library...". From here you can search up each required library and add them. I also believe that you need to install the Xbox controller drivers.

Clone this wiki locally