Using uhd_fft.py with usrp1

Hi everyone,

I’ve been trying to use the uhd_fft.py example with a usrp1, but as far
as I
understand, usrp1’s do not have device addresses and therefore the call
self.u = uhd.usrp_source(device_addr=options.address,
io_type=uhd.io_type.COMPLEX_FLOAT32,
num_channels=1)
doesn’t work. I’m wondering if someone could please help me define a uhd
source for a usrp1.

Thanks,
Prachi

On 07/13/2011 03:26 PM, Prachi Parihar wrote:

Hi everyone,

I’ve been trying to use the uhd_fft.py example with a usrp1, but as far as I
understand, usrp1’s do not have device addresses and therefore the call

All uhd devices have a device address:
http://www.ettus.com/uhd_docs/manual/html/identification.html

Did you build uhd with usrp1 support?
Can you find the usrp1 with uhd_find_devices?
If yes, what error are you getting with uhd_fft.py

-josh

On 07/13/2011 06:26 PM, Prachi Parihar wrote:

Thanks,
Prachi


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

Use “type=usrp1” as the device address

having the same problem “type=usrp1” didn’t worked for me.