Re: New install of GNU Radio executes old version

2024-10-11 Thread Elmore Family
;tried and tested" way forward. Building GNU Radio on a Raspberry Pi certainly is *not* a desirable detour, if it can *at all* be avoided. Best, Marcus On 2024-10-11 3:15 PM, Elmore Family wrote: Chris, Here's the latest in this never-ending saga: pi@raspberrypi:~ $ sudo apt-get install

Re: New install of GNU Radio executes old version

2024-10-10 Thread Elmore Family
x27;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: Elmore Family Cc: Volker Schroer ; discuss-gnuradio@gnu.org Subject: Re: Ne

Re: New install of GNU Radio executes old version

2024-10-09 Thread Elmore Family
began. Jim -Original Message- From: Chris Gorman Sent: Tuesday, October 8, 2024 8:43 PM To: Elmore Family Cc: Volker Schroer ; discuss-gnuradio@gnu.org Subject: Re: New install of GNU Radio executes old version Hi Jim, I'm guessing on this, but I have had experiences where I explicit

Re: New install of GNU Radio executes old version

2024-10-09 Thread Elmore Family
ndfile1-dev \ > libsoapysdr-dev soapysdr-tools python3-pygccxml python3-pyqtgraph > > and > > sudo apt install libiio-dev libad9361-dev libspdlog-dev > python3-packaging python3-jsonschema python3-qtpy > > Once you get those installed, you'll

Re: New install of GNU Radio executes old version

2024-10-08 Thread Elmore Family
-Original Message- From: Chris Gorman Sent: Tuesday, October 8, 2024 4:44 PM To: Elmore Family Cc: Volker Schroer ; discuss-gnuradio@gnu.org Subject: Re: New install of GNU Radio executes old version Hi Jim, The --DPYTHON_EXECUATBLE=/usr with the extra switch is a typo on my part, it should be

Re: New install of GNU Radio executes old version

2024-10-08 Thread Elmore Family
biio-dev libad9361-dev libspdlog-dev > python3-packaging python3-jsonschema python3-qtpy > > Once you get those installed, you'll need to rebuild gnuradio. You're > looking for a list of gnu

Re: New install of GNU Radio executes old version

2024-10-08 Thread Elmore Family
yqtgraph > > and > > sudo apt install libiio-dev libad9361-dev libspdlog-dev > python3-packaging python3-jsonschema python3-qtpy > > Once you get those installed, you'll need to rebuild gnuradio. You're > looking for a list of gnuradio enabled components after

Re: New install of GNU Radio executes old version

2024-10-07 Thread Elmore Family
nce you get those installed, you'll need to rebuild gnuradio. You're looking for a list of gnuradio enabled components after running cmake similar to the one I sent you. Hope this helps. Chris On Mon, Oct 7, 2024 at 4:21 AM Barry Jackson wrote: On 07/10/2024 01:11, Elmore Family

Re: New install of GNU Radio executes old version

2024-10-06 Thread Elmore Family
prefix: /usr Jim -Original Message- From: Chris Gorman Sent: Sunday, October 6, 2024 3:35 PM To: Elmore Family Cc: Volker Schroer ; discuss-gnuradio@gnu.org Subject: Re: New install of GNU Radio executes old version Hi Jim, Firstly, let me tell you that I haven't ever tried installi

Re: New install of GNU Radio executes old version

2024-10-06 Thread Elmore Family
Chris, I have tried what you suggested but I am still having issues. I suspect that I am misunderstanding something. 1. I removed 3.9.4 2. I performed an export of LD-LIBRARY_PATH as you specified 3. I performed an export of PYTHONPATH with xx = .9.2 4. I performed cmake -DCMAKE_INSTALL_PREFI

New install of GNU Radio executes old version

2024-10-04 Thread Elmore Family
This is a continuation of the issue I had with the new installation not executing. That problem was solved by Volker Schroer ( thanks Volker). The gnuradio-companion script now executes from the terminal but still not from the GUI. However, the version that executes is the old 3.9.4.0 not the 3.

Re: unable to execute new installation

2024-10-01 Thread Elmore Family
ot;InstallingGRFromSource on Raspberry Pi" from the Wiki. Jim -Original Message- From: Volker Schroer Sent: Monday, September 30, 2024 4:35 PM To: Elmore Family Cc: Chris Gorman ; GNURadio Discussion List Subject: Re: unable to execute new installation There is a typo in #7513, the c

Re: unable to execute new installation

2024-09-30 Thread Elmore Family
) NameError: name 'xdgand' is not defined Jim -Original Message- From: Chris Gorman Sent: Monday, September 30, 2024 9:07 AM To: Elmore Family Cc: GNURadio Discussion List ; Volker Schroer Subject: Re: unable to execute new installation Hello Jim, Volker is referring to a github

Re: unable to execute new installation

2024-09-29 Thread Elmore Family
What does 7513 refer to? How do I find it? -Original Message- From: Volker Schroer Sent: Saturday, September 28, 2024 11:22 AM To: GNURadio Discussion List Subject: Re: unable to execute new installation Please stay on the list. First: File "/home/pi/gnuradio/grc/main.py", line 250

unable to execute new installation

2024-09-27 Thread Elmore Family
I have installed the latest version of GNU Radio from source. When I tried to execute from the RPi GUI nothing happened. I then tried the following execution: pi@raspberrypi:~ $ cd gnuradio/grc/scripts pi@raspberrypi:~/gnuradio/grc/scripts $ ls CMakeLists.txt freedesktop gnuradio-companion grc

Run a python script interactively from GNU Radio

2024-07-03 Thread Elmore Family
I have an application which I can run successfully as a standalone Python script called from the terminal. When executed, this script is in a while loop. I would like to execute the script from GNU Radio and interact with it. I have a toggle button which when pressed calls the script. Once the s

Re: Audio source - device or resource busy error - PROBLEM SOLVED

2024-04-26 Thread Elmore Family
desperation I removed those lines to see what the effect would be. I am no longer getting the resource busy error and the code is running as I intended. Why are those lines included and why did their removal fix the problem? Jim -Original Message- From: Elmore Family Sent: Monday, April

Re: Audio source - device or resource busy error

2024-04-15 Thread Elmore Family
se did not result in any audio errors but the time to start of execution (1.2 secs) is excessive rendering the application unusable due to critical timing constraints. Jim -Original Message- From: Marcus Müller Sent: Monday, April 15, 2024 4:55 AM To: Elmore Family ; GNURadio Discu

Re: Audio source - device or resource busy error

2024-04-14 Thread Elmore Family
r users wiht audio trouble" section on the Audio Source documentation page. Best regards, Marcus On 14.04.24 18:02, Elmore Family wrote: I am getting the subject error when running a Python script called repeatedly from another script. The snippet_ft8_rxtx.py shows the call, FT8_Receive.

Audio source - device or resource busy error

2024-04-14 Thread Elmore Family
I am getting the subject error when running a Python script called repeatedly from another script. The snippet_ft8_rxtx.py shows the call, FT8_Receive.main(), in the while loop. FT8_Receive.py shows the called script. FT8_Receive.pdf is the flowgraph used to generate the called script which as y

Python script with Head block runs too long before exiting

2024-02-25 Thread Elmore Family
The attached file is run as a thread of a larger project. I run this as a script and not a GUI. The script waits for a real time of 15 or 45 seconds to begin execution of the flowgraph. The Head block is set at 157680 which is 13.14 seconds at 12000 samples/sec. The Head block feeds a Wave file

Python 3.12 - No module named 'gnuradio' or 'pmt'

2024-02-13 Thread Elmore Family
I just installed Python 3.12 and I got the subject error when running a script that has been successful under 3.9.2. What is happening? Jim -- This email has been checked for viruses by AVG antivirus software. www.avg.com

Re: Wavefile Source does not stream its audio to the end of the file.

2023-11-18 Thread Elmore Family
improve the situation. There is no absolute fix, though. GR terminates the flowgraph when any block reports it is done. On Mon, Nov 13, 2023 at 2:13 PM Elmore Family wrote: Jeff, I guess you saw my reply to your suggestion. Is there any way around this issue? There must be a way to use a

Re: Wavefile Source does not stream its audio to the end of the file.

2023-11-13 Thread Elmore Family
Jeff, I guess you saw my reply to your suggestion. Is there any way around this issue? There must be a way to use a wave file source of this length. Jim From: Jeff Long Sent: Friday, November 10, 2023 6:04 AM To: discuss-gnuradio@gnu.org Subject: Re: Wavefile Source does not stream its audio t

Re: Wavefile Source does not stream its audio to the end of the file.

2023-11-10 Thread Elmore Family
Jeff, A 256 setting results in the following error: problems allocating a buffer with the given max output buffer constraint Jim From: Jeff Long Sent: Friday, November 10, 2023 6:04 AM To: discuss-gnuradio@gnu.org Subject: Re: Wavefile Source does not stream its audio to the end of the file. T

Re: Index Error: output_index < noutputs

2023-10-04 Thread Elmore Family
23 05.00, Elmore Family wrote: If I am not properly instantiating the objects then I am very confused. I don't understand how I could be creating an instance of the FT8_Receive block outside of the flowgraph. In freq.py on line 64 you are calling the FT8_Receive class constructor. 64 RCV

Re: Index Error: output_index < noutputs

2023-09-28 Thread Elmore Family
case, how do I create the proper instance? Jim -Original Message- From: Vasil Velichkov Sent: Thursday, September 28, 2023 5:00 AM To: Elmore Family Cc: discuss-gnuradio@gnu.org Subject: Re: Index Error: output_index < noutputs Hi Elmore, On 28/09/2023 04.58, Elmore Family wrote: I m

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
I moved the Selector code (i.e. set_wave_select(wave_select)) into the portion of my code which runs after the flowgraph is running. I still get the same error. Jim -Original Message- From: Vasil Velichkov Sent: Wednesday, September 27, 2023 1:55 PM To: Elmore Family Cc: discuss

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
seeing. I did replace the Wav File Sink blocks in FT8 Receive with Null Sinks for testing, so you might want to do that just to check. On Wed, Sep 27, 2023 at 2:09 PM Elmore Family wrote: Jeff, I have attached the top level GRC (softrock_QT.grc), the Receive.grc hier block (feeds the st

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
: Index Error: output_index < noutputs Sorry, it takes too much time to make guesses from fragments of a project. Could you post a grc file that is runnable and shows the error? On Wed, Sep 27, 2023 at 11:14 AM Elmore Family wrote: Marcus, I forgot to include the version: 3.9.4.0. J

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
, September 27, 2023 6:00 AM To: discuss-gnuradio@gnu.org ; Elmore Family Subject: Re: Index Error: output_index < noutputs Hi Jim, since we've worked on Selector recently, it would **really** be important to know the version of GNU Radio you're dealing with! Best regards, Marcus -- T

Re: Index Error: output_index < noutputs

2023-09-26 Thread Elmore Family
Paul, Thanks for answering. The following is what I hope is a simplified presentation of my code that is pertinent to the issue. The top flowgraph is complex. The FT8_Receive hier block is simple. The connections section below should be sufficient for explaining it. I am using a gnu radio flow

Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-06 Thread Elmore Family
Jim, Thanks for your comments. I think I have been going down the wrong road and need to refocus on using a callback to resolve my issue. I have used callbacks all through my project which have been triggered by an action such as a toggle or a radio button selection. I need to trigger the call

Re: Display text output within GNU Radio from an application

2023-07-10 Thread Elmore Family
Thanks for the reply. Looks like that is what I will run with. Jim From: Volker Schroer Sent: Monday, July 10, 2023 3:21 AM To: Elmore's Cc: discuss-gnuradio@gnu.org Subject: Re: Display text output within GNU Radio from an application gr-display is an oot that is able to display text streams or

what is gateway.py

2022-12-15 Thread Elmore Family
I am attempting to run a flowgraph that has a button. When the button is pressed, I get an error stating that ‘gateway.py has no attribute set_ft8button’ which is the callback for the button pressed. What is gateway.py and why is it being called? The only results I get in a search for gateway.p

Re: Import error using an OOT

2022-12-13 Thread Elmore Family
Jim, Thanks for jumping in. You got me focused on the real issue. I put the path to the file in config.read() and everything now works. I let myself wander off the path to the real problem (pun intended). Thanks also for Johannes’ comment regarding ‘./’. Jim From: Jim Melton Sent: Monday, Dec

Re: Import error using an OOT

2022-12-12 Thread Elmore Family
I changed the line as you requested. No difference. From: Cinaed Simson Sent: Monday, December 12, 2022 5:44 PM To: Elmore Family Cc: discuss-gnuradio@gnu.org Subject: Re: Import error using an OOT No I'm not. The ft8_qso.conf.is a data input file - or a yaml file - it is read by the p

Re: Import error using an OOT

2022-12-12 Thread Elmore Family
this same app. However, this is irrelevant since we are not talking about the same problem. Jim From: Cinaed Simson Sent: Monday, December 12, 2022 12:57 AM To: Elmore Family Cc: discuss-gnuradio@gnu.org Subject: Re: Import error using an OOT The main method is defined beginning on line 216

Re: Import error using an OOT

2022-12-11 Thread Elmore Family
8_qso.conf file. Why can’t it find ‘main’? Jim From: Cinaed Simson Sent: Sunday, December 11, 2022 8:52 PM To: Elmore Family Cc: discuss-gnuradio@gnu.org Subject: Re: Import error using an OOT The problem appears to be in the python code response.py - there is no 'main()' method.

Re: Import error using an OOT

2022-12-11 Thread Elmore Family
Here is the result: pi@raspberrypi:~ $ python3 Python 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ft8 Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3

Re: Import error using an OOT

2022-12-10 Thread Elmore Family
The version is 2.2.1-1. The OS is Bullseye. What next? Jim From: Cinaed Simson Sent: Saturday, December 10, 2022 12:24 AM To: discuss-gnuradio@gnu.org Subject: Re: Import error using an OOT Hi Elmore - type apt list | grep python3-pygccxml and see if it's version 1.x. If it's not installed

Re: OOT Module with shape error

2021-05-26 Thread Elmore Family
Jeff, This didn’t work – same error. Jim From: Jeff Long Sent: Tuesday, May 25, 2021 5:22 PM To: GNURadio Discussion List Subject: Re: OOT Module with shape error The framework can give you different size input and output buffers. In this case, you would: nitems = len(input_items[0]) out[:nit

Re: Survey regarding GNU radio usage in amateur radio

2020-11-14 Thread Elmore Family
Adrian, Here are my answers to your survey; 1. Yes 2. Attempting to provide a complete transceiver for a Softrock/MOBO 4. It has a very steep learning curve which will keep the majority of hams from utilizing it. However, it's block nature allows RAD which is very attractive for SDR developmen

Re: Import Block "bad import syntax"

2020-11-11 Thread Elmore Family
Wednesday, November 11, 2020 10:46 AM To: Elmore Family Cc: Discuss Gnuradio Subject: Re: Import Block "bad import syntax" Hi Jim, 1) Have you done https://wiki.gnuradio.org/index.php/TutorialPythonFunctions with the changes I suggested? Did it work? 2) Did you create ~/gr-softr