From 6b1c23eabcec43174ffeeb569fd6c94c0b05af4e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Jul 2021 16:20:37 -0400 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 54abbdc6..b8a7951b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,37 @@ This is an experimental balloon payload version of the CubeSatSim software. It Besides the usual CubeSatSim software, it has a service to take a Pi Camera picture every 30 seconds and store it in the /home/pi/payload directory +Starting from the CubeSatSim image or install: + +cd + +cd CubeSatSim + +git checkout bp + +git pull + +make debug + +sudo systemctl disable rpitx + +sudo rm /home/pi/CubeSatSim/t.txt + +mkdir /home/pi/payload + +sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service + +sudo cp ~/CubeSatSim/systemd/camera.service /etc/systemd/system/camera.service + +sudo systemctl enable camera + +sudo systemctl restart cubesatsim + + +To look at logs: + +sudo journalctl -u cubesatsim > log.txt && cat log.txt + The CubeSat Simulator https://github.com/alanbjohnston/CubeSatSim/wiki is a low cost satellite emulator that runs on solar panels and batteries, transmits UHF radio telemetry, has a 3D printed frame, and can be extended by additional sensors and modules. This project is sponsored by the not-for-profit [Radio Amateur Satellite Corporation, AMSATĀ®](https://amsat.org).