[Discuss-gnuradio] Using GNU Radio Framework in my application

2015-06-27 Thread Jalil Modares
Dear All: I need to have a RF link between two E310. My application is written is C++/ using Qt framework. I already made the GRC diagram, but grc generates python codes. Is there any source to help me integrate that code to my application. Thanks, jmod ___

[Discuss-gnuradio] Dx Patrol Setup

2015-06-27 Thread Marco
Hello. I have been buying today a DX Patrol SDR board. Works on Android, however I'm getting some troubles with GRC. #rtl_eeprom Found 1 device(s): 0: Generic RTL2832U OEM Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner Current configuration: _

Re: [Discuss-gnuradio] Include an OOT module in another OOT module?

2015-06-27 Thread Nowlan, Sean
?Strange. It is now working for me, and I don't know what I did to break or fix it. Sean From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org on behalf of Nowlan, Sean Sent: Saturday, June 27, 2015 6:27 PM To: discuss-gnuradio@gnu.org Subject:

[Discuss-gnuradio] Include an OOT module in another OOT module?

2015-06-27 Thread Nowlan, Sean
Let's say I've made two OOT projects called gr-first and gr-second. I want to link gr-second against gr-first, but CMake isn't finding it. gr-first/CMakeLists.txt seems to install a helper file: $PREFIX/lib/cmake/first/firstConfig.cmake In gr-second/CMakeLists.txt, I add a line: find_packag

Re: [Discuss-gnuradio] problem with send() function making OOT

2015-06-27 Thread Sanjoy Basak
Hi Marcus, Thank you very much for the tips and suggestions. This is really helpful. You are right, I should not rely on Echotimer, rather I should try to make one, based on my requirements. First I tried the python code. This really worked for one X310 frontend ports. I tried for 1Tx -2Rx and

Re: [Discuss-gnuradio] Trouble getting GNUradio/UHD working (with PyBombs)

2015-06-27 Thread David Donley
Pybombs usually installs stuff in ~/target and adds a script there called ~/target/setup_env.sh which sets up paths. You should try running that before building gnuradio things after installing pybombs. If the includes still aren't found try looking in ~/pybombs or ~/target for them. You should

[Discuss-gnuradio] Trouble getting GNUradio/UHD working (with PyBombs)

2015-06-27 Thread Jeroen Boschma
Hi all, I picekd up GNU Radio again and tried to get a simple plain C++ project working, but no success. Details below, hopefully somebody can set my nose in the right direction. What I want to do I want to do some C++ coding outside Companion, so

[Discuss-gnuradio] SOCIS project update 4

2015-06-27 Thread Johannes Demel
Hey GNU Radio'ers, and here we go again. Another week has passed and thus it's time for my weekly report. Just like last week, this week has been about implementing an encoder decoder chain in C++ for FECAPI. After I put a lot of work in a good encoder implementation, I did so too with the decoder