rtl-sdr-scanner-cpp icon indicating copy to clipboard operation
rtl-sdr-scanner-cpp copied to clipboard

I'm not sure what is happening but recording transmission isn't working

Open StefCoders opened this issue 2 years ago • 6 comments

sdr-sdr-monitor-setup-1 exited with code 0

StefCoders avatar Jul 05 '23 19:07 StefCoders

@MaxDeepCoder can you share your config?

RobertDWhite avatar Jul 18 '23 15:07 RobertDWhite

The default one. Didn't change it or anything

StefCoders avatar Jul 18 '23 16:07 StefCoders

hello, i have the same issues. This is my config @RobertDWhite. { "scanner_frequencies_ranges": [ { "device_serial": "auto", "ranges": [ { "start": 102000000, "stop": 103000000, "step": 1000, "sample_rate": 2048000 }, { "start": 144000000, "stop": 146000000, "step": 1000, "sample_rate": 2048000 } ] } ], "ignored_frequencies": [], "devices": { "rtl_sdr": { "ppm_error": -2.43, "tuner_gain": 50, "offset": 0 }, "hack_rf": { "lna_gain": 0, "vga_gain": 0, "offset": 0 } }, "recording": { "max_noise_time_ms": 500, "min_time_ms": 2000, "min_sample_rate": 16000 }, "detection": { "frequency_grouping_size": 10000, "frequency_range_scanning_time_ms": 64, "noise_learning_time_seconds": 30, "noise_detection_margin": 10, "torn_transmission_learning_time_seconds": 60 }, "output": { "logs": "sdr/logs", "file_log_level": "info", "console_log_level": "info" }, "cores": 4, "memory_limit_mb": 0, "mqtt": { "hostname": "sdr-broker", "port": 1883, "username": "admin", "password": "password" } }

Alifalisda avatar Jul 31 '23 00:07 Alifalisda

Was there ever a fix for this? I keep getting the same error, sdr-monitor-1 exited with code 0

WickedxJosh avatar May 29 '24 14:05 WickedxJosh