Skip to content

Instantly share code, notes, and snippets.

@quantenProjects
Created January 8, 2021 11:03
Show Gist options
  • Save quantenProjects/2f42c8455a88b72bd4ccc8b2c3b375ed to your computer and use it in GitHub Desktop.
Save quantenProjects/2f42c8455a88b72bd4ccc8b2c3b375ed to your computer and use it in GitHub Desktop.
from rtlsdr import RtlSdr
sdr = RtlSdr(device_index=0)
sdr.rs = 2048000
sdr.fc = 178352000
sdr.gain = 20
sdr.read_bytes(20480000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment