High Altitude Balloon tracker
- C 85.8%
- Python 11.3%
- Makefile 1.5%
- Linker Script 1.4%
| firmware | ||
| libopencm3@383fafc862 | ||
| .gitignore | ||
| .gitmodules | ||
| aprs_test.py | ||
| f051c8.ioc | ||
| README.md | ||
FeatherHAB-X
Firmware of FeatherHAB project by Ethan Zonca with the original code here.
This can be considered a fork and a derivative work. I will keep modifying the firmware and adding features.
License
The original licensing terms hold (GNU Affero Public License).
Building
Prerequisites:
- GNU ARM compiler (https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
After cloning the repository, update the submodules with git submodule init and git submodule update commands.
Then change to the firmware directory and run make.