Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread li...@lazygranch.com
That fixed the namespace problem. Thanks. I put the cmake output at this pastebin. https://pastebin.com/k3pEHLgL First problem: -- Python checking for numpy - not found -- Python checking for pygccxml - not found You can see from this imgur that I have numpy: https://i.imgur.com/jX9gLwL.png I d

Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread Ron Economos
You probably also need -DCMAKE_CXX_COMPILER=g++-11 on your CMake command line. Ron On 1/18/22 4:39 PM, li...@lazygranch.com wrote: I looked at https://build.opensuse.org/package/show/home:wkazubski:test:science/gnuradio39 I clicked around a bit but I don't know specifically where you get the p

Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread li...@lazygranch.com
I looked at https://build.opensuse.org/package/show/home:wkazubski:test:science/gnuradio39 I clicked around a bit but I don't know specifically where you get the package list. The only one I can't load is for plotting. I have it but Cmake doesn't find it. "Python checking for pyqtgraph - not fo

Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread li...@lazygranch.com
I have that file. On Tue, 18 Jan 2022 05:51:45 -0500 Jeff Long wrote: > Check to see whether the boost filesystem package is installed. Not > familiar with packaging for that distro - looks like it would be > "libboost_filesystem1_75_0-devel". > > On Tue, Jan 18, 2022 at 4:36 AM li...@lazygranc

Re: [USRP-users] Re: N321 LO sharing between RF 0/1

2022-01-18 Thread Paul Atreides
Ok, so I tried setting the LO distro from a python interactive shell. The lights come on. Then I disconnect from the terminal. The lights stay on. Next I start my flowgraph with the rest of the configuration options (LOs set to export, timing ref, etc). When the flowgraph runs, the LO output lights

Re: [USRP-users] Re: N321 LO sharing between RF 0/1

2022-01-18 Thread Daniel Estévez
Hi Paul, Would this work if you run these calls before the gr-uhd code in the flowgraph instances the device? This can be tested by inserting the code manually. It could be a solution, but I'm not even sure if you can insert a Python snippet in that location. However, if gr-uhd resets these s

Re: [USRP-users] Re: N321 LO sharing between RF 0/1

2022-01-18 Thread Paul Atreides
wow, thanks Daniel! I just bumped an issue on the GNURadio github here I've cross-linked my comments to gr-ATA as well. the python code i'm using to enable the LO distro in the UHD python API is:

Re: failed to fetch http://mirrordirector.org/rasbian ...

2022-01-18 Thread Cinaed Simson
Hi Elmore - those are system errors - not gnuradio errors. How did you get from jessie to bullseye? Did you consult anyone on the Debian mailing lists on how to proceed? It's standard practice to backup anything you can't afford to loose when upgrading an operating system. And it's possible

Re: [USRP-users] Re: N321 LO sharing between RF 0/1

2022-01-18 Thread Daniel Estévez
El 18/1/22 a las 6:02, Marcus D. Leech escribió: On 2022-01-17 23:34, Paul Atreides wrote: Posting on both GNURadio and USRP lists here, since my application overlaps both gr-uhd/GNURadio and the UHD API. The top-level question is, can gr-uhd support all the necessary N321-specific commands nec

Re: ETTUS N210 spurious

2022-01-18 Thread Marcus D. Leech
On 2022-01-18 11:15, Fabien PELLET wrote: Sampling rate has no effect as well as the amplitude of the baseband. Then it may just be non-ideality in the DAC.  At -70dBc, it's unlikely to be digital in nature. Le 18/01/2022 à 16:45, Marcus D. Leech a écrit : On 2022-01-18 10:01, Fabien PELLE

Re: failed to fetch http://mirrordirector.org/rasbian ...

2022-01-18 Thread Elmore's
Marcus, At your suggestion: I upgraded to Debian 11 (Bullseye) following instructions I found on Tom’s Hardware site. It seemed to be successful except that GNU radio no longer executes. Figuring that perhaps I need to install Debian 12 and upgrade to GNU radio 3.9 before it will run again I w

Re: ETTUS N210 spurious

2022-01-18 Thread Fabien PELLET
Sampling rate has no effect as well as the amplitude of the baseband. Le 18/01/2022 à 16:45, Marcus D. Leech a écrit : On 2022-01-18 10:01, Fabien PELLET wrote: Hello, When I put a signal generator that produces a sinwave at 1Khz and that feeds an USRP Sink with a frequency center at 12MHz fo

Re: ETTUS N210 spurious

2022-01-18 Thread Marcus D. Leech
On 2022-01-18 10:01, Fabien PELLET wrote: Hello, When I put a signal generator that produces a sinwave at 1Khz and that feeds an USRP Sink with a frequency center at 12MHz for example, I got spurs at +/-32Khz, +/-64KHz and +/-96KHz at the output of my N210 (used with LFTX and LFRX). Whatever

Git Default Branch Naming

2022-01-18 Thread Josh Morman
Hello GR Users and Developers! The master branch has now been renamed to "main" to be more in line with the github defaults and the direction that so many other projects have moved. All active PRs have been retargeted to main, and the master branch still exists for compatibility reasons (but will

Re: QAM module

2022-01-18 Thread Vasil Velichkov
Hi Mario, On 17/01/2022 22.56, Mario Moran wrote: > I have a question on using the QAM module. > When I run this, I get AttributeError: module gnuradio.digital.qam has no > attribute 'qam_mod'. I am not sure why I am getting this error message. > What can I do to fix this? The QAM/PSK Mod/Demod

ETTUS N210 spurious

2022-01-18 Thread Fabien PELLET
Hello, When I put a signal generator that produces a sinwave at 1Khz and that feeds an USRP Sink with a frequency center at 12MHz for example, I got spurs at +/-32Khz, +/-64KHz and +/-96KHz at the output of my N210 (used with LFTX and LFRX). Whatever the frequency center of the USRP and the f

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread Vasil Velichkov
Hi Michelle, On 18/01/2022 14.01, Michelle wrote: > hello, > > I created an OOT module, added a block and made the block available in GRC. > Then I installed the module and called ldconfig (as I'm in ubuntu). > My block appears in GRC but when I insert the block in a graph and execute > that gr

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread krono86
I'm sorry, I've not been reading you first email (you're on Ubuntu). Probably you have to set your library path. Please, show me the output of "sudo ldconfig -v". Ivan Il 18.01.2022 13:01 Michelle ha scritto: > hello, > > I created an OOT module, added a block and made the block availab

Re: send 2 key/values with ZMQ PUB sink

2022-01-18 Thread Paul Atreides
Thanks Jeff I was actually going down the tags road already. Since JAERO doesn’t use GNURadio, if I am going to modify JAERO to read tags, I’d like to do it in the cleanest way possible so I can have a simple feature/pull request and not require GNURadio as a dependency. That being said, can yo

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread Ivan Iudice
What’s your distribution? Ivan > Il giorno 18 gen 2022, alle ore 13:28, Michelle ha > scritto: > >  > Hi Ivan, > > thank you for your answer, I had already done it but the error still appears. > > On 2022-01-18 7:22 a.m., Ivan Iudice wrote: >> Try to run ldconfig after male install your OOT

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread Michelle
Hi Ivan, thank you for your answer, I had already done it but the error still appears. On 2022-01-18 7:22 a.m., Ivan Iudice wrote: Try to run ldconfig after male install your OOT module. Ivan Il giorno 18 gen 2022, alle ore 13:16, Michelle ha scritto:  hello, I created an OOT module,

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread Ivan Iudice
Try to run ldconfig after male install your OOT module. Ivan > Il giorno 18 gen 2022, alle ore 13:16, Michelle ha > scritto: > >  > hello, > > I created an OOT module, added a block and made the block available in GRC. > Then I installed the module and called ldconfig (as I'm in ubuntu). >

Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread Michelle
hello, I created an OOT module, added a block and made the block available in GRC. Then I installed the module and called ldconfig (as I'm in ubuntu). My block appears in GRC but when I insert the block in a graph and execute that graph I get an error *No module named 'TheNameOfMyModule'. * P

Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread Wojciech Kazubski
> I just upgraded my Opensuse from 15.2 to rev 15.3. I compiled > gnuradio 3.9 maintenance release > using the instructions from > https://wiki.gnuradio.org/index.php/InstallingGR#From_Source > > Results: > -- > building release 3.9.0.0 > 100% tests passed, 0 tests failed out of 252 > > T

Re: send 2 key/values with ZMQ PUB sink

2022-01-18 Thread Jeff Long
No, the current code will only add the key (topic) to each message. Tags are passed through ZMQ, so you could inject tags (this might require a custom block) periodically and receive them in JAERO. You probably don't want them in every message anyway. This means that the receiver will need to wait

Re: Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread Jeff Long
Check to see whether the boost filesystem package is installed. Not familiar with packaging for that distro - looks like it would be "libboost_filesystem1_75_0-devel". On Tue, Jan 18, 2022 at 4:36 AM li...@lazygranch.com wrote: > I just upgraded my Opensuse from 15.2 to rev 15.3. I compiled > gn

Difficulty in compiling gnuradio from git on opensuse 15.3

2022-01-18 Thread li...@lazygranch.com
I just upgraded my Opensuse from 15.2 to rev 15.3. I compiled gnuradio 3.9 maintenance release using the instructions from https://wiki.gnuradio.org/index.php/InstallingGR#From_Source Results: -- building release 3.9.0.0 100% tests passed, 0 tests failed out of 252 Total Test time (real)

send 2 key/values with ZMQ PUB sink

2022-01-18 Thread Paul Atreides
i'm passing downstream data to an external application (JAERO) which can decode audio data from a ZMQ socket. JAERO's ZMQ SUB receives demod data as 3 separate messages: -TOPIC -SAMP RATE -DATA I'm using GNURadio 3.9 so I can pass the TOPIC no problem, but passing the sample rate as a separate mess