High Altitude Balloon tracker
  • C 85.8%
  • Python 11.3%
  • Makefile 1.5%
  • Linker Script 1.4%
Find a file
2018-02-12 23:42:56 +02:00
firmware Added I2C 2017-08-15 13:46:16 +02:00
libopencm3@383fafc862 Added latest libopencm3 as submodule 2017-04-28 16:01:29 +02:00
.gitignore Added I2C 2017-08-15 13:46:16 +02:00
.gitmodules Added latest libopencm3 as submodule 2017-04-28 16:01:29 +02:00
aprs_test.py Updated APRS position report generation 2018-02-12 23:42:48 +02:00
f051c8.ioc Updates to APRS generation 2017-06-21 08:52:43 +02:00
README.md Update README.md 2017-09-06 17:53:09 +02:00

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:

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.