discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] UHD Announcement - July 6th 2010


From: Josh Blum
Subject: Re: [Discuss-gnuradio] UHD Announcement - July 6th 2010
Date: Thu, 08 Jul 2010 10:18:11 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Thunderbird/3.0.5

The make takes a device_addr_t which means you may pass in the formatted string or a device_addr_t dictionary object:

mimo_usrp::make("addr=192.168.10.11 192.168.20.11")

or

device_addr_t dev_addr;
dev_addr["addr"] = "192.168.10.11 192.168.20.11"
mimo_usrp::make(dev_addr);

-Josh

On 07/08/2010 05:30 AM, Per Zetterberg wrote:

If I use the UHD driver directly (i.e. not using gnuradio framework) should I call 
"mimo_usrp::make" with argument "addr=192.168.10.11 192.168.20.11 192.168.30.11 
192.168.40.11, addr=192.168.10.11 192.168.20.11 192.168.30.11 192.168.40.11" to achieve the 
same or how should the string be formatted ?


BR/
Per


________________________________________
From: address@hidden address@hidden on behalf of Zohair address@hidden
Sent: Thursday, July 08, 2010 12:16 PM
To: address@hidden
Subject: Re: [Discuss-gnuradio] UHD Announcement - July 6th 2010

Dear Josh,
I have successfully installed the UHD branch from jblum.git repo and have
tried out using the MIMO sources available. I have a few points to raise
here regarding this release and block:

1- I am using a PC with four Ethernet ports. I burned the firmware and the
fpga images created on 6-7-2010. Also, I tried assigning IP addresses from
the same subnetwork: 192.168.10.X/24. However, Only a single USRP2 is
discovered at a time while others are unreachable. (USRP2s IPs are also from
the same subnetwork above)

2- Then I tried assigning IPs from 4 different subnetworks to the USRP2's,
and all them  can be discovered normally. Is it possible that they work
using IPs from the same subnetwork or not? (case 1)

3- I used a MIMO source with 4 outputs and the following settings:
freq: 2414000000, 2414000000, 2414000000, 2414000000
Arg: addr=192.168.10.11 192.168.20.11 192.168.30.11 192.168.40.11,
recv_buff_size=50e6 50e6 50e6 50e6
sample rate: 195.312K ( Firstly, I used 32K but at runtime I was prompted
to use this value)
Gain= 35,35,35,35
Antennas= [‘RX2’, ‘RX2’, ‘RX2’, ‘RX2’]

I connected the 4 outputs to graphic scopes but once I run the flowgraph, I
see this error messages:

terminate called after throwing an instance of
'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast>
'
   what():  bad lexical cast: source type value could not be interpreted as
target.

I have Boost 1.38.0 installed and I did use this command for configuration:
./configure --with-boost=$BOOST_PREFIX

Any advice or help regarding this issue, please?

Best regards,

Zohair
--
View this message in context: 
http://old.nabble.com/UHD-Announcement---July-6th-2010-tp29091756p29105404.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]