Re: [USRP-users] E310 and RFNoC

2021-02-09 Thread Mike via USRP-users
All,  I wanted to resurrect a problem that I had couple months ago that I put aside and would now like to fix.  The issue is that I get a python error when executing a flow graph on an E310 that was generated from GRC. The error is posted below.  For background I'm using UHD 3.15 with GNU Radi

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Marcus D. Leech via USRP-users
On 02/09/2021 05:04 PM, dtra...@tampabay.rr.com wrote: Thanks, Marcus. That was actually what I attempted first. As described in the man page (https://www.freedesktop.org/software/systemd/man/systemd.network.html) I created eth0.network under /etc/systemd/network/, with these contents: [Matc

Re: [USRP-users] Usrp b210 without duplexer

2021-02-09 Thread Marcus D Leech via USRP-users
The maximum power at any receive port should not exceed -15dBm. If you’re doing full duplex into a shared antenna then yes you need to use a duplexor. This isn’t strictly a USRP issue—it’s a generic RF engineering practice that is older than most of us here. Sent from my iPhone > On Feb 9,

[USRP-users] Usrp b210 without duplexer

2021-02-09 Thread Ashutosh Singh via USRP-users
Hi all , If I use my USRP b210 without duplexer to transmit and receive the signals from other USRP , will it not damage my USRP ? Thanks ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ett

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Dennis Trask via USRP-users
Thanks, Marcus. That was actually what I attempted first. As described in the man page (https://www.freedesktop.org/software/systemd/man/systemd.network.html) I created eth0.network under /etc/systemd/network/, with these contents: [Match]Name=eth0 [Network]Address=192.168.200.2/24 The system seeme

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Marcus D. Leech via USRP-users
On 02/09/2021 04:35 PM, Dennis Trask via USRP-users wrote: I have re-imaged the SD card for my E310 with the v4.0.0.0 image. I cannot figure out how to set a static IP address on eth0 at boot-up. I created an /etc/network/interfaces file that looks like this: auto eth0 iface eth0 inet static a

Re: [USRP-users] B210 NB-IoT frontend issues

2021-02-09 Thread Ron Economos via USRP-users
I can't comment on issue #1, but I do have experience with issue #2. To get a clean output spectrum, you need to do two things. First, the IQ values generated by your application can never exceed +1.0/-1.0 in value. You have to account for the PAPR of your waveform. If you're using GNU Radio,

[USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Dennis Trask via USRP-users
I have re-imaged the SD card for my E310 with the v4.0.0.0 image. I cannot figure out how to set a static IP address on eth0 at boot-up. I created an /etc/network/interfaces file that looks like this: auto eth0iface eth0 inet staticaddress 192.168.200.2netmask 255.255.255.0 I can run the command "i

Re: [USRP-users] B210 NB-IoT frontend issues

2021-02-09 Thread Marcus D. Leech via USRP-users
On 02/09/2021 03:48 PM, Luca Lodigiani via USRP-users wrote: Hello, My team and I are doing some experiments with the USRP B210 and NB-IoT waveforms. During tests we have observed a few issues with the RF output, that we would like to understand better, and /hopefully/​ fix or mitigate. I m

[USRP-users] B210 NB-IoT frontend issues

2021-02-09 Thread Luca Lodigiani via USRP-users
Hello, My team and I are doing some experiments with the USRP B210 and NB-IoT waveforms. During tests we have observed a few issues with the RF output, that we would like to understand better, and hopefully​ fix or mitigate. I must admit that we are not yet very familiar with USRP SDRs, so I

Re: [USRP-users] Opening Vivado GUI during FPGA image build

2021-02-09 Thread Mark D via USRP-users
Thanks Jim, That fixed it, would never have found that one! Looks like Ettus need to fix this bug in rfnoc_image_builder for future releases. Mark From: Jim Palladino Sent: 09 February 2021 14:02 To: 'Wade Fife' ; Mark D Cc: 'usrp-users@lists.ettus.com' Subject: Re: [USRP-users] Opening Vi

Re: [USRP-users] Opening Vivado GUI during FPGA image build

2021-02-09 Thread Jim Palladino via USRP-users
It's been a while since I did this, but I had issues bringing up the gui as well. Here is a copy/paste of some notes I wrote for myself: * Edit the file "$PREFIX/bin/rfnoc_image_builder". * Find the line "gui=args.GUI" and change it to "GUI=args.GUI" and save it. * Next, edit "$PREFI

Re: [USRP-users] Opening Vivado GUI during FPGA image build

2021-02-09 Thread Mark D via USRP-users
Wade, usrp-users, I’m now trying to build some code in an OOT directory. I can build the design with the rfnoc_image_builder Ok, however I can use the two step workaround to get the Vivado GUI to open. When I try and run “make E320_1G GUI=1” I just get an error saying that there is no rule to m

[USRP-users] OAI UE and eNB connection Issue (USRPs sync Issue)

2021-02-09 Thread Ashutosh Singh via USRP-users
Hi all, Did anyone get an initial sync issue with OAI UE and OAI enb connection . I am using USRP B210 for eNB and UE. Please help!! I dont know what power parameters i have to use to calibrate this setup . How to go further and solve this problem? Thanks Ashutosh ___

Re: [USRP-users] RFNoC 4 rfnocmodtool

2021-02-09 Thread Aaron Rossetto via USRP-users
On Mon, Feb 8, 2021 at 5:35 AM Askar, Ramez via USRP-users wrote: > Is rfnocmodtool made to create a completely new module, or it is also support > adding the provided modules from Ettus, such as FIR, FFT, etc to the design? > I am asking as I have noticed that the RFnoC modules are supported