2017-05-05 12:56:41 +00:00
|
|
|
#
|
2018-05-26 09:18:53 +00:00
|
|
|
# Radiosonde Auto RX v2 Station Configuration File
|
2017-05-05 12:56:41 +00:00
|
|
|
#
|
|
|
|
|
# Copy this file to station.cfg and modify as required.
|
|
|
|
|
#
|
|
|
|
|
|
2017-12-20 09:28:24 +00:00
|
|
|
# Logging Settings
|
|
|
|
|
[logging]
|
2018-02-17 01:45:19 +00:00
|
|
|
# If enabled, a log file will be written to ./log/ for each detected radiosonde.
|
2017-12-20 09:28:24 +00:00
|
|
|
per_sonde_log = True
|
|
|
|
|
|
2018-06-01 11:32:24 +00:00
|
|
|
# RTLSDR Receiver Settings
|
2018-02-12 10:23:28 +00:00
|
|
|
[sdr]
|
|
|
|
|
|
2018-05-26 09:18:53 +00:00
|
|
|
# Number of RTLSDRs to use.
|
|
|
|
|
# If more than one RTLSDR is in use, multiple [sdr_X] sections must be populated below
|
|
|
|
|
sdr_quantity = 1
|
|
|
|
|
|
|
|
|
|
# Individual SDR Settings.
|
|
|
|
|
[sdr_1]
|
|
|
|
|
# Device Index / Serial
|
|
|
|
|
# If using a single RTLSDR, set this value to 0
|
|
|
|
|
# If using multiple SDRs, you MUST allocate each SDR a unique serial number using rtl_eeprom
|
|
|
|
|
# i.e. to set the serial number of a (single) connected RTLSDR: rtl_eeprom -s 00000002
|
|
|
|
|
# Then set the device_idx below to 00000002, and repeat for the other [sdr_n] sections below
|
|
|
|
|
device_idx = 0
|
|
|
|
|
|
|
|
|
|
# Frequency Correction (ppm offset)
|
|
|
|
|
# Refer here for a method of determining this correction: https://gist.github.com/darksidelemm/b517e6a9b821c50c170f1b9b7d65b824
|
|
|
|
|
ppm = 0
|
|
|
|
|
|
2018-02-12 10:23:28 +00:00
|
|
|
# SDR Gain Setting
|
2018-05-26 09:18:53 +00:00
|
|
|
# Gain settings can generally range between 0dB and 40dB depending on the tuner in use.
|
2018-02-17 01:45:19 +00:00
|
|
|
# Run rtl_test to confirm what gain settings are available, or use a value of -1 to use automatic gain control.
|
|
|
|
|
# Note that this is an overall gain value, not an individual mixer/tuner gain. This is a limitation of the rtl_power/rtl_fm utils.
|
2018-05-26 09:18:53 +00:00
|
|
|
gain = -1
|
|
|
|
|
|
|
|
|
|
# Bias Tee - Enable the bias tee in the RTLSDR v3 Dongles.
|
|
|
|
|
bias = False
|
|
|
|
|
|
|
|
|
|
[sdr_2]
|
2018-06-01 11:32:24 +00:00
|
|
|
# As above, for the next SDR, if used. Note the warning about serial numbers.
|
2018-05-26 09:18:53 +00:00
|
|
|
device_idx = 00000002
|
|
|
|
|
ppm = 0
|
|
|
|
|
gain = -1
|
|
|
|
|
bias = False
|
|
|
|
|
|
|
|
|
|
# Add more SDR definitions here if needed.
|
|
|
|
|
|
2017-05-05 12:56:41 +00:00
|
|
|
|
|
|
|
|
# Radiosonde Search Parameters
|
|
|
|
|
[search_params]
|
2017-12-17 01:44:20 +00:00
|
|
|
# Minimum and maximum search frequencies, in MHz.
|
2017-12-20 03:21:08 +00:00
|
|
|
# Australia: Use 400.05 - 403 MHz
|
|
|
|
|
# Europe: Use 400.05 - 406 MHz
|
|
|
|
|
min_freq = 400.05
|
|
|
|
|
max_freq = 403.0
|
2018-05-26 09:18:53 +00:00
|
|
|
# Have the decoder timeout after X seconds of no valid data.
|
|
|
|
|
rx_timeout = 180
|
2017-05-05 12:56:41 +00:00
|
|
|
|
2017-12-20 04:23:29 +00:00
|
|
|
# Frequency Lists - These must be provided as JSON-compatible lists of floats (in MHz), i.e. [400.50, 401.520, 403.200]
|
2017-12-20 03:21:08 +00:00
|
|
|
|
|
|
|
|
# White-List - Add values to this list to *only* scan on these frequencies.
|
|
|
|
|
# This is for when you only want to monitor a small set of launch frequencies.
|
|
|
|
|
whitelist = []
|
|
|
|
|
|
|
|
|
|
# Black-List - Any values added to this list will be removed from the list of detected peaks.
|
|
|
|
|
# This is used to remove known spurs or other interferers from the scan list, potentially speeding up detection of a sonde.
|
|
|
|
|
blacklist = []
|
|
|
|
|
|
2018-02-17 01:45:19 +00:00
|
|
|
# Grey-List - Any values in this list will be added to the start every scan run.
|
2017-12-20 03:21:08 +00:00
|
|
|
# This is useful when you know the regular frequency of a local sonde, but still want to allow detections on other frequencies.
|
|
|
|
|
greylist = []
|
2017-05-05 12:56:41 +00:00
|
|
|
|
2018-05-26 09:18:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Settings for uploading to the Habitat HAB tracking database ( https://tracker.habhub.org/ )
|
|
|
|
|
# Note that the habitat upload will use a fixed string format of:
|
|
|
|
|
# `$$<payload_callsign>,<sequence number>,<time>,<lat>,<lon>,<alt>,<speed>,<temp>,<humidity>,<comment>*<CRC16>`
|
|
|
|
|
# Where callsign is set below. Temp values are only supported on the RS41 at this time.
|
|
|
|
|
# If you use a custom payload callsign, you will need to create an appropriate payload document for it to appear on the map
|
|
|
|
|
#
|
|
|
|
|
[habitat]
|
|
|
|
|
habitat_enabled = False
|
|
|
|
|
|
|
|
|
|
# Uploader callsign, as shown above. PLEASE CHANGE THIS TO SOMETHING UNIQUE.
|
|
|
|
|
uploader_callsign = CHANGEME_AUTO_RX
|
|
|
|
|
|
|
|
|
|
# Upload listener position to Habitat? (So you show up on the map)
|
|
|
|
|
upload_listener_position = True
|
|
|
|
|
|
|
|
|
|
# Habitat Upload Rate - Upload a packet every X seconds.
|
|
|
|
|
upload_rate = 30
|
|
|
|
|
|
|
|
|
|
# Payload callsign - if set to <id> will use the serial number of the sonde and create a payload document automatically
|
|
|
|
|
# WARNING - If running multiple RTLSDRs, setting this to a fixed callsign will result in odd behaviour on the online tracker.
|
|
|
|
|
# DO NOT SET THIS TO ANYTHING OTHER THAN <id> IF YOU ARE USING MORE THAN ONE SDR!
|
|
|
|
|
payload_callsign = <id>
|
|
|
|
|
|
|
|
|
|
|
2017-12-17 05:22:36 +00:00
|
|
|
# Station Location (optional). Used by the Habitat Uploader, and by Rotator Control
|
2017-12-17 04:25:20 +00:00
|
|
|
[location]
|
|
|
|
|
station_lat = 0.0
|
|
|
|
|
station_lon = 0.0
|
|
|
|
|
station_alt = 0.0
|
|
|
|
|
|
2017-05-05 12:56:41 +00:00
|
|
|
|
|
|
|
|
# Settings for uploading to APRS-IS
|
|
|
|
|
[aprs]
|
2018-05-26 09:18:53 +00:00
|
|
|
aprs_enabled = False
|
2017-05-05 12:56:41 +00:00
|
|
|
# APRS-IS Login Information
|
|
|
|
|
aprs_user = N0CALL
|
|
|
|
|
aprs_pass = 00000
|
|
|
|
|
|
2018-05-26 09:18:53 +00:00
|
|
|
# APRS Upload Rate - Upload a packet every X seconds.
|
|
|
|
|
upload_rate = 30
|
|
|
|
|
|
2018-02-17 01:45:19 +00:00
|
|
|
# APRS-IS server to upload to.
|
|
|
|
|
aprs_server = rotate.aprs2.net
|
|
|
|
|
|
2017-05-05 12:56:41 +00:00
|
|
|
# Object name to be used when uploading to APRS-IS (Max 9 chars)
|
|
|
|
|
# Should be either a callsign with a -11 or -12 suffix (i.e. N0CALL-12),
|
|
|
|
|
# or <id>, which will be replaced with the radiosondes serial number
|
2018-05-26 09:18:53 +00:00
|
|
|
# WARNING - If running multiple RTLSDRs, setting this to a fixed callsign will result in odd behaviour on the online tracker.
|
|
|
|
|
# DO NOT SET THIS TO ANYTHING OTHER THAN <id> IF YOU ARE USING MORE THAN ONE SDR!
|
2017-05-05 12:56:41 +00:00
|
|
|
aprs_object_id = <id>
|
|
|
|
|
|
|
|
|
|
# The APRS-IS beacon comment. The following fields can be included:
|
|
|
|
|
# <freq> - Sonde Frequency, i.e. 401.520 MHz
|
|
|
|
|
# <type> - Sonde Type (RS94/RS41)
|
|
|
|
|
# <id> - Sonde Serial Number (i.e. M1234567)
|
|
|
|
|
# <vel_v> - Sonde Vertical Velocity (i.e. -5.1m/s)
|
2017-12-28 02:57:47 +00:00
|
|
|
# <temp> - Sonde reported temperature. If no temp data available, this will report -273 degC. Only works for RS41s.
|
2018-05-26 09:18:53 +00:00
|
|
|
aprs_custom_comment = <type> Radiosonde <freq> <vel_v> http://bit.ly/2Bj4Sfk
|
2017-12-17 04:25:20 +00:00
|
|
|
|
2017-05-05 12:56:41 +00:00
|
|
|
|
2017-07-16 10:11:13 +00:00
|
|
|
# Settings for pushing data into OziPlotter
|
|
|
|
|
# Oziplotter receives data via a basic CSV format, via UDP.
|
|
|
|
|
[oziplotter]
|
2018-05-26 09:18:53 +00:00
|
|
|
# WARNING - This should not be enabled in a multi-SDR configuration, as OziExplorer currently has no way of differentiating
|
|
|
|
|
# between sonde IDs.
|
2017-07-16 10:11:13 +00:00
|
|
|
ozi_enabled = False
|
|
|
|
|
ozi_update_rate = 5
|
2018-05-26 09:18:53 +00:00
|
|
|
# UDP Broadcast output port.
|
2018-05-27 11:02:01 +00:00
|
|
|
# Set to 8942 to send packets directly into OziPlotter, or set to 55681 to send via OziMux
|
2017-12-17 04:25:20 +00:00
|
|
|
ozi_port = 55681
|
2017-09-09 06:40:20 +00:00
|
|
|
# Payload summary output, which can be used by a few of the Horus Ground Station tools
|
2018-05-27 11:02:01 +00:00
|
|
|
# Do not enable this if you are using the OziMux utility.
|
2017-09-09 06:40:20 +00:00
|
|
|
payload_summary_enabled = False
|
|
|
|
|
payload_summary_port = 55672
|
2017-12-22 12:45:40 +00:00
|
|
|
|
2018-02-17 01:45:19 +00:00
|
|
|
|
2017-12-22 12:45:40 +00:00
|
|
|
# Position Filtering Options
|
2018-02-17 01:45:19 +00:00
|
|
|
# These are used to discard positions which are clearly bad, such as where the payload has jumped halfway around the world,
|
|
|
|
|
# or has suddenly ended up in orbit.
|
|
|
|
|
# Adjust only if absolutely necessary.
|
2017-12-22 12:45:40 +00:00
|
|
|
[filtering]
|
|
|
|
|
# Discard positions with an altitude greater than 50000 metres.
|
|
|
|
|
max_altitude = 50000
|
|
|
|
|
# Discard positions more than 1000 km from the observation station location (if set)
|
|
|
|
|
max_radius_km = 1000
|
2018-01-06 12:04:47 +00:00
|
|
|
|
2018-05-26 09:18:53 +00:00
|
|
|
# Advanced Settings
|
|
|
|
|
# These control low-level settings within various modules.
|
|
|
|
|
# Playing with them may result in odd behaviour.
|
|
|
|
|
[advanced]
|
|
|
|
|
# Scanner - Receive bin width (Hz)
|
|
|
|
|
search_step = 800
|
|
|
|
|
# Scanner - Minimum SNR for a peak to be detected. The lower the number, the more peaks detected.
|
|
|
|
|
snr_threshold = 10
|
|
|
|
|
# Scanner - Maximum number of peaks to search through during a scan pass.
|
|
|
|
|
# Increase this if you have lots of spurious signals, though this will increase scan times.
|
|
|
|
|
max_peaks = 10
|
|
|
|
|
# Scanner - Minimum distance between peaks (Hz)
|
|
|
|
|
min_distance = 1000
|
|
|
|
|
# Scanner - Scan Dwell Time - How long to observe the specified spectrum for.
|
|
|
|
|
scan_dwell_time = 20
|
|
|
|
|
# Scanner - Detection Dwell time - How long to wait for a sonde detection on each peak.
|
|
|
|
|
detect_dwell_time = 5
|
|
|
|
|
# Scanner - Delay between scans. We should delay a short amount between scans to allow for decoders and other actions to jump in.
|
|
|
|
|
scan_delay = 10
|
|
|
|
|
# Quantize search results to x Hz steps. Useful as most sondes are on 10 kHz frequency steps.
|
|
|
|
|
quantization = 10000
|
|
|
|
|
# Upload when (seconds_since_utc_epoch%upload_rate) == 0. Otherwise just delay upload_rate seconds between uploads.
|
|
|
|
|
# Setting this to True with multple uploaders should give a higher chance of all uploaders uploading the same frame,
|
|
|
|
|
# however the upload_rate should not be set too low, else there may be a chance of missing upload slots.
|
|
|
|
|
synchronous_upload = True
|
|
|
|
|
# Only accept a payload ID as valid until it has been seen N times.
|
|
|
|
|
# This helps avoid corrupted callsigns getting onto the map.
|
|
|
|
|
payload_id_valid = 5
|
2018-06-01 11:32:24 +00:00
|
|
|
# Paths to the rtl_fm and rtl_power utilities. If these are on your system path, then you don't need to change these.
|
|
|
|
|
sdr_fm_path = rtl_fm
|
|
|
|
|
sdr_power_path = rtl_power
|
2018-05-26 09:18:53 +00:00
|
|
|
|
2018-02-17 01:45:19 +00:00
|
|
|
|
2018-05-27 11:02:01 +00:00
|
|
|
# Rotator Settings - Currently not implemented.
|
2018-02-17 01:45:19 +00:00
|
|
|
# auto_rx can communicate with an instance of rotctld, on either the local machine or elsewhere on the network.
|
|
|
|
|
[rotator]
|
2018-05-26 09:18:53 +00:00
|
|
|
# WARNING - This should not be enabled in a multi-SDR configuration.
|
|
|
|
|
rotator_enabled = False
|
|
|
|
|
# How often to update the rotator position.
|
|
|
|
|
update_rate = 10
|
2018-02-17 01:45:19 +00:00
|
|
|
# Hostname / Port of the rotctld instance.
|
|
|
|
|
rotator_hostname = 127.0.0.1
|
|
|
|
|
rotator_port = 4533
|
|
|
|
|
# Rotator Homing.
|
|
|
|
|
# If enabled, turn to this location when scanning for sondes.
|
|
|
|
|
rotator_homing_enabled = False
|
|
|
|
|
rotator_home_azimuth = 0
|
|
|
|
|
rotator_home_elevation = 0
|