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

2024-04-26 Thread Elmore Family
es 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 15, 2024 11:01 AM To: GNURadio Dis

Re: Audio source - device or resource busy error

2024-04-15 Thread Elmore Family
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 Discussion List

Re: Audio source - device or resource busy error

2024-04-14 Thread Elmore Family
ht 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.main(), in

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

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

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

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

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.

Re: Index Error: output_index < noutputs

2023-10-04 Thread Elmore Family
.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 = FT8_Rece

Re: Index Error: output_index < noutputs

2023-09-28 Thread Elmore Family
, 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 mo

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
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 stream to th

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 -- This email

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

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

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

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

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,

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 python

Re: Import error using an OOT

2022-12-12 Thread Elmore Family
in 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
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. -- Cinaed On 12/11/22 09:48

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

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

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])

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

Re: Import Block "bad import syntax"

2020-11-11 Thread Elmore Family
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-softrock in the s