An open API service indexing awesome lists of open source software.

https://github.com/stefanasandei/cansat-rcrc-24

source code and paper for the 2023-2024 edition of the RCRC
https://github.com/stefanasandei/cansat-rcrc-24

Last synced: 4 months ago
JSON representation

source code and paper for the 2023-2024 edition of the RCRC

Awesome Lists containing this project

README

        

# CanSat

This is the source code for the CanSat of the team Lunateeks, for the 2023-2024 edition of the Romanian Cansat and Rocketry Competition.

## Usage

This project uses GNU Make as a primary build system. It requires the AVR toolchain to build the project.

1. Compile the project

This will generate a `./bin/firmware.hex` file.

```
$ make
```

2. Upload the firmare to the Arduino

Modify the `upload.sh` script first to update the avrdude config path and the port.

```
$ ./upload.sh
```

Make sure the Arduino Nano is connected to the PC when running this command.

## License

This work is under the MIT license and such it requires the preservation of copyright and license notices.