shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
614 stars 62 forks source link

unable to run auto-sdr script to scan frequency #4

Closed aminasaifiroxx closed 8 months ago

aminasaifiroxx commented 2 years ago

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

Ta-2om commented 2 years ago

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..