Ground station notes

main
Jeff Moe 2022-06-14 14:08:21 -06:00
parent 36e3e5a027
commit aa98ca6992
1 changed files with 77 additions and 0 deletions

View File

@ -1,6 +1,83 @@
# Spacecruft Galmon
Notes on setting up galmon.eu ground stations.
# Galmon
Galmon is a system to monitor GNSS.
Ground stations on Earth use `galmon` software to collect data
from each GNSS satellite.
Main website:
* https://galmon.eu
Source code:
* https://github.com/berthubert/galmon
GNSS:
* https://en.wikipedia.org/wiki/Satellite_navigation#Global_navigation_satellite_systems
# Ground Stations
There are two main GNSS chipsets that the `galmon` software support.
UBX and Septentrio.
The former is more widely used and easier to set up.
This doc covers just the latter for now.
## Septentrio
The Septentrio device is available as apparently very high quality
standalone (unobtanium?) hardware that can plug directly into ethernet,
amongst other configurations. Septentrio also resells their chips to
third party integrators that make their own more readily available
boards, such as the one used in the following setup.
Septentrio website:
* https://www.septentrio.com
Ardusimple simpleRTK3B with Septentrio mosaic-X5.
* https://www.ardusimple.com/product/simplertk3b-x5/
Manufacturer's part number:
* AS-RTK3B-MX5-L125-NH-00
Not sold by Sparkfun, adafruit, or Digikey. Mouser part number:
* 780-ASRTK3BMX5L125NH
# Status
Three ground stations running.
simpleRTK2B-mPCIe, puck antenna, low in canyon.
* https://galmon.eu/observer.html?observer=189
simpleRTK2B USB, Calibrated Survey GNSS Tripleband + L-band antenna,
higher in canyon.
* https://galmon.eu/observer.html?observer=192
Septentrio. simpleRTK3B. Calibrated Survey GNSS Tripleband + L-band antenna,
higher in canyon.
* https://galmon.eu/observer.html?observer=201
# License / Copyright
Source:
* https://spacecruft.org/spacecruft/spacecruft-galmon
Unofficial project, not part of official `galmon` software or website.
Upstream sources under their respective copyrights.
Copyright (C) 2022 Jeff Moe.
License: CC-By-SA 4.0 International or any later version.