[Discuss-gnuradio] gr-bluetooth installation issue

2018-01-30 Thread Suman Bhunia
Hi,



I want to use gr-bluetooth to sniff packets. I have installed gnuradio3.7.9, 
uhd on Ubuntu 16.04. I am encountering some error installing gr-bluetooth it. 
When I use the cmake command, I obtain the following output:


-- The CXX compiler identification is GNU 5.4.0

-- The C compiler identification is GNU 5.4.0

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Boost version: 1.58.0

-- Found the following Boost libraries:

--   filesystem

--   system

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 

Checking for GNU Radio Module: RUNTIME

-- Checking for module 'gnuradio-runtime'

--   Found gnuradio-runtime, version 3.7.9

 * INCLUDES=/usr/include

 * 
LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so

-- Found GNURADIO_RUNTIME: 
/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  

GNURADIO_RUNTIME_FOUND = TRUE

Checking for GNU Radio Module: BLOCKS

-- Checking for module 'gnuradio-blocks'

--   Found gnuradio-blocks, version 3.7.9

 * INCLUDES=/usr/include

 * 
LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so

-- Found GNURADIO_BLOCKS: 
/usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  

GNURADIO_BLOCKS_FOUND = TRUE

Checking for GNU Radio Module: FILTER

-- Checking for module 'gnuradio-filter'

--   Found gnuradio-filter, version 3.7.9

 * INCLUDES=/usr/include

 * 
LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-filter.so;/usr/lib/x86_64-linux-gnu/libgnuradio-fft.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so

-- Found GNURADIO_FILTER: 
/usr/lib/x86_64-linux-gnu/libgnuradio-filter.so;/usr/lib/x86_64-linux-gnu/libgnuradio-fft.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  

GNURADIO_FILTER_FOUND = TRUE

-- Checking for module 'cppunit'

--   Found cppunit, version 1.13.2

-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl  

-- Found LIBBTBB: /usr/lib/x86_64-linux-gnu/libbtbb.so  

-- 

-- Checking for module SWIG

-- Found SWIG version 3.0.8.

-- Found SWIG: /usr/bin/swig3.0  

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable 
version "2.7.12", minimum required is "2") 

-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", 
minimum required is "2") 

-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE

-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success

CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 
(get_target_property):

  Policy CMP0026 is not set: Disallow use of the LOCATION target property.

  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy

  command to set the policy and suppress this warning.



  The LOCATION property should not be read from target "gnuradio-bluetooth".

  Use the target name directly with add_custom_command, or use the generator

  expression $TARGET_FILE, as appropriate.



Call Stack (most recent call first):

  python/CMakeLists.txt:44 (GR_ADD_TEST)

This warning is for project developers.  Use -Wno-dev to suppress it.



CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 
(get_target_property):

  Policy CMP0045 is not set: Error on non-existent target in

  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.

  Use the cmake_policy command to set the policy and suppress this warning.



  get_target_property() called with non-existent target "/usr/bin/python2".

Call Stack (most recent call first):

  python/CMakeLists.txt:44 (GR_ADD_TEST)

This warning is for project developers.  Use -Wno-dev to suppress it.



CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 
(get_target_property):

  Policy CMP0045 is not set: Error on non-existent target in

  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.

  Use the cmake_policy command to set the policy and suppress this warning.



  get_target_property() called with non-existent target

  "/home/iot3/gr-bluetooth/python/qa_gr_bluetooth_multi_sniffer.py".

Call Stack (most recent call first):

  python/CMakeLists.txt:44 (GR_ADD_TEST)

This warning is for project 

[Discuss-gnuradio] UHD ABI compatibility

2018-01-29 Thread Suman Bhunia
Hi,



I am trying to install USRP X310 in Ubuntu 16.04. hen I am trying to run 
"uhd_fft" command, I encounter the following error.



RuntimeError: 

GR-UHD detected ABI compatibility mismatch with UHD library.

GR-UHD was build against ABI: 3.9.0-0,

but UHD library reports ABI: 3.10.2

Suggestion: install an ABI compatible version of UHD,

or rebuild GR-UHD component against this ABI version.





I am using GNURadio version 3.7.9. I have installed UHD driver from Ettus PPA 
(UHD_003.010.002.000-release) using the following commands:



sudo add-apt-repository ppa:ettusresearch/uhd sudo apt-get update sudo apt-get 
install libuhd-dev libuhd003 uhd-host


After doing a thorough search in google, I infer that I have to instal GNURadio 
release that use UHD ABI version of 3.10.02. I was wondering if you could let 
me know which release of GNURadio would be suitable for my case. 



Thanks,

Suman







  


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] GNU radio implementation for measuring frequency response

2017-10-20 Thread Suman Bhunia
Hi !



I want to measure frequency response of of a material in the 2.4 GHz ISM band. 
I was wondering if there is any GNURadio based implementation anyone is aware 
of that I can use instantly. Any suggestion regarding the implementation is 
also welcome. 





I want to measure the frequency response from 2.4 GHz to 2.5 GHz. I want to use 
2 USRP boards one as Tx and another as Rx. Alternatively, I can use the same 
board and use the two different ports if it makes more sense. 



Thanks for your help in advance.



Suman



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Saving GNURadio flowgraph as vector graphics

2016-11-16 Thread Suman Bhunia

Hello,

I want to include a flowgraph in my paper. When I save it as png, the 
picture becomes little blurry in the final pdf version. I was wondering 
if I could save the flowgraph in vector graphics format such as eps, 
svg, etc.


Thanks,
Suman


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] OFDM sync word generator

2016-07-28 Thread Suman Bhunia

Hi!

I was wondering if there is any code block available to generate 
suitable sync words for OFDM transceivers. I want to use 512, 1024 and 
2048 as FFT length for OFDM.


Any help is much appreciated.

==
Thanks and Regards,
Suman Bhunia
PhD candidate in CSE
University of Nevada Reno
http://www.sbhunia.me




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio