deadcast2 / HABIL

High Altitude Balloon Imaging via LoRa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HABIL

High Altitude Balloon Imaging via LoRa

* Actual photos transmitted from our high altitude balloon.

Setup

  1. Install imagemagick for the image processing/conversion to JPEG 2000:

    sudo apt-get install imagemagick

  2. Next compile/install the bcm2835 library from http://www.airspayce.com/mikem/bcm2835/

  3. Initialize the RadioHead submodule for the RF95 radio:

    git submodule update --init

  4. Compile the program

    make

  5. Next paste the line from the cron file into your crontab:

    sudo crontab -e

  6. Done!

About

High Altitude Balloon Imaging via LoRa.

License:MIT License


Languages

Language:C 57.6%Language:C++ 37.4%Language:QMake 2.7%Language:Makefile 2.0%Language:Shell 0.4%