Skip to content

Instantly share code, notes, and snippets.

@tstellanova
Created August 9, 2024 04:10
Show Gist options
  • Save tstellanova/05ae34882fd667b59bcfa263f32ea37a to your computer and use it in GitHub Desktop.
Save tstellanova/05ae34882fd667b59bcfa263f32ea37a to your computer and use it in GitHub Desktop.
Recording GPS bands using satdump and PlutoSDR
# 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