Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rtlsdr-ogn.conf conffile #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions etc/rtlsdr-ogn.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
RF:
{
FreqCorr = +50; # [ppm] "big" R820T sticks have 40-80ppm correction factors, measure it with gsm_scan

GSM: # for frequency calibration based on GSM signals
{ CenterFreq = 938.4; # [MHz] find the best GSM frequency with gsm_scan
Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !)
} ;

PipeName = "/var/run/ogn-decode.fifo";
};

Position:
{
Latitude = +48.0000; # [deg] Antenna coordinates
Longitude = +9.0000; # [deg]
Altitude = 100; # [m] Altitude above sea leavel
GeoidSepar = 48; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude
};

APRS:
{
Call = "SampleAPRSnameToChange"; # APRS callsign (max. 9 characters)
# Please refer to http://wiki.glidernet.org/receiver-naming-convention
};