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
- Host: GitHub
- URL: https://github.com/stefanasandei/cansat-rcrc-24
- Owner: stefanasandei
- License: mit
- Created: 2024-01-09T08:56:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:13:00.000Z (about 1 year ago)
- Last Synced: 2025-01-04T15:35:59.099Z (6 months ago)
- Language: TeX
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.