This project was made for research purposes for the 61st Student Science Conference held in BSUIR.
Repository consists of two subprojects:
For building utility program you will need to install Rust toolchain.
After installing it, run following commands to get your executable in app/target/release
.
$ cd app
$ cargo build --release
To build the Arduino UNO sketch, you can either install Arduino IDE, arduino-cli
or use raw AVR toolchain.
You will also need to install tinycbor
library.
This project is licensed under GNU GPL v3 license, full text of which can be found here.