I ran
'[..]/uhd_image_loader --args="type=x300,addr=192.
168.30.2,second_addr=192.168.40.2,fpga=XG"'
and now
'[..]/uhd_usrp_probe --args="type=x300,addr=192.
168.30.2,second_addr=192.168.40.2"'
prints the following:
'[INFO] [UHD] linux; GNU C++ version 4.8.5 20150623 (Red Hat 4.8.5-16);
Boo
ities.
On 8 March 2018 at 16:52, Marcus D. Leech via USRP-users <
usrp-users@lists.ettus.com> wrote:
> On 03/08/2018 03:57 AM, Eino Virtanen via USRP-users wrote:
>
> I ran
>
> '[..]/uhd_image_loader --args="type=x300,addr=192.168
> .30.2,se
The common approach would probably be to connect the X310 to a PC.
Said PC can then be accessed via internet.
You can pipe data through that PC to wherever, but be sure to consider
your latency and bandwidth requirements and your systems'
capabilities.
On 27 March 2018 at 09:45, Allouche Ishai vi
Dear recipents,
I am trying to synchronize the clocks of two X310s using C. I have the
following code:
---
s->usrp->set_clock_source("internal", 0);
s->usrp->set_time_source("internal", 0);
s->usrp->set_clock_source("external", 1);
s->usrp->set_time_source("external", 1);
s->usrp->set_time_next
Hello again,
Sorry for the multiple messages. I nailed down the problem to the
'set_clock_source("external", 1)'. For some reason the other X310
can't get the reference signal from the other one. I will continue
investigating.
If someone has faced a similar problem, please tell me about it.
--
B