added gpsd info

bp-new
alanbjohnston 5 years ago committed by GitHub
parent cdb5163244
commit 9943720c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,27 @@
# CubeSatSim
Following steps from https://gpsd.gitlab.io/gpsd/installation.html
gpsd steps:
1. plug it in and type:
sudo stty -F /dev/ttyUSB0 ispeed 4800 && cat </dev/ttyUSB0
2. install gpsd software:
sudo apt-get -y install gpsd gpsd-clients python-gps
3. see if running:
ps aux | grep gpsd
4. Set to auto start:
sudo dpkg-reconfigure -plow gpsd
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).
There are several hardware versions and software branches to go with them - see below for information.

Loading…
Cancel
Save

Powered by TurnKey Linux.