Skip to content

Instantly share code, notes, and snippets.

@racerxdl
Created March 12, 2021 20:49
Show Gist options
  • Select an option

  • Save racerxdl/615b2c0b83a58eb9a0c9344cacb5b9db to your computer and use it in GitHub Desktop.

Select an option

Save racerxdl/615b2c0b83a58eb9a0c9344cacb5b9db to your computer and use it in GitHub Desktop.
RTLSDR E4000 config for SatHelperApp
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
[DirectDemuxer]
OutputFolder = "out"
TemporaryFolder = "tmp"
PurgeFilesAfterProcess = true
SkipVCID = []
ReprojectImages = false
DrawMap = true
FalseColor = true
Enhanced = true
MetaFrame = true
[RtlsdrSource]
MixerGain = 200
LNAGain = 180
VGAGain = 4
BiasTEnabled = false
OffsetTunning = true
[RPC]
Enable = false
ListenPort = 5500
ListenAddr = ""
[Prometheus]
Enable = false
ListenPort = 9100
ListenAddr = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment