[Discuss-gnuradio] Understanding Firmware & Communication

2010-07-28 Thread Ashish Bansal
Hi, I have following queries regarding FPGA in USRP2. 1. Data flow for the ADC samples. To which modules does it go, how is it processed and finally how is it sent out by FPGA. 2. How does the Host and FPGA communicate with each other. Is there an interrupt being created at the ethernet port and

Re: [Discuss-gnuradio] Fwd: Some geophysical applications of USRP2 and USRP

2010-07-28 Thread Marcus D. Leech
> Hi Marcus, > > > Marcus D. Leech wrote: >> Several months ago, I used Gnu Radio to build a Sudden Ionospheric >> Disturbance receiver > >> The code is available for anyone who wants it. > > I would be interested in receiving the code, if you have a chance to > send it along. I'd also like to hea

Re: [Discuss-gnuradio] remote ssh usrp_fft.py execution

2010-07-28 Thread Matt Ettus
On 07/28/2010 02:00 PM, dave k wrote: can someone suggest the best way to run usrp_fft.py remotely? I have tried ssh'ing with X forwarding. I can view the program, but it is unresponsive to input. Any suggestions? Turn off the OpenGL FFT sink: http://osdir.com/ml/discuss-gnuradio-gnu/2010-0

Re: [Discuss-gnuradio] Fwd: Some geophysical applications of USRP2 and USRP

2010-07-28 Thread Marcus D. Leech
On 07/28/2010 05:39 PM, Juha Vierinen wrote: > Hi, > > I recently wrote some preliminary code to see if a USRP2 could be used > as a wide band ionosonde receiver (FM CW ionospheric chirp sounder). > Sure enough, after a morning of programming I managed to create a > simple ionosonde receiver using

Re: [Discuss-gnuradio] Fwd: Some geophysical applications of USRP2 and USRP

2010-07-28 Thread zero cool
please I am interested, if you allow me I want this code On Wed, Jul 28, 2010 at 4:39 PM, Juha Vierinen wrote: > Hi, > > I recently wrote some preliminary code to see if a USRP2 could be used > as a wide band ionosonde receiver (FM CW ionospheric chirp sounder). > Sure enough, after a morning of

[Discuss-gnuradio] remote ssh usrp_fft.py execution

2010-07-28 Thread dave k
can someone suggest the best way to run usrp_fft.py remotely? I have tried ssh'ing with X forwarding. I can view the program, but it is unresponsive to input. Any suggestions? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http:

Re: [Discuss-gnuradio] Failed to set frequency in usrp_fft.py

2010-07-28 Thread Panteley Prokofiev
For anyone who had this problem, the solution I found was specifying which daughterboard to use, with the "-R" option, and connecting the antenna to the RX, rather than the TX/RX antenna input. Hopes this helps someone. 2010/7/28 Panteley Prokofiev > Hi, > > Yes, I tried both ways, passing the fr

Re: [Discuss-gnuradio] Failed to set frequency in usrp_fft.py

2010-07-28 Thread Marcus D. Leech
On 07/28/2010 01:10 PM, Panteley Prokofiev wrote: > Hi, > > Yes, I tried both ways, passing the frequency range as a parameter and > inputting it in the GUI. I vaguely recall that RFX900 and RFX1800 are essentially the same board, with only a very small modification. I wonder if you accidental

Re: [Discuss-gnuradio] Failed to set frequency in usrp_fft.py

2010-07-28 Thread Panteley Prokofiev
Hi, Yes, I tried both ways, passing the frequency range as a parameter and inputting it in the GUI. 2010/7/27 Michael Chien-Chun Hung > Hi, > > Did you set it by passing the parameters with the command > ./usrp_fft.py, or set it after you see the window and the signal > waveform? I usually do

Re: [Discuss-gnuradio] How to set the frequency from firmware

2010-07-28 Thread Eric Blossom
On Wed, Jul 28, 2010 at 11:27:12AM +0200, Matthias Schäfer wrote: > Hi List, > I'm working on a firmware for a completely standalone usrp2 sender. > > How is that 32 bits integer dsp_tx_regs->freq interpreted by the > hardware and which value do I need to send e.g. on the 802.11g > channel 11 (2.

Re: [Discuss-gnuradio] getting FM radio signal strength

2010-07-28 Thread ish13
Ok I will look into that. Another question... I am not sure if you have seen the code for the usrp_wfm_rcv.py code but in the code there is a little section where it builds a FFT plot and displays the date. Do you know if there is anyway of getting the data that it is plotting? Thanks ish13

Re: Fwd: [Discuss-gnuradio] No UHD Devices Found

2010-07-28 Thread Tobias Schmid
Hello Matthias, thanks again for your help. As you have possibly seen, I have opened another thread yesterday, because I wasn't able to burn my card and to get a positiv verification message. This morning I didn't know what to do anymore and I decided to try another card writer. And suddenly i

Fwd: [Discuss-gnuradio] No UHD Devices Found

2010-07-28 Thread Matthias Wilhelm
> Hello, > > thanks for your quick answer. > > I checked it and I think ists okay. > > inupc33:/home/gnuradio/gnuradio/uhd/host/utils # route -n > Kernel IP Routentabelle > Ziel Router Genmask Flags > Metric RefUse Iface > 129.69.175.0

[Discuss-gnuradio] transmitting continuously but in receiver side i find the data seems discontinuously transmitted

2010-07-28 Thread weizhongshan
hello everyone ! i use benchmark_ofdm_tx to tramsmit data continuously .but in the receiver side ,i get serveral packets ,then a serial of noisy, and then useful packets again .the packets seem discontinuously transmitted .i wonder why . in my program both fusb_nblock and fusb_block_size are

Re: [Discuss-gnuradio] No UHD Devices Found

2010-07-28 Thread Tobias Schmid
Hello, thanks for your quick answer. I checked it and I think ists okay. inupc33:/home/gnuradio/gnuradio/uhd/host/utils # route -n Kernel IP Routentabelle Ziel Router Genmask Flags Metric RefUse Iface 129.69.175.00.0.0.0

Re: [Discuss-gnuradio] No UHD Devices Found

2010-07-28 Thread Matthias Wilhelm
Hello, "destination host unreachable" indicates that the route is not set correctly. Try # route add -net 192.168.10.0/24 dev eth1 or check # route -n to see if the routing is using the proper network devices. Matthias Am 28.07.2010 um 11:10 schrieb Tobias Schmid: > Hi, > > I've got

[Discuss-gnuradio] How to set the frequency from firmware

2010-07-28 Thread Matthias Schäfer
Hi List, I'm working on a firmware for a completely standalone usrp2 sender. How is that 32 bits integer dsp_tx_regs->freq interpreted by the hardware and which value do I need to send e.g. on the 802.11g channel 11 (2.462 GHz)? Cheers, Matthias _

Re: [Discuss-gnuradio] No UHD Devices Found

2010-07-28 Thread Tobias Schmid
Hi, I've got exactly the same problem. In my case the lights D and F are light up. The usrp2_card_burner_gui.py works correctly. I've checked that by flashing the cards with the common firmware. And that works fine. Tobias Am 15.07.2010 18:32, schrieb Josh Blum: Are the UHD images burned on

Re: [Discuss-gnuradio] getting FM radio signal strength

2010-07-28 Thread Martin Braun
On Tue, Jul 27, 2010 at 08:26:52PM -0700, ish13 wrote: > Is there any way I can the signal strength from a radio station that it is > tuning into? I am trying to implement a scan mode so I can get all the FM > stations. Hi ish13, this is one of the most commonly asked questions on this mailing l