Hi,
I'm trying to monitor a VHF system in my region with a hackrf one but I am able to decode signals.
I have it connected to a VHF antenna and am able to get a clean decode with a regular rtl-sdr device (NESDR Smart 5).
My gains settings are "gains": "RF:0,IF:40,BB:36".
We can clearly see that the datascope signals are very faint.
I was able to get a good decode via sdrtrunk on windows with a measured error of 0.2 ppm (28 Hz).
Does anyone know why that is happening?
Thanks
config file for multi_rx.py
I'm trying to monitor a VHF system in my region with a hackrf one but I am able to decode signals.
I have it connected to a VHF antenna and am able to get a clean decode with a regular rtl-sdr device (NESDR Smart 5).
My gains settings are "gains": "RF:0,IF:40,BB:36".
We can clearly see that the datascope signals are very faint.
I was able to get a good decode via sdrtrunk on windows with a measured error of 0.2 ppm (28 Hz).
Does anyone know why that is happening?
Thanks
config file for multi_rx.py
JSON:
{
"channels": [
{
"name": "RENIR",
"device": "sdr0",
"trunking_sysname": "RENIR",
"meta_stream_name": "metastream_0",
"demod_type": "fsk4",
"cqpsk_tracking": true,
"tracking_threshold": 30,
"tracking_feedback": 0.85,
"destination": "udp://127.0.0.1:23466",
"excess_bw": 0.2,
"filter_type": "rc",
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": "renir.wlist",
"crypt_keys": "key.json"
}
],
"devices": [
{
"args": "hackrf=0",
"gains": "RF:0,IF:40,BB:36",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0.0,
"rate": 10000000,
"usable_bw_pct": 0.65,
"tunable": true
}
],
"trunking": {
"module": "tk_p25.py",
"chans": [
{
"nac": "0x14e",
"sysname": "RENIR",
"control_channel_list": "143.385",
"whitelist": "renir.wlist",
"blacklist": "",
"tgid_tags_file": "renir.csv",
"rid_tags_file": "renir-rid.txt",
"tdma_cc": false,
"crypt_behavior": 2
}
]
},
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "default",
"udp_port": 23466,
"audio_gain": 1.0,
"number_channels": 1
}
]
},
"terminal": {
"module": "terminal.py",
"terminal_type": "curses",
"#terminal_type": "http:0.0.0.0:8080",
"curses_plot_interval": 0.1,
"http_plot_interval": 0.5,
"http_plot_directory": "../www/images",
"tuning_step_large": 1200,
"tuning_step_small": 100
}
}