unless it was deliberate
(but wrong!).
On Wed, Nov 10, 2021 at 4:20 PM Marcus D. Leech
mailto:patchvonbr...@gmail.com>> wrote:
On 2021-11-10 14:40, Robert Clancy via USRP-users wrote:
TLDR- Setting the time ( set_time_next_pps() ) on (multiple) X310 doesn't
result in USRP time b
TLDR- Setting the time ( set_time_next_pps() ) on (multiple) X310 doesn't
result in USRP time being aligned with PPS edge. Works on N320.
I have two X310's and an N320 as well as an Octoclock. The Octoclock does have
GPS lock. All four devices are on different computers, each of which has its
e=sfp0', channels=list(range(0,1)),
got this working.
From: Rob Kossler
Sent: Tuesday, March 16, 2021 2:28:48 PM
To: Robert Clancy
Cc: Robin Coxe; usrp-users@lists.ettus.com
Subject: Re: [USRP-users] Re: WhiteRabbit switch with an N321
Robert,
Perhaps
Hi Robin,
Thanks for thinking about this. I do set the time source- in the python script
there is a line:
self.uhd_usrp_source_0.set_time_source("sfp0")
Robert
From: Robin Coxe
Sent: Monday, March 15, 2021 7:12:35 PM
To: Robert Clancy
Cc:
I am trying to test a White Rabbit switch with an N321 radio but am failing to
be able to make a capture.
I have Gnuradio 3.8.0 installed and the UHD version is reported as
UHD_4.0.0.0-18-g83e878cf
This is the response from a probe:
[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501;
I'm trying to get an N321 working with a WhiteRabbit switch.
First, if I don't try to set the timing to sfp0, everything is fine:
myprompt:./rx_samples_to_file --args
"addr=192.168.10.2,clock_source=internal,master_clock_rate=250e06" --file
blob.dat --type short --duration 1 --freq 7501 -