Re: New install of GNU Radio executes old version

2024-10-11 Thread Chris Gorman
ocate package libuhd4.2.0 > E: Couldn't find any package by glob 'libuhd4.2.0' > E: Couldn't find any package by regex 'libuhd4.2.0' > > Jim > > -Original Message- > From: Chris Gorman > Sent: Wednesday, October 9, 2024 9:05 PM > To: E

Re: New install of GNU Radio executes old version

2024-10-09 Thread Chris Gorman
I can't believe this can be this > difficult. > > I have my backup of the system from before this began. > > Jim > > > -Original Message- > From: Chris Gorman > Sent: Tuesday, October 8, 2024 8:43 PM > To: Elmore Family > Cc: Volker Schroer ; disc

Re: New install of GNU Radio executes old version

2024-10-08 Thread Chris Gorman
gnuradio-qtgui.dir/build.make:1025: > gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/QRfnocF15ColorMapper.cc.o] Error > 1 > make[1]: *** [CMakeFiles/Makefile2:7870: > gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/all] Error 2 > make: *** [Makefile:160: all] Error 2 > > > > -Origina

Re: New install of GNU Radio executes old version

2024-10-08 Thread Chris Gorman
s On Tue, Oct 8, 2024 at 4:28 PM Elmore Family wrote: > > Chris, et al, > > The install failed with 2 errors at qtgui. > > This is a nightmare. > > Jim > > -Original Message- > From: Chris Gorman > Sent: Tuesday, October 8, 2024 8:08 AM > To: V

Re: New install of GNU Radio executes old version

2024-10-08 Thread Chris Gorman
project only. I really appreciate the effort you have > > put into this. > > > > I wanted to upgrade in order to add a component to my project that > > requires 3.10. > > > > I wouldn't be upset if you want to pull the plug on this. > > > > Jim >

Re: New install of GNU Radio executes old version

2024-10-07 Thread Chris Gorman
Hello Jim, As Barry said you're missing lots of devel packages. I assume based on your python version that you're using Raspbian Bullseye as your OS. If that's the case, there is a list of packages that you'll need to install to build gnuradio. I would try the list of packages recommended on htt

Re: New install of GNU Radio executes old version

2024-10-06 Thread Chris Gorman
execute with no errors. > > I still find gnuradio-companion only in the /gnuradio/grc/scripts directory. > > When I execute it from the command line, a box pops up stating "Cannot > import gnuradio" and asking if PYTHONPATH and LD_LIBRARY_PATH are set > correctly. >

Re: New install of GNU Radio executes old version

2024-10-05 Thread Chris Gorman
Hi Jim and Volker, I just tried what Jim is doing on my x86 system and got the same result. Trying to run from the source tree runs the installed gnuradio (in my case 3.10.11). My recommendations to Jim is to 1) `apt remove gnuradio` to remove gnuradio 3.9.4 2) install the gnuradio from his sou

Re: unable to execute new installation

2024-09-30 Thread Chris Gorman
Hello Jim, Volker is referring to a github pull request (bug fix). You can find his bug report number 7513 at https://github.com/gnuradio/gnuradio/pull/7513 . Best regards, Chris On Sun, Sep 29, 2024 at 9:06 PM Elmore Family wrote: > > What does 7513 refer to? How do I find it? > > -Ori

Re: Timing a flowgraph execution

2024-09-20 Thread Chris Gorman
his fixed. All the best, Chris On Wed, Sep 18, 2024 at 8:40 AM Chris Gorman wrote: > > Hello all, > > I would like to set a timer to create a percent complete graph with > the "QT GUI Level Gauge" block. I've created a flowgraph that does > this and attach

Timing a flowgraph execution

2024-09-18 Thread Chris Gorman
Hello all, I would like to set a timer to create a percent complete graph with the "QT GUI Level Gauge" block. I've created a flowgraph that does this and attached a screenshot and the flowgraph. My goal is to have this kind of "percent complete timer" to tell me when to move my antenna during a

Attempt to build gr-customModule on windows using msys2

2024-08-05 Thread Chris Gorman
Hello All, I've attempted to build gr-customModule (Creating Python OOT with gr-modtool - GNU Radio) on windows using msys2 and I get a build error. When I complete the build on a linux system, I get the following __init__.py file. # # Copyright 2008,2009 Free Software Foundation, Inc. # # SPDX-

Re: Looking to deprecate GRC_PREFS_PATH use in mingw64

2024-06-21 Thread Chris Gorman
if this is really what you're asking, but: Is this related to the > changes made in > > https://github.com/gnuradio/gnuradio/pull/7350 (or 7404 on maint-3.10)? > > Best regards, > Marcus > > On 21.06.24 19:52, Chris Gorman wrote: > > Hello All, > > > >

Looking to deprecate GRC_PREFS_PATH use in mingw64

2024-06-21 Thread Chris Gorman
Hello All, I'm trying to get a build of gnuradio running under mingw64. It is installed and works mostly. I've patched it with Ryan Volz's patch for removing the global_blocks_path in favour of using prefix to set the blocks path. This works and I no longer need to set the environment variable

Re: Getting gnuradio to use zadig to connect to rtl-sdr in Windows

2024-06-13 Thread Chris Gorman
Hello again All, Got it working. I believe there is a deficiency in the soapysdr module that was prebuilt in mingw64 and I can now use the rtl-sdr with my gnuradio-osmocom package. Thanks, Chris On Thu, Jun 13, 2024 at 7:29 PM Chris Gorman wrote: > > Hello All, > > I have r

Getting gnuradio to use zadig to connect to rtl-sdr in Windows

2024-06-13 Thread Chris Gorman
Hello All, I have recently been playing with making a mingw w64 build of gnuradio. I had some difficulties at the beginning getting it to work, but it now does. I can connect to my pluto sdr and make a flowgraph of a radio and execute it. Unfortunately, the rtl-sdr is a different story. It doe

Re: gnuradio for windows built by mingw64

2024-06-02 Thread Chris Gorman
code 0] [Thread 7924.0x3044 exited with code 0] [Thread 7924.0x25b0 exited with code 0] [Inferior 1 (process 7924) exited normally] Something much more similar to linux. Appreciate any insights folks have on what this all means. Thanks in advance, Chris On Fri, May 31, 2024 at 7:34 PM Chris

Re: Right spot for additional library for gnuradio-runtime

2024-05-23 Thread Chris Gorman
Hi Again, Please disregard the first email. I have found the CMakeLists.txt to edit and it appears to have worked. Sorry for the spam. Chris On Wed, May 22, 2024 at 9:11 PM Chris Gorman wrote: > > Hello All, > > I'm currently trying to get gnuradio to build under mingw64.

Right spot for additional library for gnuradio-runtime

2024-05-22 Thread Chris Gorman
Hello All, I'm currently trying to get gnuradio to build under mingw64. I have run into a problem and would like some advice on how to fix it. When trying to link gnuradio-runtime.dll, I get an error due to a missing library in the link command. It turns out I need to add -lwsock32 to the link

Re: compiling gr-limesdr error

2023-08-13 Thread Chris Gorman
Hi Marcus, I replied to Robin, but not the list, sorry. One of the things I did in the past (over 2 years ago) was to port gr-limesdr to gnuradio 3.9, that work is available at https://github.com/chrisjohgorman/gr-limesdr . I did it to try to understand how to port something with gr_modtool and

Re: Fw: Help Feedback with GNURadio Companion

2023-08-08 Thread Chris Gorman
Hi Tom, Marcus outlined some good resources, but if you're like me and need a little bit more hand holding in order to use gnuradio-companion to build flowgraphs using blocks like the costas loop, etc., there is an excellent course at Harvey Mudd College by Jason Gallicchio[1]. The course is onli

Re: update for gr-radar to gnuradio 3.10

2023-07-31 Thread Chris Gorman
ay be beyond my programming capabilities.) Anyone with pointers on how to best do this, please email me. Best regards, Chris On Sun, Jul 30, 2023 at 2:52 PM Chris Gorman wrote: > > Hello Again, > > Folks might want to consider this port alpha quality. I have already > found a f

Re: update for gr-radar to gnuradio 3.10

2023-07-30 Thread Chris Gorman
Hello Again, Folks might want to consider this port alpha quality. I have already found a few bugs. (I've done something wrong with pybind11.) I will repost when I have a quasi working port. Sorry for the distraction. Chris On Sun, Jul 30, 2023 at 1:47 PM Chris Gorman wrote: > >

update for gr-radar to gnuradio 3.10

2023-07-30 Thread Chris Gorman
Hello All, I have just finished a port of https://github.com/kit-cel/gr-radar from gnuradio 3.8 to gnuradio 3.10. It is available on my github page https://github.com/chrisjohgorman/gr-radar . I have only done the bare minimum to update it, that is getting it to build. I followed the https://wi

Re: reading rfm69 packet transmission

2022-02-12 Thread Chris Gorman
-AVR. My thanks to both nayem-cosmic and fermitron2048 for their work writing these pieces of software. Take care. Chris On Thu, Feb 3, 2022 at 12:40 PM Chris Gorman wrote: > > Hello All, > > I have two rfm69 boards [1] connected to two avrs and they are sending > messages to each

reading rfm69 packet transmission

2022-02-03 Thread Chris Gorman
Hello All, I have two rfm69 boards [1] connected to two avrs and they are sending messages to each other over the airway. Once I got this working I thought it would be fun to inspect the messages being sent with my rtl_sdr. I can confirm the message is being sent over serial on the receiver. I

launching gnuradio generated python file core dumps

2021-05-27 Thread Chris Gorman
Hello All, I'm generating a python file that attempts to replicate Victor Cai's MFCW radar. I don't know for sure if I've implemented it correctly, but it causes a core dump when run. I'm using the feature/gr-iio branch, v3.10.0.0git-341-g131f32c7. I don't have to run the program, just launch a

Problem changing LO with qt-gui range on Pluto SDR

2021-05-27 Thread Chris Gorman
Hello All, I am having difficulty using a qt-gui range with my plutosdr to change the LO frequency. I am using the feature/gr-iio branch, v3.10.0.0git-297-gb13303bd. When I run my python file and try to change the LO frequency with a qt-gui range, I get the following error. [chris@descartes gnu

trying to play two radio stations simultaneously

2021-01-11 Thread Chris Gorman
Hello All, I'm trying out jean-michel.friedt's course on digital communications and have a problem with getting two radio stations to play simultaneously. I have tried to follow jean-michel's example, but am getting caught somewhere. I get one radio station and hiss on the other. I've tried a f

Re: gr_satellites receives SIGSEGV when run

2021-01-06 Thread Chris Gorman
this. Thanks for your time. Chris On Wed, Jan 6, 2021 at 10:45 AM Chris Gorman wrote: > > Hello All, > > I'm trying to run gr_satellites under gnuradio-3.8.2.0 and am getting > a segfault. I was wondering if anyone else has experienced this or > has any suggestions. >

gr_satellites receives SIGSEGV when run

2021-01-06 Thread Chris Gorman
Hello All, I'm trying to run gr_satellites under gnuradio-3.8.2.0 and am getting a segfault. I was wondering if anyone else has experienced this or has any suggestions. I've run it through gdb and here's what I get... (gdb) run /opt/gnuradio/bin/gr_satellites 1KUNS-PF --sa 48e3 --wavfile satell

gnuradio 3.9 with gr-iio incorporated

2020-09-21 Thread Chris Gorman
Hello All, First off thanks to Edward Kigwana for his efforts making gr-iio for a pybind11 environment. I am testing out his code and have some questions. I am using the commits shown by https://github.com/gnuradio/gnuradio/compare/master...ekigwana:merge-griio-upstream . When I try to make a si

Re: looking for tree to use for gr-iio and gnuradio 3.9

2020-09-16 Thread Chris Gorman
On Tue, Sep 15, 2020 at 12:40 PM Chris Gorman wrote: > > Hello All, > > I am trying to migrate gr-iio -b maint-3.8 to gnuradio 3.9 with > pybind11. I have, I think, got most of it working. > > My latest hurdle is at > https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_

looking for tree to use for gr-iio and gnuradio 3.9

2020-09-15 Thread Chris Gorman
Hello All, I am trying to migrate gr-iio -b maint-3.8 to gnuradio 3.9 with pybind11. I have, I think, got most of it working. My latest hurdle is at https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide. Step 8. Though not necessary, boost::bind instances for message port ha

gr-osmosdr link error with target_link_libraries

2020-09-14 Thread Chris Gorman
fixes the error on my system. Please let me know if this should be fixed elsewhere, or if it causes any breakages. Chris From 0385eadbe2e7ebcf3d0e6820c39e03f118763f10 Mon Sep 17 00:00:00 2001 From: Chris Gorman Date: Mon, 14 Sep 2020 18:19:24 -0400 Subject: [PATCH] target_link_libraries sn

Porting gr-osmosdr to gr-3.9 without swig.

2020-09-13 Thread Chris Gorman
Hello All, I was wondering if anyone had successfully built gr-osmosdr against gnuradio-3.9 now that we don't use swig? I have looked at https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide and haven't figured out how to port gr-osmosdr. I've gotten to '4. (in 3.8 OOT) Call

Re: Looking for insight into gr-iio for plutosdr

2020-04-12 Thread Chris Gorman
/DonOregano for the fix. It is in one of his trees. Chris On Sat, Apr 11, 2020 at 8:41 PM Chris Gorman wrote: > > Hello All, > > I am trying to install gr-iio to build the needed libraries for a > plutosdr. I have a slightly unique situation in that I am running on > a linux from s

Looking for insight into gr-iio for plutosdr

2020-04-11 Thread Chris Gorman
Hello All, I am trying to install gr-iio to build the needed libraries for a plutosdr. I have a slightly unique situation in that I am running on a linux from scratch machine and as a result uses shared libraries when possible. I have followed the instructions on https://wiki.analog.com/resource

Re: [Discuss-gnuradio] RTL-SDR source not working in 3.7.14.5

2019-10-12 Thread Chris Gorman
Hmm, Not too sure what is wrong. First off are you sure you have version 3.7.14.5? I have 3.7.13.5 and can't find your newer version in the releases (https://www.gnuradio.org/releases/gnuradio/). Assuming you have just made a small typo, I have built gr-osmosdr successfully with 3.7.13.5. Here

[Discuss-gnuradio] Tutorial on complex signals and receiving SSB no audio

2019-09-13 Thread Chris Gorman
Hello All, I'm trying S. Katz's tutorial (http://www.csun.edu/~skatz/katzpage/sdr_project/sdr/grc_tutorial4.pdf) on SSB and can't seem to get any audio out of the gnuradio-companion flow graph I've generated. I'm sure the error is mine, but can't figure out where I made it. I'm using gnuradio 3.

Re: [Discuss-gnuradio] unable to get sound from alsa sink

2019-08-26 Thread Chris Gorman
in the top don't work, but some of the > radio buttons do. Note that the "no tone 0 Hz" seems to be the same as "1209 > Hz" ... note that Audio -does- come out for me using the GRC script. > > Since I'm currently using GR38 & your Python script is for GR3

Re: [Discuss-gnuradio] unable to get sound from alsa sink

2019-08-26 Thread Chris Gorman
38 (just > because) ... so seeing what Python it generates will be useful. Thx! - MLD > > On Mon, Aug 26, 2019, at 11:13 AM, Chris Gorman wrote: > > Hi Michael, > > > > Thanks for looking at this for me. I'm using gnuradio-3.7.13.5 on > > ubuntu

Re: [Discuss-gnuradio] unable to get sound from alsa sink

2019-08-26 Thread Chris Gorman
it a go & see what happens for me. Sorry > if you've answered this already: Which version of GR are you using? - MLD > > On Mon, Aug 26, 2019, at 10:48 AM, Chris Gorman wrote: > > Oh yes, audio is working fine. It is a linux system and audio is > > working when I use

Re: [Discuss-gnuradio] unable to get sound from alsa sink

2019-08-26 Thread Chris Gorman
"hw:CARD=ALSA,DEV=1" to get sound on my monitor. > > On Windows or Mac, you might just enter "default:CARD=ALSA". > > Good luck, > -- > Barry Duggan > > On Sun, 25 Aug 2019 17:27:31 -0400, Chris Gorman wrote: > > Hello All, > > I have been hacking at a

[Discuss-gnuradio] unable to get sound from alsa sink

2019-08-25 Thread Chris Gorman
Hello All, I have been hacking at a python script with an attempt to pass two frequencies to be added to audio sink. I can't seem to get any sound out of the sound card, though. When I run the script I get "gr::log :INFO: audio source - Audio sink arch: alsa". The script follows. My python and

[Discuss-gnuradio] DTMF (Touch Tone) encoder

2019-08-24 Thread Chris Gorman
Hello All, I have looked around and I can't seem to find a touch tone encoder for gnuradio. The beginner tutorial adding two sin waves to create a dial tone made me want to play with dial tone, busy tone, and phone number key presses, etc. All the frequencies are available on wikipedia, but I ha

[Discuss-gnuradio] QT GUI Tab Widget id is missing in gnuradio 3.9

2019-08-20 Thread Chris Gorman
Hello All, I am looking to use the QT GUI Tab Widget and cannot find the id. I am using gnuradio 3.9 with the following version number. $ git rev-list --count HEAD 13291 In 3.7.11 the QT_GUI_Tab_Widget has an id. Chris ___ Discuss-gnuradio mailing li

Re: [Discuss-gnuradio] Unable to get python3 to import osmosdr module.

2019-08-18 Thread Chris Gorman
Hello All, I have solved this problem, I think. First off I have attempted to use two repositories for building gr-osmosdr. The first from Mickey Vänskä https://github.com/mvaenskae/gr-osmosdr/tree/gr3.8 builds for me, but python3 fails to load the osmosdr module due to a unresolved symbol _ZTIN2

[Discuss-gnuradio] Unable to get python3 to import osmosdr module.

2019-08-18 Thread Chris Gorman
ed building swig 4 to see if that made a difference with osmosdr_swig.py, but it is still being built with swig 3.0.12. I believe this is a problem with python2 vs python3, but I have yet to test that as it means a rebuild of gnuradio and I wanted to ask if anyone knows what I'm missing fir