Re: [Discuss-gnuradio] Problems passing the control between blocks - message passing

2012-10-16 Thread Jose Torres Diaz
Hi John, I wrote the code in C++ based on UHD_AMsg_source.cc, provided in GRExtras. In my work function, I've finished it using return -1 (ie. the block has finished processing correctly) as shown below: int work( const InputItems &, const OutputItems & ){ //work definit

[Discuss-gnuradio] Problems passing the control between blocks - message passing

2012-10-16 Thread Jose Torres Diaz
Hi All, I'm working with 2 blocks that I've created using "UHD_AMsg_Source" as a reference model. In these blocks, I am passing pmt_dict type as messages, ie: this->post_msg(0, AMSG_KEY, dictionary,_id); Where, dictionary contains data/metadata that I can read in the next block downstream. BLO

[Discuss-gnuradio] Running older USRP scripts with GNURadio 3.60

2012-10-16 Thread Tom Hendrick
Hello, I have ubuntu 12.04 and GNURadio 3.6.2.  I was trying to run some older scripts which uses the USRP.  These scripts were made with GNURadio Companion about 3 years ago, and then I added some extra menu options by manually editing the python script made by GRC. Unfortunately when I run t

Re: [Discuss-gnuradio] cannot make new signal processing block

2012-10-16 Thread Tom Rondeau
On Tue, Oct 16, 2012 at 5:08 AM, nexy_sm wrote: > Of course, that's at least what I can do. > > First of all, I would like to say that the biggest problem was lack of my > knowledge in Linux. > I was strictly following instructions from gnuradio.org about making out of > tree signal processing blo

Re: [Discuss-gnuradio] Wireless Camera Reception?

2012-10-16 Thread Tom Rondeau
On Mon, Oct 15, 2012 at 6:26 PM, Joel Mayer wrote: > ** > Dear GNUradio enthusiasts- > > Beneath these lines (attached as a virus free pdf) you will find a table > of frequencies > assigned to wireless cameras. I'm wondering, would it be possible to > modify the SDR# > radio in such a way as to m

Re: [Discuss-gnuradio] cannot make new signal processing block

2012-10-16 Thread Martin Braun (CEL)
On Tue, Oct 16, 2012 at 03:14:31AM -0700, nexy_sm wrote: > Do you mean some kind of tutorial or what? > > Well, that means that my test don't work, since you said that make install > isn't necesary. > > So, let's start again, what might be a problem? That's still impossible to tell from what you

Re: [Discuss-gnuradio] cannot make new signal processing block

2012-10-16 Thread nexy_sm
Do you mean some kind of tutorial or what? Well, that means that my test don't work, since you said that make install isn't necesary. So, let's start again, what might be a problem? -- View this message in context: http://gnuradio.4.n7.nabble.com/cannot-make-new-signal-processing-block-tp3792

Re: [Discuss-gnuradio] cannot make new signal processing block

2012-10-16 Thread Martin Braun (CEL)
On Tue, Oct 16, 2012 at 02:08:42AM -0700, nexy_sm wrote: > First of all, I would like to say that the biggest problem was lack of my > knowledge in Linux. > I was strictly following instructions from gnuradio.org about making out of > tree signal processing block, and there is not stated that i ha

Re: [Discuss-gnuradio] cannot make new signal processing block

2012-10-16 Thread nexy_sm
Of course, that's at least what I can do. First of all, I would like to say that the biggest problem was lack of my knowledge in Linux. I was strictly following instructions from gnuradio.org about making out of tree signal processing block, and there is not stated that i have to do /make install

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 119, Issue 15 (Usrp_nbfm_ptt.py)

2012-10-16 Thread Martin Braun (CEL)
On Tue, Oct 16, 2012 at 01:14:30AM -0700, Sajjad Safdar wrote: > Yes i can see that i hve errors because of the red marks, but i first want to > know that whether i have all the control stuff in my reciever as from > usrp_nbfm_ptt.py or should i have to add some more stuff which is not exactly > tr