How to configure the TensorFlow environment so that it can be used on gnuradio?

2021-11-23 Thread ????????
Hello everyone, I recently want to implement a Python version of the OOT module on GNURadio, so that it can run the TensorFlow framework, because my original code is written in Python, so I wonder if I can directly create a Python OOT module to make it work properly . But i have a problem. My or

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: Releases v3.8.4.0 and v3.9.3.0

2021-11-23 Thread Stephen Arbogast
Hi All, I am new to GNU Radio….. only about two years in and Ilove it……a few comments. I amretired Physics and E.E. I runGNURadio Version 3.10 on Ubuntu 20.10 I have had very good experiences with the tutorials by Barry Duggan……

Re: Releases v3.8.4.0 and v3.9.3.0

2021-11-23 Thread Glen Langston
Hi Marcus, However SDRPlay3 only builds on gnuradio3.9 One of the many million paths I’ve gone down because different gnuradio versions break different aspects of other software: dietpi@DietPi:~/gr-sdrplay3/build$ cd dietpi@DietPi:~/gr-sdrplay3$ cd build dietpi@DietPi:~/gr-sdrplay3/build$ cmake

Re: Releases v3.8.4.0 and v3.9.3.0

2021-11-23 Thread Marcus Müller
Hi Glen, seeing that 3.8 is the standard on Debian 11, Ubuntu 20.04, 20.10, 21.04, and 21.10: nope, the GNU Radio 3.8 user base is rather large and alive :) GNU Radio's version has nothing to do with whether your RSP1A works with soapy. Can't really tell you anything about what fails on the S

Re: Synchronizing PPS pulse at specific moment

2021-11-23 Thread Marcus D. Leech
On 2021-11-23 17:19, isaac mario tupac davila wrote: Hi Marcus -->Are both of these N210 in the same flow-graph, in a multi-Usrp object? I'm using two Pc's. One for Tx and the other for Rx. So, two flow-graph, each in one Pc. -->You might try "Next PPS" instead of "Unknown" PPS. Interesting m

Re: Releases v3.8.4.0 and v3.9.3.0

2021-11-23 Thread Franco VENTURI
Gle, the GNU Radio Wiki mentions a distribution specifically for the Raspberry Pi called PiSDR: https://wiki.gnuradio.org/index.php/InstallingGR#Raspberry_Pi I just looked at the PiSDR GitHub page here: https://github.com/luigifcruz/pisdr-image but I am not 100% sure if it supports the SDRplay

Re: Synchronizing PPS pulse at specific moment

2021-11-23 Thread isaac mario tupac davila
Hi Marcus -->Are both of these N210 in the same flow-graph, in a multi-Usrp object? I'm using two Pc's. One for Tx and the other for Rx. So, two flow-graph, each in one Pc. -->You might try "Next PPS" instead of "Unknown" PPS. Interesting method the next PPS :usrp->set_time_next_pps(uhd::time_spe

Re: Releases v3.8.4.0 and v3.9.3.0

2021-11-23 Thread Glen Langston
Thanks to everyone for your various attempts to help me get an SDRPlay RSP1A working properly on a raspberry PI and gnuradio 3.8 So far I’ve failed completely. Following your instructions, many version have been installed but I continue to find incompatibilities, crashing due to different assu

[Event] 2021-12-09: Workshop on Neuromorphic High-Speed Communications (NeuCos) (KIT/CEL)

2021-11-23 Thread Marcus Müller
Dear GNU Radio Community, TL;DR: Free Workshop on ML for high-speed comms with a focus topic on new, neuromorphic architectures and how to learn in these. Also, ML for highest-rate comms. Register! http://www.workshop-neucos.com/ The institute I work at (CEL at the Karlsruhe Institut

Re: gr-fosphor (pybombs): CMake Error: The following variables are used in this project, but they are set to NOTFOUND

2021-11-23 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Thanks, take care. Marcin wt., 23 lis 2021 o 12:31 Vasil Velichkov napisał(a): > On 23/11/2021 13.27, Marcin Puchlik wrote: > > So do you usually build and install from source manually? > > Yes, this is what I do. >

Re: gr-fosphor (pybombs): CMake Error: The following variables are used in this project, but they are set to NOTFOUND

2021-11-23 Thread Vasil Velichkov
On 23/11/2021 13.27, Marcin Puchlik wrote: > So do you usually build and install from source manually? Yes, this is what I do.

Re: gr-fosphor (pybombs): CMake Error: The following variables are used in this project, but they are set to NOTFOUND

2021-11-23 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Vasil, So do you usually build and install from source manually? wt., 23 lis 2021 o 12:26 Vasil Velichkov napisał(a): > Hi Marcin, > > On 23/11/2021 13.16, Marcin Puchlik wrote: > > It seems like I cannot use pybombs recipes to install the OOTs. > > Not all receipes are well/regularly tested on

Re: gr-fosphor (pybombs): CMake Error: The following variables are used in this project, but they are set to NOTFOUND

2021-11-23 Thread Vasil Velichkov
Hi Marcin, On 23/11/2021 13.16, Marcin Puchlik wrote: > It seems like I cannot use pybombs recipes to install the OOTs. Not all receipes are well/regularly tested on all platforms so you are going to face some problems but generally you can install OOTs with pybombs. P.S. I'm not very familiar

Re: gr-fosphor (pybombs): CMake Error: The following variables are used in this project, but they are set to NOTFOUND

2021-11-23 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Vasil, Thanks for your answer. What helped was passing -DCMAKE_FIND_ROOT_PATH=/usr option, while configuring the OOT module. It seems like I cannot use pybombs recipes to install the OOTs. Best regards, Marcin pon., 22 lis 2021 o 15:11 Vasil Velichkov napisał(a): > Hi Marcin, > > On 21/11/202

Re: OOT module and wrong symbolic link

2021-11-23 Thread Vasil Velichkov
Hi Federico, On 22/11/2021 22.13, Federico 'Larroca' La Rocca wrote: > Hi everyone, > > I'm currently porting an OOT module to 3.8 and stumbled into a weird > situation regarding the .so files that are installed on > /usr/local/lib/x86_64-linux-gnu/. If I understood correctly, there are > three f