Skip to content

Instantly share code, notes, and snippets.

@racerxdl
Created September 2, 2021 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save racerxdl/19ad0d1336df75bf448aeb9b9b219b9c to your computer and use it in GitHub Desktop.
Save racerxdl/19ad0d1336df75bf448aeb9b9b219b9c to your computer and use it in GitHub Desktop.
RTLSDR R820T2 SatHelperApp config
Title = "SatHelperApp"
[Base]
SymbolRate = 927000
RRCAlpha = 0.3
Mode = "hrit"
Decimation = 1
AGCEnabled = true
DeviceType = "rtlsdr"
SendConstellation = true
PLLAlpha = 0.0
DemuxerType = "direct"
StatisticsPort = 5002
[Decoder]
Display = true
UseLastFrameData = true
[Source]
SampleRate = 2560000
Frequency = 1694100000
[RtlsdrSource]
MixerGain = 15
LNAGain = 15
VGAGain = 15
BiasTEnabled = true
[TCPServerDemuxer]
Port = 5001
Host = ""
[DirectDemuxer]
TemporaryFolder = "tmp"
OutputFolder = "out"
PurgeFilesAfterProcess = false
SkipVCID = []
Enhanced = true
MetaFrame = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment