Re: Use /dev/swradioN (v4l2 api) as source

2022-06-14 Thread Stefan Oltmanns
hat), so either you rely on an external application for that or you would have to write an OOT GNU Radio module (or perhaps someone already did, I am not sure). Franco On 06/13/2022 8:47 PM Stefan Oltmanns wrote: Thank you very much for that information, haven't seen that somebody continu

Re: Use /dev/swradioN (v4l2 api) as source

2022-06-13 Thread Stefan Oltmanns
rectly. I personally haven't tried this approach so I don't really know if it works or not, but I thought you might find this information useful. Franco On 06/13/2022 3:26 PM Stefan Oltmanns wrote: Hello, is there any way to use devices exposed as /dev/swradioN by the v4l2 Linux k

Use /dev/swradioN (v4l2 api) as source

2022-06-13 Thread Stefan Oltmanns
Hello, is there any way to use devices exposed as /dev/swradioN by the v4l2 Linux kernel API with GNURadio directly? At the moment there are only two in-tree kernel drivers, one for the RTL2832U and the other for the Mirics MSi2500. For the RTL2832U librtlsdr seems to be the better option, as it

Re: [Discuss-gnuradio] Disable some paths of the flowgraph without stopping (C++)

2017-11-05 Thread Stefan Oltmanns
upply a diagram (through GRC/or otherwise) to help explain what > you want to achieve? > > Blake > >> On Nov 5, 2017, at 1:35 PM, Stefan Oltmanns wrote: >> >> Hello Blake, >> >> can you explain what the advantage of using a hier block is? At the >> mom

Re: [Discuss-gnuradio] Disable some paths of the flowgraph without stopping (C++)

2017-11-05 Thread Stefan Oltmanns
low graph > 2. swap in/out the null sink(s) [1] > 3. unlock the flowgraph > > [1] https://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1null__sink.html > > Respectfully, > Blake > > > > Sent from my iPhone >> On Nov 4, 2017, at 7:13 PM, Stefan Oltmanns wro

[Discuss-gnuradio] Disable some paths of the flowgraph without stopping (C++)

2017-11-04 Thread Stefan Oltmanns
Hello, I've got a flowgraph with one source that will end in several sinks. Not all paths of the flowgraph are needed all the time and I would like to enable/disable a path without stopping the flowgraph to reduce processor load. When I leave a path unconnected by default the application will cras

Re: [Discuss-gnuradio] Latest Gnuradio git won't compile on OS X

2014-10-24 Thread Stefan Oltmanns
n > > On Thu, Oct 23, 2014 at 7:57 PM, Michael Dickens > wrote: >> Oh goody! I have a MacPorts ticket with this issue, and my AVX Mac is >> currently unavailable for fixing this. Maybe somebody (Nathan? Tom?) can >> figure out the correct fix? - MLD >> >> On Oc

Re: [Discuss-gnuradio] stop() and wait() on topblock does not work on OS X

2014-10-23 Thread Stefan Oltmanns
You'll have to > reinstall gr-osmosdr too. I'm installing the 10.10 preview right now for GR > / UHD testing; I'll try this code on 10.10 and 10.9 soon. - MLD > > On Sep 25, 2014, at 1:15 PM, Stefan Oltmanns wrote: > >> The NooElec R820T >> (http:

Re: [Discuss-gnuradio] Latest Gnuradio git won't compile on OS X

2014-10-23 Thread Stefan Oltmanns
23, 2014 at 12:37 PM, Stefan Oltmanns > wrote: >> I just got the latest git version of gnuradio and tried to compile, but >> I get compilation errors resulting from avxintrin.h: >> >> http://pastebin.com/uq4uGeNs >> >> These errors seems to be common and result

[Discuss-gnuradio] Latest Gnuradio git won't compile on OS X

2014-10-23 Thread Stefan Oltmanns
I just got the latest git version of gnuradio and tried to compile, but I get compilation errors resulting from avxintrin.h: http://pastebin.com/uq4uGeNs These errors seems to be common and result from using non-standard GCC-extensions that clang does not support. Any ideas? ___

Re: [Discuss-gnuradio] stop() and wait() on topblock does not work on OS X

2014-09-25 Thread Stefan Oltmanns
device #0 Realtek RTL2838UHIDIR SN: 0001 Found Rafael Micro R820T tuner I compiled with the same command-line, unfortunately I do not have access to a 10.8 mac. Am 25.09.2014 18:25, schrieb Michael Dickens: > On Sep 25, 2014, at 10:22 AM, Stefan Oltmanns wrote: >> Unfortunately I do not

Re: [Discuss-gnuradio] stop() and wait() on topblock does not work on OS X

2014-09-25 Thread Stefan Oltmanns
Unfortunately I do not have any other hardware than two different RTL devices (one with E4000 tuner and one with R820T). I attached the most simple program to reproduce that error, it just connects the OsmoSDR source with a null sink, starts the flowgraph, waits a second and then stops it and exit.

Re: [Discuss-gnuradio] stop() and wait() on topblock does not work on OS X

2014-09-22 Thread Stefan Oltmanns
probably a bit too much. Thanks Stefan Am 18.09.2014 17:11, schrieb Michael Dickens: > Hi Stefan - Do you have an example program that I could do testing on? That > would help expedite any fix. Thanks! - MLD > > On Sep 18, 2014, at 10:39 AM, Stefan Oltmanns wrote: >> my C++ program

Re: [Discuss-gnuradio] reset() for probe_avg_mag_sqrd

2014-09-18 Thread Stefan Oltmanns
esn't > discourage you or any other contributor. > > Cheers, > M > > On 08/21/2014 07:43 PM, Stefan Oltmanns wrote: >> Hi, >> I posted the issue with a patch about 2 weeks ago, I´m not sure anybody >> has seen it yet: >> http://gnuradio.org/redmine/issue

[Discuss-gnuradio] stop() and wait() on topblock does not work on OS X

2014-09-18 Thread Stefan Oltmanns
Hi, my C++ program is already working great, except one major bug on OS X: I cannot stop the flowgraph: When I call on the top block: gr_tb->stop(); gr_tb->wait(); It will hang on the wait. That means the program cannot quit nicely, but will always crash at exit. It´s working fine on Linux and W

Re: [Discuss-gnuradio] reset() for probe_avg_mag_sqrd

2014-08-21 Thread Stefan Oltmanns
issue on gnuradio.org, and > describe as clearly as possible what you need? A patch, even if small, > also helps to make things clearer for us. > > M > > On 08/02/2014 07:50 PM, Stefan Oltmanns wrote: >> Hello, >> >> my application is monitoring the RF level and of

Re: [Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-06 Thread Stefan Oltmanns
work around it > without a hack. - MLD > > On Aug 5, 2014, at 11:19 PM, Stefan Oltmanns wrote: >> Confirmed it´s the allocator: >> Recompiling with other allocation engine removed did not work. >> Removed my hack and compiled with posix_memalign: Stable. >> Thank

Re: [Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-05 Thread Stefan Oltmanns
Confirmed it´s the allocator: Recompiling with other allocation engine removed did not work. Removed my hack and compiled with posix_memalign: Stable. Thank you very much Stefan Am 05.08.2014 21:54, schrieb Stefan Oltmanns: > Yes, it´s OS X 10.9, but I think I compiled with 10.7 compatibil

Re: [Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-05 Thread Stefan Oltmanns
Yes, it´s OS X 10.9, but I think I compiled with 10.7 compatibility, will check what happens when I recompile with the other allocation engine removed. Am 05.08.2014 21:27, schrieb Michael Dickens: > On Aug 5, 2014, at 3:17 PM, Tom Rondeau wrote: >> Great, that explains it. On Linux, you're using

Re: [Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-05 Thread Stefan Oltmanns
07fff993f91a1 in thread_start () > }}} > -- > Michael Dickens, OSX Programmer > Ettus Research Technical Support > Email: supp...@ettus.com > Web: http://www.ettus.com > > On Aug 4, 2014, at 7:20 PM, Stefan Oltmanns wrote: >> thank you very much for testing! The cod

Re: [Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-04 Thread Stefan Oltmanns
t;. - MLD > -- > Michael Dickens, OSX Programmer > Ettus Research Technical Support > Email: supp...@ettus.com > Web: http://www.ettus.com > > On Aug 3, 2014, at 12:00 AM, Stefan Oltmanns wrote: >> thank you very much for your help. I´ve attached the program in it´s >

[Discuss-gnuradio] Stable on Linux, many crashes on Windows and OS X

2014-08-02 Thread Stefan Oltmanns
Hello, I want my program to be platform independent (it should work on Linux, OS X and Windows). Although it runs stable on Linux (Xubuntu 14.04 amd64), on both Windows (Win 7 x64) and OS X (10.9) it´s crashing after about a minute. For OS X I followed the build guide provided (installed using por

[Discuss-gnuradio] reset() for probe_avg_mag_sqrd

2014-08-02 Thread Stefan Oltmanns
Hello, my application is monitoring the RF level and often changeing the frequency. Unfortunately it takes some time for probe_avg_mag_sqrd to adjust to the new RF level (about 2 seconds if old level -10dB and new level -40dB). I found out the the iir-filter probe_avg_mag_sqrd uses has a reset fun

[Discuss-gnuradio] Port flowgraph from Python to C++

2014-07-29 Thread Stefan Oltmanns
Hello, I was able to create a flowgraph in GRC to demodulate a signal (low-frequency battery telegram of wireless microphones). Now I started to port the generated code from Python to C++. I had to realize that some blocks are Python-only, like the FM Demodulator. I was able to rebuild the FM Demod