wrong antenna mode

2022-03-22 Thread Maxime . Dupont
Hi, I am using a X310 under uhd4.1.0.5, gnuradio 3.8 and rfnoc. Whenever I use an antenna mode with either usrp sink or source, I get an error stating: invalid antenna mode: RX/TX python error is: return_uhd_swig.usrp_source_sptr_set_antenna(self, ant, chan) How to solve this? Thanks in adva

Re: wrong antenna mode

2022-03-22 Thread jmfriedt
Salut Maxime, a lot of arguments seem to have changed with UHD4. In the UHD: USRP Source, go to RF Options and for each board define Ch i: Antenna manually, replacing the TX/RX tab entry with your own. I use "A" setting. Probably your Subdev Spec that might have been defined with UHD3 is no longe

Software Defined Radio Academy 2022 && European GNURadio Days

2022-03-22 Thread Markus Heller
Call for Contributions: SDRA-2022 Online and Friedrichshafen HAMRADIO Friedrichshafen Software Defined Radio Academy 2022 (SDRA- 2022) Date: Friday 24.06.2022, Saturday 25.06.2022 (and Sunday 26.06.2022) Conference Websites: https://www.hamradio-friedrichshafen.de https://2022.sdra.io

Re: wrong antenna mode

2022-03-22 Thread Maxime . Dupont
Salut JM, Thank you. This was as simple as that. Problem solved. See you, Maxime Le 22/03/2022 à 11:45, jmfriedt a écrit : Salut Maxime, a lot of arguments seem to have changed with UHD4. In the UHD: USRP Source, go to RF Options and for each board define Ch i: Antenna manually, replacing the

gr_modtool rm in v3.9

2022-03-22 Thread Jeff S
I tried using gr_modtool in v3.9.5.0 to add a block, including python and C++ QA code. I then did a gr_modtool rm on that block, but the C++ QA code file was not removed, and the file shows up in the lib/CMakeLists.txt file. I tried a test with the same thing in v3.8.5.0, and it seems like the

conda build fails with: ImportError: generic_type: type "square_ff" referenced unknown base type "gr::block"

2022-03-22 Thread Franco VENTURI
In order to learn how conda recipes and conda build work, I did the following steps on my computer: - created a VM running the latest version of Ubuntu (21.10); I did all the remaining steps inside this VM - installed conda (miniforge3), created the 'gnuradio' environment, installed the latest