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

unable to run auto-sdr script to scan frequency

Open aminasaifiroxx opened this issue 3 years ago • 1 comments

x-special/nautilus-clipboard copy file:///home/debian/Pictures/Error_sdr.png

I am using RTL SDR(RTL2832U R820T2 TCX0+BIAS T+HF) to intecept motorola (GP338) communication on channel 16 in a test environment.

The auto-sdr starts and automatically stop with error. Error in screenshot. kindly help resolve the issue.

PS - My config.json file is in the same config as provide by you!!

thanks, Amina

aminasaifiroxx avatar Feb 24 '22 06:02 aminasaifiroxx

I was able to run on first try. You maybe have to add according to this your frequency.

{
  "start": 144000000,
  "stop": 146000000,
  "step": 125
}, 


{
  "start": 156000000,  _(check it)_
  "stop": 162000000, _(check it)_
  "step": 25       _(the step is correct?)_
},

But if you want to monitor only one channel/frequency...you can dedicate a SDR just for this, and your need is satisfied..

Ta-2om avatar Mar 09 '22 21:03 Ta-2om