discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] multiple antennas and multiple usrps


From: Dan Halperin
Subject: [Discuss-gnuradio] multiple antennas and multiple usrps
Date: Wed, 25 Jun 2008 14:37:48 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Two not-that-related questions... but here goes.

1) I notice that multi-antenna.py claims to only work with the BasicRX boards. Any reason I can't use the 2 RX paths on each of 2 RFX2400s assuming the d'board is powered up and configured correctly?

2) I have a transmitter USRP and a receiver USRP attached to the same machine. I use usrp.serial_number() as suggested by Eric in many previous mails to distinguish between them. I have a code loop like this:

which = 0
self.u = usrp.source_c(which, <blah>)
while self.u.serial_number() != "RX Serial":
    del self.u
    which += 1
    self.u = usrp.source_c(which, <blah>)

and the analogous loop in the transmitter code. If I start the program that runs USRP #1 first, then this works fine; if I start the program that runs USRP #0 first, then when the other gnu radio script opens USRP #0 again, finds the wrong SN, and then opens #1, the functionality of USRP #0 breaks. (I think). For instance, I can't Ctrl- C out of usrp_siggen.py any more if it's the transmitter running on USRP #0.

Any suggestions?

Thanks,

Dan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkhiuqwACgkQy9GYuuMoUJ5JgACggRcBQBHwJfTO6rGXR0wVcO6i
MWAAoIYELnUj1Ivo840cPX6tul9J/DpN
=hSaq
-----END PGP SIGNATURE-----




reply via email to

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