gaia-communication

Communication module for the gaia boat.


Keywords
gaia, boat, pi2
License
GPL-3.0
Install
pip install gaia-communication==1.0.7

Documentation

Gaia Boat - communication module

About the Gaia Boat

The Gaia Boat is an autonomous boat designed to collect trash from a lake’s shore. It uses image processing to detect obstacles and trash, an app for tracing routes and a series of other embedded software for controlling the hardware.

Other Gaia Boat’s software links

Communication module

Usage and installation

Usage

This module is used to establish communication between the Raspberry Pi 3 and a ASP module. With both of them having different electronics and sensors attached like GPS, MPU and Bluetooth.

Installation

To install the package you must install if through pip, using the following command:

pip install gaia-communication

If you want to upgrade its version you must use:

pip install --upgrade gaia-communication