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.
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
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