[dagr] Re: Hi Guys, I have a question =)

  • From: Kris Schehr <kschehr@xxxxxxxxx>
  • To: dagr@xxxxxxxxxxxxx
  • Date: Thu, 10 Mar 2016 13:19:07 -0700

Nick,
   I haven't played with it but it looks like
 http://tools.kali.org/wireless-attacks/gr-scan
<http://tools.kali.org/wireless-attacks/gr-scan> may do what you want.

Keep in mind though if the interfering signals are intermittent you may
miss them this way.  125e6 MHz of bandwidth is possible but takes some
expensive hardware Ettus X300 and a UBX-160 comes to mind. You could then
do the FFTs post processing if you needed more bin resolution then the
processor or an FPGA offload could handle.

If that application doesn't do it you could write some python to loop at
whatever bandwidth your rig will handle. If you wanted to get fancy you
could detect bins with energy and increase your dwell / focus in those
areas. A GNURadio flow graph to a SQL database would be quick and dirty way
to do this.

-Kris

On Thu, Mar 10, 2016 at 10:38 AM, Nicholas Winn <technick@xxxxxxxxx> wrote:

I've been asked to attempt mapping out a large band of RF (5.750 Ghz -
5.875 Ghz) to look for potential interference that might interfere with
video feeds on that band. I know none of my equipment (hackrf) has that
type of bandwidth to pull a real time fft, it will need to be pieced
together after the fact. I've been looking at trying this in grc after
seeing Balint do this with a USRP
<http://www.rtl-sdr.com/monitoring-drone-fpv-frequency-usage-with-a-usrp-software-defined-radio/>,
but sadly my knowledge with grc isn't the greatest. My question is, does a
tool already exist that will allow me to do this outside of grc or is grc
the best solution for getting this running?

-Nick

Other related posts: