[USRP-users] Getting sensor data using device3 usrp on E310

2021-02-15 Thread Ofer Saferman via USRP-users
Hello, I would like to access sensor data like "gps_time", "ref_locked","gps_locked" using a USRP device defined as "uhd::device3::sptr usrp" on a E310 unit. All the examples are for USRP devices defined as "uhd::usrp::multi_usrp::sptr usrp". I searched the documentation and tried all possible co

[USRP-users] Failed to compile UHD 3.15 on E310 target

2021-02-06 Thread Ofer Saferman via USRP-users
Hello, I made a small modification to UHD and would like to compile and use my version. Since I never succeeded to cross-compile I decided to try to compile it on the target itself. I am working with an USRP E310. I cloned the 3.15.LTS repository, modified one of the files and tried to compile. Du

Re: [USRP-users] Can E320 support RFNoC Replay block?

2021-01-12 Thread Ofer Saferman via USRP-users
E320. It was reverted because the > DMA FIFO was needed in the default image. You can customize and build your > own FPGA images if you need something custom. > > Thanks, > > Wade > > On Sat, Jan 9, 2021 at 12:30 PM Ofer Saferman via USRP-users < > usrp-users@lists.ettu

[USRP-users] Can E320 support RFNoC Replay block?

2021-01-09 Thread Ofer Saferman via USRP-users
Hello, Looking at the FPGA code on the repository for E320 I see that the replay block was previously supported and reverted to a FIFO a few months ago. Is it not working properly? Can I get a previous version of the FPGA firmware and use the replay block on a E320? Regards, Ofer Saferman -- Th

Re: [USRP-users] Hacking E310 units for synchronization

2021-01-03 Thread Ofer Saferman via USRP-users
wrote: > -- Forwarded message -- > From: "Marcus D. Leech" > To: usrp-users@lists.ettus.com > Cc: > Bcc: > Date: Sat, 02 Jan 2021 15:18:06 -0500 > Subject: Re: [USRP-users] Hacking E310 units for synchronization > On 01/02/2021 02:44 AM, Ofer Saferm

[USRP-users] Hacking E310 units for synchronization

2021-01-01 Thread Ofer Saferman via USRP-users
Hello, I must say that I am a bit frustrated. When I purchased multiple E310 units it was with the hope I will be able to synchronize them mainly based on: https://kb.ettus.com/Synchronization_and_MIMO_Capability_with_USRP_Devices, it shows the E310 as MIMO capable and having a reference clock inp

[USRP-users] Synchronization of E310 units

2020-12-23 Thread Ofer Saferman via USRP-users
Hello, I asked a few weeks ago about the possibility to use the internal GPS receivers of the E310 to synchronize multiple units. Someone explained that the internal GPS receiver and its associated synchronization algorithm are not good enough and I will not get synchronization that is better tha

Re: [USRP-users] Using GPS disciplining on E310

2020-12-05 Thread Ofer Saferman via USRP-users
plan to control all of your E310s when you want the transmit to turn on? > Will you have an SSH session to each of them? > Rob > > On Fri, Dec 4, 2020 at 2:28 PM Ofer Saferman via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Hello, >> I would like to sync

[USRP-users] Using GPS disciplining on E310

2020-12-04 Thread Ofer Saferman via USRP-users
Hello, I would like to synchronize several E310 devices. It is my understanding that the only way to do that is by connecting a GPS antenna and performing disciplining to a derived 1-PPS signal. I have a few questions to help me better understand how to make it work: 1. Does GPS disciplining achiev

Re: [USRP-users] Extending example "rfnoc_replay_samples_from_file" to 2 Tx channels

2020-09-14 Thread Ofer Saferman via USRP-users
rrect that you >>> will effectively have 2 software commands, but if you provide the same >>> "start time" in both commands (where the start time is slightly in the >>> future from "now"), the FPGA Radio block will delay streaming until the >>>

Re: [USRP-users] Extending example "rfnoc_replay_samples_from_file" to 2 Tx channels

2020-09-14 Thread Ofer Saferman via USRP-users
now"), the FPGA Radio block will delay streaming until the specified time > is reached such that both streams start simultaneously. > > Rob > > On Sun, Sep 13, 2020 at 11:59 PM Ofer Saferman via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Hello Rob, >

Re: [USRP-users] Extending example "rfnoc_replay_samples_from_file" to 2 Tx channels

2020-09-13 Thread Ofer Saferman via USRP-users
me to > each channel. > Rob > > On Sat, Sep 12, 2020 at 9:42 AM Ofer Saferman via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Hello, >> >> I would like to extend the example called "rfnoc_replay_sample_from_file" >> to play 2 fi

[USRP-users] Extending example "rfnoc_replay_samples_from_file" to 2 Tx channels

2020-09-12 Thread Ofer Saferman via USRP-users
Hello, I would like to extend the example called "rfnoc_replay_sample_from_file" to play 2 files, one for Tx1 and one for Tx2. I would also like both playbacks to start simultaneously (be synchronized). Is the synchronization possible? What would be the methodology? Creating 2 instances of the re

Re: [USRP-users] Rx sample rate for USRP E310

2020-09-08 Thread Ofer Saferman via USRP-users
ssage -- > From: Martin Braun > To: usrp-users@lists.ettus.com > Cc: > Bcc: > Date: Tue, 8 Sep 2020 17:16:45 +0200 > Subject: Re: [USRP-users] Rx sample rate for USRP E310 > On 9/5/20 2:59 PM, Ofer Saferman via USRP-users wrote: > > Hello, > > > > I am just

[USRP-users] Rx sample rate for USRP E310

2020-09-05 Thread Ofer Saferman via USRP-users
Hello, I am just starting out with the USRP E310 so bare with me. I am trying to capture samples to file using: ./rx_samples_to_file --freq 2.4e9 --rate 40e6 --bw 40e6 --gain 30 --nsamps 100 --file samp4.dat I get the following two warnings during processing: --