Flight control software for an unmanned balloon
This is still very much a WIP.
Some of the code works.
Get things there:
scp -r floater/*.py *.txt *.md pi@192.168.86.32:/home/pi/fc/
Run it:
# maybe update the venv:
source /home/pi/tracker_env/bin/activate
pip install -r /home/pi/fc/requirements.txt
PYTHONPATH=/home/pi/fc/ /home/pi/tracker_env/bin/python /home/pi/fc/flight_controller.py --init
Other options: --test-gps
, --test-vhf
Copy images and stuff back:
scp pi@192.168.86.32:/home/pi/Pictures/photos/capture_0139.jpg ~/Desktop/test_photos/
I know. I have a branch that has a native
APRS + AX.25 + AFSK implementation, but the wav files that get generated are worthless. :(