Skip to content

Commit bd76673

Browse files
committed
Add rtlsdr-ogn.conf conffile
1 parent 547e6aa commit bd76673

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

etc/rtlsdr-ogn.conf

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
RF:
3+
{
4+
FreqCorr = +50; # [ppm] "big" R820T sticks have 40-80ppm correction factors, measure it with gsm_scan
5+
6+
GSM: # for frequency calibration based on GSM signals
7+
{ CenterFreq = 938.4; # [MHz] find the best GSM frequency with gsm_scan
8+
Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !)
9+
} ;
10+
} ;
11+
12+
Position:
13+
{ Latitude = +48.0000; # [deg] Antenna coordinates
14+
Longitude = +9.0000; # [deg]
15+
Altitude = 100; # [m] Altitude above sea leavel
16+
GeoidSepar = 48; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude
17+
} ;
18+
19+
APRS:
20+
{ Call = "SampleAPRSnameToChange"; # APRS callsign (max. 9 characters)
21+
# Please refer to http://wiki.glidernet.org/receiver-naming-convention
22+
} ;

0 commit comments

Comments
 (0)