Skip to content

Files

Latest commit

df04aff · Aug 12, 2023

History

History
31 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

ORCA

O.R.C.A. or Ocean Risk Intensity Classification and Analysis, is an IoT-based early warning system for coastal areas powered with machine learning. This repository covers the IoT layer of the project. Check details below for additional information.

Links

Building from source

The project uses arduino-cli in compiling the arduino sketch and rust in compiling the receiver for serial communication. It is recommended you install them along with the right setup in the arduino to fully run the project.

To run the project

./run

Using only the sketch

uploading the sketch directly to your arduino

arduino-cli compile main --profile orca -u -p <port name>

If you only need the build files

arduino-cli compile main --profile orca --output-dir=./build