Re: [Discuss-gnuradio] gr_modtool makexml fails for block coded in python

2014-01-20 Thread Martin Braun
On 01/19/2014 05:12 AM, Activecat wrote: Question: Does gr_modtool makexml work with block coded in python ? Dear Activecat, no, it doesn't. This is one project I'm currently working on, but I admit it's low-priority. MB ___ Discuss-gnuradio

Re: [Discuss-gnuradio] Using Header/Payload Demux

2014-01-20 Thread Martin Braun
On 01/18/2014 09:46 PM, chris 0 wrote: Hi, I'm wondering if anyone can take a look at my grc file, which uses the header/payload demux to try to obtain a payload - but I'm currently getting incorrect values from the tags. For instance packet_len should be 10, but the value is mostly 1.

Re: [Discuss-gnuradio] [USRP-users] GNU radio error

2014-01-20 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Bhaskar, wrong list. I've included discuss-gnuradio to my reply, so that the people over there are aware. However, your problem description lacks several important answers. First of all, I can't remember there being a windows 2007; you mean

[Discuss-gnuradio] gr-fcdproplus for OSX

2014-01-20 Thread Volker Schroer
I just made some changes to CMakelist files on gr-fcdproplus on github to hopefully run on OSX, now: hidmac.c and some IOKIT libs should be used if osx is detected, and the xml grc file now contains FUNcube Dongle V2.0 in the device string. On linux it remains empty and autodetection by

Re: [Discuss-gnuradio] gr-fcdproplus for OSX

2014-01-20 Thread Michael Dickens
Awesome; I'll try it out shortly. - MLD On Jan 20, 2014, at 6:52 AM, Volker Schroer dl1...@gmx.de wrote: I just made some changes to CMakelist files on gr-fcdproplus on github to hopefully run on OSX, now: hidmac.c and some IOKIT libs should be used if osx is detected, and the xml grc

Re: [Discuss-gnuradio] gr-fcdproplus for OSX

2014-01-20 Thread Michael Dickens
Not quite yet. I'll send you a pull request shortly. - MLD On Jan 20, 2014, at 8:31 AM, Michael Dickens michael.dick...@ettus.com wrote: Awesome; I'll try it out shortly. - MLD ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] B100 clock with UHD

2014-01-20 Thread Robert Light
Hi, I run B100 with OpenBTS. I thought the reconfigurable clock on B100 board would run with OpenBTS at 52MHz but I actually measure the sampling clock as 64MHz. So, where is the resampling done? Is the driver Transceiver52MHz used with B100 or not? Can someone shine some light on how it actually

Re: [Discuss-gnuradio] B100 clock with UHD

2014-01-20 Thread Ben Hilburn
Hi Robert - The B100 has a configurable clock rate, specifically so that applications that require specific clock rates can tune it accordingly (e.g., OpenBTS). You can pass master_clock_rate=rate into the args string of the device and set the master clock rate to what works for your application.

Re: [Discuss-gnuradio] Passing a USRP pointer

2014-01-20 Thread Dan CaJacob
On Fri, Jan 17, 2014 at 5:40 PM, Tom Rondeau t...@trondeau.com wrote: On Tue, Jan 14, 2014 at 9:09 PM, Dan CaJacob dan.caja...@gmail.com wrote: Hey Tom, The block worked fine with the right symblic name passed! The amp is getting PTTed now in 3.7 Thanks for your help with this!