Thanks Marcus.
I tried the following :
--------------------------------------------
from gnuradio import gr
from gnuradio import uhd
addresses="addr0=192.168.10.5,addr1=192.168.10.2"
uhd_usrp_source_0 = uhd.usrp_source(",".join((addresses,
"")),uhd.stream_args(cpu_format="fc32",channels=range(5),),)
print uhd_usrp_source_0.get_num_mboards()
-----------------------------------------------
However, I get the following error:
UHD Error:
Device discovery error: ValueError: Could not resolve device hint
"addr=192.168.10.2" to a single device.
I am able to ping both the addresses. 192.168.10.2 is the X310 with the 2
TwinRXs.
Could you please let me know why I am seeing this and how this can be fixed?
Thanks!
Steve
On Thu, May 24, 2018 at 4:28 PM, Marcus D. Leech via USRP-users <
[email protected]> wrote:
> On 05/24/2018 03:08 PM, Steve Gough via USRP-users wrote:
>
> Oops- meant to say SBX is tuned to 2.4GHz. But the question remains the
> same.
>
> Thanks!
>
> Multi-usrp will time-align all the streams going through it.
>
> You'll need to make sure that your devices are set to use the external REF
> clock, and the 1PPS source.
>
> You'll also need to use set_time_unknown_pps() to align the time-of-day
> clocks across the devices.
>
> I would suggest looking at:
>
> rx_multi_samples.cpp
>
> in .../uhd/host/examples
>
> in the codebase.
>
>
>
>
> On Thu, May 24, 2018 at 2:56 PM, Steve Gough <[email protected]> wrote:
>
>> Hi All,
>>
>>
>> I have an X310 with two TwinRXs and an N210 with a WBX. The TwinRXs are
>> listening to a signal at 5.8GHz, and the WBX is tuned to 2.4GHz. The N210
>> and the X310 are connected to an external Octoclock that provides the PPS
>> signal.
>>
>> Could someone please point me to a UHD code snippet that I can use to
>> sample-align all the 5 RX chains?
>>
>>
>> Thanks!
>> Steve
>>
>
>
>
> _______________________________________________
> USRP-users mailing
> [email protected]http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com