[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D. Leech
On 03/12/2021 04:39 PM, Jerrid Plymale wrote: Ok, so what you're saying is I need to update Gnuradio to a newer version? The way I have my software setup is everything is installed into virtual environments. So when I initially started using the USRP, I created an environment that had UHD 3.15

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Jerrid Plymale
Ok, so what you're saying is I need to update Gnuradio to a newer version? The way I have my software setup is everything is installed into virtual environments. So when I initially started using the USRP, I created an environment that had UHD 3.15 and Gnuradio 3.8 installed. When I saw UHD 4.0

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D Leech
ok so this is likely a case of your gr-UHD assuming an older API for recv_async_msg. This is just a warning that eventually that older API will go away. Probably if you had totally up to date everything, or a UHD library that was of an earlier vintage that matched he-UHD, yiu wouldn’t get thi

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Jerrid Plymale
Hello Marcus, This is coming from a Gnuradio flowgraph that I created myself. It’s got USRP Rx and Tx blocks, a block that takes samples of the signal and preforms some DSP, and a bunch of GUI variable control and variable display blocks. Best Regards, Jerrid From: Marcus D Leech Sent: Frida

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D Leech
I think we need more context. Is this from a program you write yourself? Someone else’s code? A Gnuradio flow graph? Your own? Someone else’s? Sent from my iPhone > On Mar 12, 2021, at 3:02 PM, Jerrid Plymale > wrote: > >  > Hello All, > > Here is the warning message I am trying to so

[USRP-users] Where do I find this call to change it.

2021-03-12 Thread Jerrid Plymale
Hello All, Here is the warning message I am trying to solve: [WARNING] [MULTI_USRP] Calling multi_usrp::recv_async_msg() is deprecated and can lead to unexpected behaviour. Prefer calling tx_stream::recv_async_msg(). I am trying to solve this warning message when I am running my USRP X310, but

[USRP-users] Re: [UHD 4.0.0.0] USRP 2901 How is it possible to know if fpga is loaded

2021-03-12 Thread Marcus D Leech
This device loads its FPGA image whenever it has been power cycled and you start a session with it. The Images would be in the data files associated with your UHD installation. You cannot establish a session with it unless there’s a functional FPgA image loaded and running. Sent from my iP

[USRP-users] [UHD 4.0.0.0] USRP 2901 How is it possible to know if fpga is loaded

2021-03-12 Thread Serge Manigault via USRP-users
Hello, I’m knew to this forum. I would like to know if there is a command to check the fpga loading status. And/Or to reset the fpga status to factory setting. Best regards, Serge ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscri

[USRP-users] Re: import error gnuradio

2021-03-12 Thread Marcus D. Leech
On 03/12/2021 08:49 AM, COURANT Frederique - Contractor via USRP-users wrote: Hi Users, When I try to run my flow graph I have this error : from .blocks_python import * ImportError: /usr/local/lib/python3/dist-packages/gnuradio/blocks/-blocks_python.cpython-38-x86_64-linux-gnu.so : undefine

[USRP-users] Re: X310 with dual TwinRX set up

2021-03-12 Thread Marcus D Leech
Also try running at a lower sample rate at first. Just to see that you have the logic correct. Sent from my iPhone > On Mar 12, 2021, at 9:18 AM, Rob Kossler wrote: > >  > Is there any chance that your code is attempting to set the master clock > rate? If so, perhaps see what happens if yo

[USRP-users] Re: Why TRX port has 20+ dB more loss than RX port for received signals?

2021-03-12 Thread Sam Reiter
Hey Arnold, What test frequency are you using to compare the received power at these two ports? I pulled up the schematic for the E310's daughterboard , and took a look at the signal path for TRX (J4) vs RX (J3): [image: image.png] For the RX

[USRP-users] USRP E320

2021-03-12 Thread Seyed Samie Mostafavi
Hi everyone, We are starting a project and we want to buy a batch of E320s and our goal is to run Openaireinterface 5G on them. These cellular communication softwares like Openaireinterface and srsLTE they recommend USRP devices such as B210 or X310 and not E320. I wanted to ask if anyone has t

[USRP-users] Why TRX port has 20+ dB more loss than RX port for received signals?

2021-03-12 Thread z...@c3commsystems.com
Hi, We are implementing a TDD system and using the TRX-A port in lab testing. To facilitate TX/RX switch, we built control logic to control the GPIO pin to flip SW1 on Page 7 of the published E310 daughter board schematics. What we noticed are: 1. The RX ports cannot be cut off, so we must di

[USRP-users] Re: X310 with dual TwinRX set up

2021-03-12 Thread Rob Kossler
Is there any chance that your code is attempting to set the master clock rate? If so, perhaps see what happens if you don't set it in order to let it be set automatically. On Fri, Mar 12, 2021 at 8:55 AM Oliver Towlson wrote: > Hi everyone > > > > Thanks so much for your quick responses. Seems

[USRP-users] Have these issues been resolved?

2021-03-12 Thread Brophy, William A. - US via USRP-users
Hi, I was looking at release 4.0.0 of UHD. We are tracking a list of outstanding issues with UHD/USRP radios and were wondering if any of these issues have been addressed in recent releases of the software. I attempted to find the original mailing list posts for each of these tickets but the se

[USRP-users] Re: import error gnuradio

2021-03-12 Thread Ron Economos
You're probably missing the libsndfile dependency. sudo apt-get install libsndfile1-dev And then rebuild GNU Radio (and OOT's). Ron On 3/12/21 05:49, COURANT Frederique - Contractor via USRP-users wrote: Hi Users, When I try to run my flow graph I have this error : from .blocks_python impo

[USRP-users] Re: X310 with dual TwinRX set up

2021-03-12 Thread Oliver Towlson
Hi everyone Thanks so much for your quick responses. Seems like the thing we were missing was that subdev spec - once that was set it was straightforward to generate the code. We tried running it and got the following: [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15

[USRP-users] import error gnuradio

2021-03-12 Thread COURANT Frederique - Contractor via USRP-users
Hi Users, When I try to run my flow graph I have this error : from .blocks_python import * ImportError: /usr/local/lib/python3/dist-packages/gnuradio/blocks/-blocks_python.cpython-38-x86_64-linux-gnu.so : undefined symbol: _ZN2gr6blocks12wavfile_sink4makeEPKcijNS0_16wavfile_format_tENS-0_19wav

[USRP-users] problem with rfnoc_tx_radio

2021-03-12 Thread COURANT Frederique - Contractor via USRP-users
Hello, I try to test the flow graph that I have created with gnuradio-companion 3.8 but when I run my script I have this error "module gnuradio.uhd has no attribute rfnoc_tx_radio. I work with UHD 4.0, gnuradio 3.8 . Someone have solutions for this error please ? Best regards _

[USRP-users] Re: Enable AGC in USRP E320 with RFNoC using GNURadio

2021-03-12 Thread Maria Muñoz
Ok Julian, I will check the tree node and try to modify the properties. Thanks again for the help! Kind Regards, Maria El jue, 11 mar 2021 a las 18:26, Julian Arnold () escribió: > Maria, > > >> /self.ettus_rfnoc_rx_radio_0.set_rx_agc(False, 0)/ > >> > >> but I have received the following errorT