High Altitude Balloon Imaging via LoRa
* Actual photos transmitted from our high altitude balloon.
-
Install imagemagick for the image processing/conversion to JPEG 2000:
sudo apt-get install imagemagick
-
Next compile/install the bcm2835 library from http://www.airspayce.com/mikem/bcm2835/
-
Initialize the RadioHead submodule for the RF95 radio:
git submodule update --init
-
Compile the program
make
-
Next paste the line from the cron file into your crontab:
sudo crontab -e
-
Done!