Re: CGRAN issues (empty page)

2023-01-22 Thread Cinaed Simson
il address of maintainer of website,  then you need to submit an issue here https://github.com/gnuradio/cgran  -- Cinaed On 1/21/23 21:58, Aditya Arun Kumar wrote: Hi Cinaed, But the entire CGRAN page is empty. Like no OOT's are listed. On Sun, Jan 22, 2023 at 6:20 AM Cinaed Simson

Re: CGRAN issues (empty page)

2023-01-21 Thread Cinaed Simson
Hi Rick - all the gnuradio links at the top of the page work. For gnuradio, try    www.gnuradio.org    wiki.gnuradio.org    github.com/gnuradio For cgran, try    https://github.com/gnuradio/cgran and open an issue. -- Cinaed On 1/21/23 10:32, aardric wrote: I receive a static page at htt

Re: Performance issue in gnuradio version 3.10.1

2023-01-19 Thread Cinaed Simson
ception to decrease latency but no use. Thanks I have attached few screen shots On Thu, Jan 19, 2023, 11:22 Cinaed Simson wrote: Hi - are you running running under Windows or Linux on the PC. And are you running a virtual machine? Check memory usage. It's possible your using 

Re: Performance issue in gnuradio version 3.10.1

2023-01-18 Thread Cinaed Simson
Hi - are you running running under Windows or Linux on the PC. And are you running a virtual machine? Check memory usage. It's possible your using  swap as memory-and are constantly swapping the memory to disk - which will slow you to crawl. -- Cinaed On 1/18/23 15:52, SHAKTHIVEL S 2021 Ba

Re: gnuradio permission problems?

2023-01-18 Thread Cinaed Simson
Hi Niklas - type   groups Typically you need to be in groups   dialout netdev If you're not in those groups, add yourself in   /etc/groups And then logout and login to see if the problem goes away. -- Cinaed On 1/18/23 05:03, Beckmann, Niklas wrote: Hi everybody, I have somehow a gener

Re: Error in gnu radio documentation

2023-01-15 Thread Cinaed Simson
Hi - it worked correctly for me using   gnuradio-config-info -v   v3.8.5.0-6-g57bd109d -- Cinaed On 1/15/23 03:04, SHAKTHIVEL S 2021 Batch,PES University wrote: I used the same grc file given in the gnu radio packet communication documentation. I got the following error while running the tran

Re: Constellation Modulator delay calculation

2023-01-10 Thread Cinaed Simson
Hi Ali - your flowchart has no device and no throttle. You need to add a throttle. And I don't the expertise or the time to look at the source code. So I'm punting back to the list. -- Cinaed On 1/10/23 03:10, Ali G. Dezfuli wrote: Hi everybody,expertise I just want to know how the delay o

Re: DQPSK constellation

2023-01-09 Thread Cinaed Simson
Hi Ali - please state the version of gnuardio you're using and post the flowgraph used to generate your problem. -- Cinaed On 1/8/23 23:56, Ali G. Dezfuli wrote: Hi all, I've managed to get to the same signal of the block "Constellation Modulator" by using these blocks in concatenation: { 

Re: sndfile::sndfile again

2022-12-29 Thread Cinaed Simson
. Since you're building from source, you need to supply the header files. - Cinaed On 12/29/22 21:19, Larry Doolittle wrote: Cinaed - On Wed, Dec 28, 2022 at 06:31:17PM -0800, Cinaed Simson wrote: Hi Larry - try   apt install libsndfile1-dev Yes, I confirm that is the solution. T

Re: sndfile::sndfile again

2022-12-28 Thread Cinaed Simson
Hi Larry - try   apt install libsndfile1-dev If it installs, blow away the build directory and try to build it again. Since you installed gnuradio form Debian, you can always install gr-osmosdr from Debian and it will match your gnuradio install. And just to be clear, you need to install gnu

Re: GNU-Radio Clean Install

2022-12-15 Thread Cinaed Simson
Hi Yotam - please state your OS and version, how gnuradio was installed, i.e., from source code or using apt, and which libaries are broken. Also, did you upgrade your OS before installing 3.10? -- Cinaed On 12/15/22 03:25, Yotam Rabin wrote: Hi everyone! I upgraded gnuradio to version 3.10 f

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
wrote: 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

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
Opps - ft8_qso.conf is not a yaml file - it's just a  nonexcutable data file which the python code parses. -- Cinaed On 12/12/22 14:44, Cinaed Simson wrote: No I'm not. The ft8_qso.conf.is a data input file - or a yaml file - it is read by the python code. If there's a p

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
throws the NoSectionError. Why can’t the parser see the ‘main’ section? When I said I have run an OOT before, I meant another OOT which runs well 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

Re: Import error using an OOT

2022-12-11 Thread Cinaed Simson
;)). But ‘main’ is a section in the ft8_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

Re: Import error using an OOT

2022-12-11 Thread Cinaed Simson
/python3.9/configparser.py", line 1149, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: 'main' Jim *From:* Cinaed Simson *Sent:* Sunday, December 11, 2022 12:15 AM *To:* discuss-gnuradio@gnu.org *Subject:* Re: Import error using a

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 then enter   import ft8 and see if it works. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is: id: ft8_run_response la

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 in a terminal window, then enter   import ft8 and see what happens. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is:

Re: Import error using an OOT

2022-12-09 Thread Cinaed Simson
Hi Elmore - type   apt list | grep python3-pygccxml and see if it's version 1.x. If it's not installed, then   apt install python3-pygccxml will install it. Version 1.x only works with python code - it may be all you need. If you need version 2, then it's easy to upgrade the system from bu

Re: BW(Sample Rate) Issue

2022-12-02 Thread Cinaed Simson
Hi Rohith - if you post a copy of your GRC file - not an image of the GRC file - then someone on the list should be able to help you. Also, I noticed you're trying to use the RRC with excess bandwidth - typically excessive bandwidth requires raising  the sampling rate. And at the risk of over

Re: BW(Sample Rate) Issue

2022-11-30 Thread Cinaed Simson
Hi Rohith - Ihe minim sampling rate  for the Pluto is in the ball park of 500 KHz. See https://ez.analog.com/adieducation/university-program/f/q-a/557730/pluto-sdr-sampling-rate -- Cinaed On 11/30/22 05:54, Rohith Rajan wrote: I am asking a doubt regarding receiver using an  Adalm Pluto SD

Re: QT GUI Label error in v 3.10.1.1

2022-11-28 Thread Cinaed Simson
QT_QPA_PLATFORM Thanks, Jose Ruvalcaba On Thu, Nov 24, 2022 at 5:25 PM Cinaed Simson wrote: Hi Jose - I can run your script for hours without any issues on both GR 3.8 and 3.10. Have you tried setting   export QT_QPA_PLATFORM=wayland as indicated in the first error mess

Re: QT GUI Label error in v 3.10.1.1

2022-11-24 Thread Cinaed Simson
Hi Jose - I can run your script for hours without any issues on both GR 3.8 and 3.10. Have you tried setting   export QT_QPA_PLATFORM=wayland as indicated in the first error message - to see if the script runs longer then 10 minutes? My guess is if you eliminate the first exception the othe

Re: QT GUI Label error in v 3.10.1.1

2022-11-22 Thread Cinaed Simson
Hi Jose - since it's complaining about wayland, check to see if the following software is installed    qt6-wayland    xwayland On debian systems, type   apt list --installed | grep wayland to see what's installed. wayland is efficient way to connect to your desktop. -- Cinaed On 11/22/22

Re: Σχετ: Re: Pluto sink power issues

2022-11-21 Thread Cinaed Simson
Hi George - it may be a bug which may have been fixed in May of this year. See https://github.com/gnuradio/gnuradio/pull/5860   gr-iio: fix grc pluto sink attenuation callback #5860 merged in 3.10  on May 19, 2022. They may be able to help you. -- Cinaed On 11/20/22 21:24, George Katsimagl

Re: Running flowfraph dies with segfault with GR 3.10.4 (gr-fosphor)

2022-11-06 Thread Cinaed Simson
Hi Vasil - when I checked out gr-fosphor from   https://github.com/osmocom/gr-fosphor.git it appeared the only versions supported using were   3.7, 3.8 It's possible it's supported under under master - I didn't try. Or maybe you have different author. -- Cinaed On 10/28/22 06:24, Ville Eer

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
, Nov 1, 2022 at 12:49 PM Cinaed Simson wrote: Hi Shuvodip - if  the blocks have the same color, then they have the same data type - but not necessarily the same value. What version of gnuradio are you using? -- Cinaed On 10/31/22 21:41, Shuvodip Majumdar wrote: >

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
Hi Shuvodip - if  the blocks have the same color, then they have the same data type - but not necessarily the same value. What version of gnuradio are you using? -- Cinaed On 10/31/22 21:41, Shuvodip Majumdar wrote: Dear all, I am currently going through the tutorials of GNU Radio. Here I h

Re: [chirp_users] Linux and chirp

2022-10-28 Thread Cinaed Simson
Great! I also have a uv-9g and which uses an entirely different (weird) cable but the same FTDI converter -  both create ttyUSB0 ports. On the other hand, my GPS  device - which is a RS232 device - uses the pl2303 converter to create the ttyUSB0 port. -- CInaed On 10/28/22 21:29, Julian Maca

Re: [chirp_users] Linux and chirp

2022-10-28 Thread Cinaed Simson
Oops - I noticed in my last mesage   ttyUSB0 was clipped to   tty after the cut and paste. -- Cinaed On 10/28/22 18:46, Cinaed Simson wrote: > Hi Julian - when I plug mine into my machine running Linux i get a > different converter > >   FTDI USB Serial Device conver

Re: [chirp_users] Linux and chirp

2022-10-28 Thread Cinaed Simson
Hi Julian - when I plug mine into my machine running Linux i get a different converter   FTDI USB Serial Device converter detected instead of the pl2303 You might have the wrong cable. This is the cable I purchased for mine https://www.amazon.com/gp/product/B00HUB0ONK/ref=ppx_yo_dt_b_

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-18 Thread Cinaed Simson
The warnings are for the developers. It's clear cmake is working. In the output of the trace there are 2-3 non-existent paths which appear to be related to the absolute path.   "$HOME/gr-customModule/include/gnuradio/customModule" If the absolute path gets clipped to "/include/gnuradio/custo

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-18 Thread Cinaed Simson
United States *www.micro-x.com <https://micro-x.com>* *From:*Cinaed Simson *Sent:* Monday, October 17, 2022 4:41 PM *To:* Michael Matthews ; GNURadio Discussion List *Subject:* Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4) The cmake flag -DCMAKE_FIND_ROOT_PATH=usr/ has an inc

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-17 Thread Cinaed Simson
duate Software Engineer Mobile: +1 847 714 4809 Micro-X <https://micro-x.com> 855 South 192nd St, Suite 600 SeaTac, WA, 98148, United States *www.micro-x.com <https://micro-x.com>* *From:*Cinaed Simson *Sent:* Thursday, October 13, 2022 8:57 PM *To:* Michael Matthews *Subje

Re: Discuss-gnuradio Digest, Vol 240, Issue 15

2022-10-15 Thread Cinaed Simson
t discuss-gnuradio-ow...@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Discuss-gnuradio digest..." Today's Topics:    1. Re: Help For Pack

Re: Help For Packet Reception in GNU Radio

2022-10-13 Thread Cinaed Simson
Hi Rohith - in the Protocol Formatter,  the hdr_format, I'm fairly certain the hdr denotes "High Dynamic Range" used in imaging - TV images for instance. In which case, it may easily generate 4 times the data then your sentence contains in bits. -- Cinaed On 10/13/22 02:17, Rohith Rajan wro

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-08 Thread Cinaed Simson
Oops - you should only be invoking cmake once - not twice - as I implied in my reply. It's cmake then make. -- Cinaed On 10/8/22 16:28, Cinaed Simson wrote: Hi Michael - you really need to show where and how you're invoking cmake. The first time you invoke cmake in the ./build di

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-08 Thread Cinaed Simson
Hi Michael - you really need to show where and how you're invoking cmake. The first time you invoke cmake in the ./build directory it should be as   cmake .. so it can create the    lib/CMakeLists.txt which incidentally, it can't find. Also, you should NOT be seeing this entry    -- Using i

Re: Promblems with gr-air-modes in gnuradio 3.10

2022-10-02 Thread Cinaed Simson
Hi Michelle - the  source code version of gr-air-modes from github   https://github.com/bistromath/gr-air-modes.git indicates it should build under 3.9 but it doesn't build 3.10 - it can't find   GrSwig which is no longer supported. Sometimes OOT modules which work on 3.9 work on 3.10 - som

Re: Regarding GNU radio 3.9 installation

2022-08-23 Thread Cinaed Simson
Hi Sumit - which operating system do you need help with installing gnuradio 3.9? -- Cinaed On 8/23/22 12:02, Sumit Agrawal (P19EE207) wrote: Hi, Kindly share the documentation to install the gnu radio 3.9 with uhd 4.0 or 4.2. -- /*Thanks & Regards, Sumit Kumar Agrawal Ph.D. (Electrical En

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-15 Thread Cinaed Simson
Incidentally, don't use sudo to run the hackrf on Linux. You should be able to run the hackrf on Linux under your login userid - you just need sudo to install the software on the system. I suggest you subscribe to the hackrf list    https://pairlist9.pair.net/mailman/listinfo/hackrf-dev they

Re: Problem seeing Hackrf One Hardware properly going through VirtualBox

2022-08-14 Thread Cinaed Simson
Okay, this output looks better -  it appears you now have the libraries installed. I don't understand the output    Board ID Number: 2 If you have more then 1 board installed, unplug all the boards except for 1 board. To run multiple boards you need to use serial numbers - but you need to

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-12 Thread Cinaed Simson
It sounds like you didn't   apt install libhackrf-dev If you did install the libraries, then you may have to update the firmware. Post the entire results from    apt list --installed | grep hackrf so we can see the versions. There should be 2 entries. Note the date of the firmware - 2014 - w

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-05 Thread Cinaed Simson
And you'll need to   apt install gr-osmosdr to use the hackrf with gnuradio. -- Cinaed On 8/3/22 23:21, Cinaed Simson wrote: Hi George - the hackrf runs under ubuntu. The latest version is   release 2021.03.1 https://github.com/greatscottgadgets/hackrf/release https://githu

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-03 Thread Cinaed Simson
Hi George - the hackrf runs under ubuntu. The latest version is   release 2021.03.1 https://github.com/greatscottgadgets/hackrf/release https://github.com/greatscottgadgets/hackrf/releases/download/v2021.03.1/hackrf-2021.03.1.tar.xz The current firmware version on your hackrf is 2014. You coul

Re: [chirp_users] RaspberryPI

2022-07-30 Thread Cinaed Simson
Hi Glenn - try connecting again to the pi but from a new terminal. The first terminal connection is probably blocking. In other words, use the snap-connect command from one terminal and then connect again using a a normal ssh connection. The keyboard is probably still there. -- Cinaed On 7/3

Re: [chirp_users] Linux CHIRP, ICOM 7100, "unicode strings" error

2022-07-26 Thread Cinaed Simson
Hi Michael - plug the cable into the radio and computer, turn on the radio then in a terminal window on Linux type   dmesg On Linux you may need to have root privileges. At the bottom of the output you should see either a USB device - or possibly a serial device - and the port you need to use

Re: GRU module removed, what can I do please ?

2022-07-21 Thread Cinaed Simson
Hi Jean-Philippe - did you change your PYTHONPATH from 3.8 to 3.10? Also, please check the subversion of gnuradio-dev, e.g.,   apt list gnuradio-dev and the 3.10 should expand to something which looks like this    3.10.2.0-1+b2 -- Cinaed On 7/21/22 18:25, Jean-Philippe Buchet wrote: Hello,

Re: Understanding Pulsed signal Demodulation and decimation in GNU Radio

2022-07-20 Thread Cinaed Simson
Hi Isaac - it sounds like there's a beat frequency - probably between the pulsed signal and the second freqency. I'm assuming you didn't see the problem in the pulsed signal signals. -- Cinaed The definition of the beat freuency is the absolute difference between two frequencie. On 7/20/22

Re: gnuradio flow graph starts and stops

2022-07-18 Thread Cinaed Simson
Hi Zafar  - are you trying to run python code which was built on another machine? Or are you running gnuradio remotely? Which SDR are you using? -- Cinaed On 7/18/22 00:29, Zafar Iqbal wrote:eree Hi, Please help with the following issue. Thanks in advance OS: Windows 11 Gnuradio version: 

Re: [chirp_users] vx-6r redux

2022-07-13 Thread Cinaed Simson
If I grep for "pring" in the files in the build directory for chirp-daily-20220515, it generates this output    /build/lib.linux-aarch64-2.7/chirp/drivers/vx6.py: pring(traceback.format_exc()) The problem is only with vx6.py. I'm behind in updates so this problem may have already been correct

Re: [chirp_users] vx-6r redux

2022-07-11 Thread Cinaed Simson
Hi Nic - on any Linux system - and the Mac is Linux based - try typing in a terminal window. dmesg This might require root privilege At the end of the of output in the terminal window will be the device and system port being used. For example, in the case where you unplug the device an

Re: Controlling flowgraph

2022-06-06 Thread Cinaed Simson
Hi Vamshi - I vaguely remember the gr-osmosdr being optimized for transmission - the sinks and sources have different lifetimes. For the price of a second hackrf, you can buy the hackrf add on known as the "operacake" which supports multiple antenna configurations -  which can configured for f

Re: Vector Block Sample Rate

2022-06-05 Thread Cinaed Simson
First, for the active part of the flow graph - which doesn't have any hardware , will run as fast as your computer will allow it, i.e. it may cause your computer to slow down. To prevent this add a throttle. Send, your noise source is an unknown source with 0 amplitude. If the noise source is

Re: [chirp_users] No Channels Found

2022-06-04 Thread Cinaed Simson
I presume you mean other then the file name has a "+", "&" and "more" - assuming that's the name of the file being loaded? It actually might not be a problem - it's just something I would never do in python. -- Cinaed On 6/4/22 15:49, K0LNY_Glenn wrote: > Here's my CSV file if anyone cares to

Re: [chirp_users] Using chirp with ubuntu 22.04

2022-06-03 Thread Cinaed Simson
the update. -- Cinaed On 6/2/22 20:12, K0LNY_Glenn wrote: > Cinead, > On the first command, I got a message like > warning, apt isn't stable in the cli, don't use in scripts. > And on the second command, it said it couldn't find python-gtk2 > Glenn > ----- Original

Re: [chirp_users] Using chirp with ubuntu 22.04

2022-06-02 Thread Cinaed Simson
Type     apt list | grep python-gtk2 To installed the python-gtk2 type    apt install python-gtk2 If  python-gtk2 is installed on their linux system, then anyone can build and install chirp from the source code, namely https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20220602

Re: [chirp_users] Flatpak

2022-06-02 Thread Cinaed Simson
it did not function. Glenn - Original Message - *From:* Cinaed Simson <mailto:cinaed.sim...@gmail.com> *To:* chirp_users@intrepid.danplanet.com *Sent:* Tuesday, May 31, 2022 11:15 PM *Subject:* Re: [chirp_users] Flatpak Hi Glen - open a terminal,     cd /var/log     sudo tail -f me

Re: [chirp_users] Flatpak

2022-06-01 Thread Cinaed Simson
exit this OS, and then boot up Ubuntu, and scp the log file to my host machine, and exit from Ubuntu, and scp it from the host OS to this one. Glenn - Original Message - *From:* Cinaed Simson <mailto:cinaed.sim...@gmail.com> *To:* chirp_users@intrepid.danplanet.com *Sent:* Tuesday,

Re: [chirp_users] Flatpak

2022-05-31 Thread Cinaed Simson
Hi Glen - open a terminal,     cd /var/log     sudo tail -f messages then try to launch chirp. The error messages should appear in the terminal window. cut and paste the error messages into this message and send it back to chirp mailing list in this message. -- Cinaed On 5/31/22 20:46, K

Re: GnuRadio 3.10 OOT python modules not found - destination path error '/usr/local/local/lib64'

2022-05-31 Thread Cinaed Simson
Hi Criss - I remember having the same issue. I rolled with the punch by adding the python path - then I forgot about it. I upgraded the OS but did a clean install of gnuradio 10. I just updated volk and gnuradio and rebuilt volk  the problem is still there for me - at least after rebuilding vo

Re: Support to Apply gr-dab-0.4-gnuradio39.patch

2022-05-30 Thread Cinaed Simson
Hi Mohammad - just to be clear, it's a patch for gr-dab-0.4 OOT module running under gnuradio-3.9. And if you haven't done so already, you should download the source code for gr-dab-0.4 and build it to ensure you have all the necessary libraries needed for running gr-dab-0.4 under gnuradio-3.9

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Cinaed Simson
Hi Nikoloz - my guess is you may need to install version 11 of C++. -- Cinaed On 5/27/22 13:37, Nikoloz Glonti wrote: I'm using manjaro linux, the newest one. I use version of pybind11 2.9.2, so it's new one. On 27.05.2022 18:57, Tom McDermott wrote: > From: Nikoloz Glonti > To: "discuss-

Re: [chirp_users] flatpak and modern linux

2022-05-27 Thread Cinaed Simson
wrote: > Cinaed, > > On Fri, May 27, 2022 at 5:17 AM Cinaed Simson wrote: >> Hi - has anyone with a modern Linux OS succeeded in installing a working >> copy of chirp using flatpak? >> >> By a modern Linux I mean one with version of python3 greater then 3.6 - >>

[chirp_users] flatpak and modern linux

2022-05-27 Thread Cinaed Simson
Hi - has anyone with a modern Linux OS succeeded in installing a working copy of chirp using flatpak? By a modern Linux I mean one with version of python3  greater then 3.6 - in general In a terminal window, type    python3 and it will print out the version of python3 when it starts up. For

Re: [chirp_users] Cannot install on Ubuntu 21.10

2022-05-26 Thread Cinaed Simson
Unfortunately, "invalid option" could be any number of potential problems. I don't know what "using Ubuntu software" means. Which "ubuntu" software were you using? I'm running Debian and run my software from the terminal. -- Cinaed On 5/26/22 12:14, Anne Ranch wrote: > Running Ubuntu 21.10 , h

Re: [chirp_users] chirp_users Digest, Vol 161, Issue 8

2022-05-26 Thread Cinaed Simson
Hi Anne - type    chirpw to start chirp, i.e., to see it was installed correctly. The drivers may be out dated but updating them is relatively simple. Also, chirp's flatpak version doesn't work for Linux running on an ARM processor - it only works on Intel x86. -- Cinaed On 5/23/22 16:02,

Re: File Source - File Sink data transfer

2022-05-16 Thread Cinaed Simson
2022 at 9:09 AM user 1 <mailto:gnura...@onditech.com>> wrote:     Hello Cinaed,     Unfortunately scheme doesn't work, even with a bin file.     jeff     ------     Le 16/05/2022 à 12:06, Cinaed Simson a écrit : > Hi Jeff - the error indicates th

Re: File Source - File Sink data transfer

2022-05-16 Thread Cinaed Simson
Hi Jeff - the error indicates the file source has the wrong data type, i.e. it may not be binary data. If the input file contains hex numbers, then you need to convert each hex number to a binary number and concatenate them. -- CInaed For instance, 40 hex is equivalent to 0100 binary.

Re: [SOLVED] pybind11 problems, gr::block undefined in gnuradio 3.10

2022-05-15 Thread Cinaed Simson
Great! It might have been a c++ compiler issue - might have needed version 11 of c++ for pybind11 and 3.10. -- Cinaed On 5/15/22 14:40, Tom McDermott wrote: >>> import hpsdr Traceback (most recent call last):   File "", line 1, in   File "/usr/lib/python3.8/site-packages/gnuradio/hpsdr/__

Re: gr::block unknown base type (was: What version of pybind for 3.10.1.1 )

2022-05-15 Thread Cinaed Simson
I just checked the requirements for 3.10 and it only requires pybind11 2.4.3. And I presume you have volk-2.4.1 installed and   import gnuradio works. I doubt if I can help you. -- Cinaed On 5/14/22 06:40, Tom McDermott wrote: > In porting over my 3.9 OOT to 3.10,  I have the import error

Re: OOT module problem

2022-05-13 Thread Cinaed Simson
Hi David - I can't't read the printing on the image - please post the grc file. -- Cinaed On Fri, May 13, 2022 at 9:38 AM David Martini wrote: > Dear Community, > > I'm starting to learn how to write an OOT module. > I'm following the tutorial : all the compilation process go well but When > I

Re: What version of pybind11 is 3.10.1.1 built against?

2022-05-13 Thread Cinaed Simson
Hi Tom - I built 3.10.02 using pybind 2.9. on Debian 12 (or bookworm) - which was the system default install for pybind. . -- Cinaed On Thu, May 12, 2022 at 12:44 PM Tom McDermott wrote: > In porting over my 3.9 OOT to 3.10, I have the import error: > > >>> import hpsdr > Traceback (most recen

Re: r-trellis/docs/gr-trellis.xml does not validate

2022-05-02 Thread Cinaed Simson
It's possible cmake just can't find your gsl libraries. When I installed gnuradio 10.2 on Debian12 (bookworm,)  I just used    apt install libgsl-dev -- Cinaed On 5/1/22 04:51, stephen pearce wrote: Linux mint 20.3 gnuradio 3.10 compiling from source tried both  git master and maint-3.10  re

Re: Interpolating FIR Filter - sample delay

2022-04-23 Thread Cinaed Simson
Hi - first, it appears you're using version 3.7.x of gnuradio which is no longer supported. The constellation encoder for your version appears as a missing block on 3.8. Second, there was no constellation posted for some reason. Third, it appears you're using 2 stream sources and a streaming m

Re: Trouble With gr-osmosdr Install

2022-04-17 Thread Cinaed Simson
Try   apt install gr-osmosdr I'm assuming you installed gnuradio using apt and you're running an updated version of the original raspbian shipped with the device. And since the install guide indicated it should be installed in /usr/local/lib and it's not working it may not be a problem - but

Re: gr-soapy mishandles hackrf on flowgraph exit

2022-04-16 Thread Cinaed Simson
On 4/16/22 14:53, Gavin Jacobs wrote: I had previously thought that there was an issue with the save/restore of the geometry of the QT window, but I determined that it was a problem when using the gr-soapy block with a hackrf, so I have started a new thread. If I make a flowgraph using the

Re: Why is OFDM_loopback slow with Random Source

2022-03-27 Thread Cinaed Simson
On 3/23/22 13:10, Taylor Clark wrote: Good evening, I have been doing some work with packet modulation and I ran across the OFDM_Loopback.grc file. I initially did some test with my ZMQ Server and the data rate was terrible. Thinking it was my datasource, I did some other test until I decid

Re: [chirp_users] installing flatpak on arm64 runnning debian 11.2 (bullseye)

2022-03-21 Thread Cinaed Simson
Hi Jim - I'm running chirp on an identical machine running Debian 9 which still supports python2. The only reason I'm running chirp under flatpak is because Debian 11 doesn't support python2 - just python3. -- Cinaed On 3/21/22 18:52, Jim Unroe wrote: > On Mon, Mar 21, 2022

[chirp_users] installing flatpak on arm64 runnning debian 11.2 (bullseye)

2022-03-21 Thread Cinaed Simson
Hi - I'm attempting to install   chirp-daily-20220308.flatpak on an arm64 cpu running debian 11.2. all First, I installed the following:   apt install flatpak   apt install flatpak-builder   apt install qt5-flatpak-platformtheme Second, I followed the guidelines for installing a runtime at h

Re: [chirp_users] Using Chirp In The CLI

2022-03-20 Thread Cinaed Simson
x27; failed a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed graphic 779   a.show() - Original Message - *From:* Cinaed Simson <mailto:cinaed.sim...@gmail.com> *To:* chirp_users@intrepid.danplanet.com *Sent:* Sunday, Ma

Re: [chirp_users] Using Chirp In The CLI

2022-03-20 Thread Cinaed Simson
Hi Glenn - try looking for    chirpw -- Cinaed On 3/20/22 13:03, K0LNY_Glenn wrote:  Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I

Re: [chirp_users] Using Chirp In The CLI

2022-03-19 Thread Cinaed Simson
at and some mention of packages. Glenn ----- Original Message - *From:* Cinaed Simson <mailto:cinaed.sim...@gmail.com> *To:* chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 8:24 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI Type    apt-cache policy paprefs wh

Re: [chirp_users] Using Chirp In The CLI

2022-03-18 Thread Cinaed Simson
Type    apt-cache policy paprefs where "paprefs" denotes "pulse audio preferences". It should return a message with an entry indicating it's installed. -- Cinaed On 3/18/22 17:43, K0LNY_Glenn wrote:  I was able to get sound back, I did the following in an SSH session. I think this happened

Re: [chirp_users] Using Chirp In The CLI

2022-03-18 Thread Cinaed Simson
Hi Glenn - if you can ssh into the computer, then it may be possible to use the GUI. I run chirpw on a remote odroid running Debian 9 which still has python 4 installed - and I'm connecting to the odroid from a laptop which is running the latest version of Debian. Make sure you're in the "dial

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: failed to fetch http://mirrordirector.org/rasbian ...

2022-01-15 Thread Cinaed Simson
Hi Elmore - try   apt install python3-distutils -- Cinaed On 1/15/22 17:07, Elmore's wrote: Device: Raspberry Pi 3 OS: Rasbian Jessie My goal is to install GNU Radio 3.9. I am following the instructions in Installing GR on the gnuradio site. In the installation for Volk I attempt to execute c

Re: Reminder: SigMF Workshop this Thursday Noon Eastern

2022-01-12 Thread Cinaed Simson
Hi Derek - I have  a question regarding the installation of gr-sigmf. Prior to installing gr-sigmf, I installed SigMF-0.0.2. I just did a pull and the version didn't change. Things appears to be working - I just did a simple test using the source/sink grc file I don't remember where I downl

Re: fosphor sink block error

2021-12-24 Thread Cinaed Simson
Hi Gwendoline - you may need to install python3.qt5 - try   python3   from PyQt5.QtWidgets import * -- Cinaed On 12/24/21 00:17, Gwendoline Hochet Derevianckine wrote: Hello, I remove all GNURadio and Fosphor packages/libraries on my laptop. Then I reinstall GNURadio 3.9. I am now trying t

Re: Unknown CMake command "GR_PYTHON_CHECK_MODULE"

2021-12-08 Thread Cinaed Simson
Hi Some - the error message indicates cmake can't find thrift, i.e., see  FindTHRIFT.cmake in the error message. I've never installed thrift. -- Cinaed On 12/7/21 23:40, Evariste Some wrote: Given the following configuration: Ubuntu 20.04, Gnuradio 3.8, gr-gsm,etc. We installed an application

Re: Where are the blocjs ?

2021-11-27 Thread Cinaed Simson
Hi Gerard -using python3 on both machines type from PyQt5.QtWidgets import * and please post the result. -- Cinaed On 11/27/21 01:26, Gerard F6EEQ wrote: Hi, Another newbie question... I did not find answer in the wiki. I try to use QT Dial, but did not find it. This block is listed in the

Re: Config files

2021-11-27 Thread Cinaed Simson
Hi Gerard - so the problems you're having are on W10 but not Debian? If you're having trouble with Debian, please post the contents of   /etc/debian_version -- Cinaed On 11/26/21 23:57, Gerard F6EEQ wrote: Hi all, I have two implementations of GNU. One is under W10 on my main PC. The second

Re: Gnuradio 3.8 on a Raspberry pi 4 B?

2021-11-23 Thread Cinaed Simson
Hi Glen - I'm late to the party. but I presume you have buster (debian 10) installed - see /etc/os-release. I don't own a raspberry pi 4 but I know someone who does and they recommend using following guide to upgrade to bullseye (debian 11) https://www.tomshardware.com/how-to/upgrade-raspberr

Re: No "osmocom source" and no RTL dongle

2021-11-06 Thread Cinaed Simson
with no output.  After further reading, the website recommends a minimum version of 3.8. I note that 3.9 is available via a PPA so will install that and work through the tutorials (which I didn't find yesterday). Must have had a "man" look ;-)      Thanks again for your assistance.

Re: ImportError: No module named baz_swig

2021-11-05 Thread Cinaed Simson
I'd recommend installing -the following - if you haven't already done so   librtlsdr-dev   libosmosdr-dev   libosmocore-dev (not sure) And I'm just guessing - I don't have gnuradio 3.7 or ubuntu installed. Also,unless you were able to in install the ubuntu package gr-baz from one of the ubuntu

Re: Error installing spectrometer_w_cal.grc

2021-07-12 Thread Cinaed Simson
Hi Marcus - the buster OS is modern and I know it runs on the raspberry-pi4. To install 3.8, on buster, one needs to use the backports from sid (which is not a release)  apt install -t backports-buster gnuradio-dev To use the backports, one needs to have the following entries in the /etc/ap

wbfm_tx_rx.grc

2021-05-16 Thread Cinaed Simson
Hi Anish - here's a simple flow graph which transits and receives WBFM.  The input is a wave file from https://github.com/drmpeg/gr-cessb and the output is the audio device. -- Cinaed options: parameters: author: cinaed category: '[GRC Hier Blocks]' cmake_opt: '' comment: ''

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-05-15 Thread Cinaed Simson
Opps - ignore the following -I just realized  in my mind I was going the wrong direction - I got twisted:   "If you were to add a signal source of 48 kHz, you would need to add a rational sampler in front of the WBFM block for a quadrature rate of 480 kHz" If you add a 48 kHz signal inste

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-05-15 Thread Cinaed Simson
access to the radio in a few days' time and am thinking i'll copy over the .ini file that was used in sdrangel and use the exact same one in gnuradio and see what happens. On Mon, Mar 22, 2021 at 8:22 AM Cinaed Simson mailto:cinaed.sim...@gmail.com>> wrote: H

Re: Sample Rate and audio underflow ....

2021-05-13 Thread Cinaed Simson
Hi Rob - you should just post the GRC file to the mailing list - just attach it to the message. If the only thing you changed was sampling rate, then you will most likely have trouble.  But you haven't provided enough information in order for anone to help you. Note, the website in the URL

  1   2   3   4   5   6   >