-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
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 !) | ||
} ; | ||
} ; | ||
|
||
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 | ||
} ; |