Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.44 KB

Biomass Sensor Project

The goal of this project is to improve the measurement and prediction of algae density growing in outdoor tanks part of HBOI's IMTA system.

tanks

Hardware

Custom sensors have been designed to automatically record alage density. The current sensor design is split into two main components.

The sensor head component is located underwater and is responsible for taking the actual algae density measurements.

The topside component is located above water and broadcasts the data collected by the sensor.

In addition to the deployed sensors, the project also utilizes a central basetation (RPI-3A) to collect and upload all of the data to Firebase.

The folders are broken down as follows:

Data

This repository contains a set of data collected by our version 1 algae sensor found in the data folder. The code for processing the data is also found in the same folder with more information available here.

Prediction

The prediction code is located in the prediction folder.