Created
August 9, 2024 04:10
-
-
Save tstellanova/05ae34882fd667b59bcfa263f32ea37a to your computer and use it in GitHub Desktop.
Recording GPS bands using satdump and PlutoSDR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# some example commands for pulling data from an IP connected PlutoSDR into satdump, on macos | |
/Applications/SatDump.app/Contents/MacOS/satdump record gps_L1_test_pluto --source plutosdr --samplerate 10e6 --frequency 1575420000 --baseband_format cs8 --gain_mode hybrid --ip_address 10.0.1.191 --auto_reconnect false --timeout 10 | |
/Applications/SatDump.app/Contents/MacOS/satdump record gps_L5_test_pluto --source plutosdr --samplerate 10e6 --frequency 1176000000 --baseband_format cs8 --gain_mode hybrid --ip_address 10.0.1.191 --auto_reconnect false --timeout 10 | |
/Applications/SatDump.app/Contents/MacOS/satdump record gps_L2_test_pluto --source plutosdr --samplerate 10e6 --frequency 1227600000 --baseband_format cs8 --gain_mode hybrid --ip_address 10.0.1.191 --auto_reconnect false --timeout 10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment