Chris,
Marcus had mentioned about experimenting with ICRON Ranger 2101 USB 2.0
Extender for about 150foot. Check out these threads...
http://www.nabble.com/ICRON-Ranger-2101-USB-2.0-Extender-td19164474.html
http://www.nabble.com/USRP2-Price-td19399125.html (towards the end of the
thread)
Regards
Chris, about your original issue -- USB distance -- see
http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg14551.html
and
http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg14266.html
Eric
___
Discuss-gnuradio mailing list
Discuss-gn
Chris Stankevitz wrote:
1. Does the USRP2 support the BasicRX daughterboard?
2. Does the USRP2 support the DBSRX daughterboard?
From the FAQ, ALL daughterboards work on both the USRP1 and USRP2.
3. Does gnuradio-3.1.3 work with USRP2?
No, you'll need to use the newest SVN code.
4.
Hey all,
I'm still working on a processing block, and now recieve this error at
runtime:
Traceback (most recent call last):
File "./usrp_randsiggen.py", line 122, in
main ()
File "./usrp_randsiggen.py", line 96, in main
fg.set_interpolator (options.interp)
File "./usrp_randsiggen.
Chris Stankevitz wrote:
> 5. My application requires the USRP to use the external clock provided
> by my front end. It runs at 64 MHz. Will the USRP2 accept this 64 MHz
> clock? (I'm guessing not since it appears the USRP2 runs at a different
> frequency). I can provide a sine or square wave
1. Does the USRP2 support the BasicRX daughterboard?
2. Does the USRP2 support the DBSRX daughterboard?
3. Does gnuradio-3.1.3 work with USRP2?
4. Does the USRP2 work with the usrp_standard_rx interface (in
libusrp.so provided by gnuradio-3.1.3)
5. My application requires the USRP to use the e
Chris Stankevitz wrote:
wikipedia:
"The maximum length of a standard USB cable is 5.0 meters (16.4 ft). The
primary reason for this limit is the maximum allowed round-trip delay of
about 1500 ns. If a USB device does not answer to host commands within
the allowed time, the host considers th
Chris Stankevitz wrote:
> - "USB2 -> ethernet" (does this exist?)
Does the USRP2 use ethernet to transmit data? I just saw a picture of it.
CHris
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discu
Hi,
I'm putting my USRP and antenna on a 56 foot mast. For my application
the USRP must be near the antenna. I'd rather not deal with the
logistics of placing the computer on the mast as well. Any ideas on how
I can get the USB data from the top of the mast to the ground where my
computer is?
Carles Fernandez wrote:
Hi,
I would like to ask what chipset is used in the USRP2 for managing the
Gigabit Ethernet interface. I haven't been able to find this
information on the web.
National Semiconductor DP83865
Matt
___
Discuss-gnuradio maili
On Thu, Nov 06, 2008 at 06:17:10PM +0100, Carles Fernandez wrote:
> Hi,
>
> I would like to ask what chipset is used in the USRP2 for managing the
> Gigabit Ethernet interface. I haven't been able to find this
> information on the web.
>
> Help will be really appreciated.
>
> Best regards,
> Car
On Thu, Nov 06, 2008 at 05:06:28PM +, Jorg Lotze wrote:
> Hi,
>
> I would like to know if it is possible with GNU Radio to have callbacks
> from a processing block into python to trigger a reconfiguration. A
> possible scenario is a radio which changes its receiver frequency when a
> the signa
http://academic.csuohio.edu/yuc/mobile08/Sai_Sachin2.pdf
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi,
I would like to ask what chipset is used in the USRP2 for managing the
Gigabit Ethernet interface. I haven't been able to find this
information on the web.
Help will be really appreciated.
Best regards,
Carles.
___
Discuss-gnuradio mailing list
D
Hi Dimitris, I scanned over your code and think you just need to add
"self" to one statement. We add self only if there is an external
port. Your rds_rx block has an input but is a sink and therefore no
output. Therefore at line 102 rds_rx.py you may want to add something
like:
self.connect(self, s
Hi,
I would like to know if it is possible with GNU Radio to have callbacks
from a processing block into python to trigger a reconfiguration. A
possible scenario is a radio which changes its receiver frequency when a
the signal was lost (due to a change in the transmitter frequency). For
example,
On Thu, Nov 06, 2008 at 05:02:46PM +0100, Mattias Kjellsson wrote:
> Eric Blossom wrote:
>>
> Then I probably have to read up on what VRT is...
>>> The timestamp in the same header, supposed to reflect when it's going
>>> to be sent out on the antenna, when it was received to the usrp2,
>>>
Hi
I'm very new to GNU radio and just recently managed to get a successful
compilation working. Simple built in-examples (such as benchmark_tx/rx) are
working fine.
However, I was wondering it was possible to transmit more complex data via
USRP, such as a JPEG file. Any guidance/source code/rele
Eric Blossom wrote:
On Wed, Nov 05, 2008 at 07:30:01PM +0100, Mattias Kjellsson wrote:
Eric Blossom wrote:
There are a couple of headers. See usrp2_eth_packet.h
So I have. Regarding the channel and timestamp fields in "struct
u2_fixed_hdr_t", channel is going to (when implemen
I gave it a shot, didn't work though...
I was getting the error "ValueError: port number 0 exceeds max of (none)"
here's my hier_block2:
https://www.cgran.org/browser/projects/radio_data_system/trunk/src/python/rds_rx.py
and here's my top_block:
https://www.cgran.org/browser/projects/radio_data_sy
Are you aware that the isolation between the transmit and receive channels
of USRP daughterboards is generally < 40 dB? (This fact made it impossible
for me to use the Transmit channels in my application.) It is quite
challenging to have transmit and receive channels operating simultaneously,
shar
>> Are you trying to simultaneously transmit and receive with the XCVR2450?
>> Because it doesn't do that -- it does not do FDD. The RFX-series will work
>> in full duplex mode, but you still need to put them on different
>> frequencies.
>>
>> If you really need to do this with the XCVR2450, then
Hey,
I have two XCVR2450 Trancievers.I have also two wire antennas connected to
each.
So,I have separate transmit and recieve paths, but I am using a single USRP.
I am using the transmiter and reciever daughterboards at almost the same
frequency.
I am transmitting at 2.45GHz and I expect to reci
23 matches
Mail list logo