[Discuss-gnuradio] USRP2: PPS interrupt handler?

2009-09-29 Thread john brzustowski
Does the current USRP2 FPGA/firmware release allow for a PPS interrupt handler? I've tried adding these lines to the txrx.c firmware app: static void test_pps_handler(unsigned irq) { putstr(Got to PPS handler at time:); puthex32_nl(timer_regs-time); pic_regs-pending =

Re: [Discuss-gnuradio] New external clock board for USRP

2009-09-29 Thread Alexander Chemeris
Yes, connecting to SPI is an interesting option. We'll consider looking at it. Is there any documentation for this bus available? On Mon, Sep 28, 2009 at 20:00, Tim Pearce timothy.pea...@gmail.com wrote: In terms of integrating more tightly with the USRP/GnuRadio You could (maybe) just use the

Re: [Discuss-gnuradio] Two samples per symbol..how can we use both samples to create a symbol during demod!!

2009-09-29 Thread Stefan Brüns
On Tuesday 29 September 2009 05:16:16 Bishal Thapa wrote: Dear Thomas and Tim, Thank you for replying all my questions previously. I have another question for the list. Hope you don't mind. I wrote a demod for dbpsk. I had to because I am spreading/despreading packets using dbpsk modulation.

[Discuss-gnuradio] Help :Usrp2_fft.py fails to gives the correct output

2009-09-29 Thread Anupama Purohit
Hi Eric , We here have just got introduced with gnuradio and are seeking support on few problems with usrp2 . We are unable to get the correct output of usrp2_fft.py after installation and upgrading to 11370s (fpga and s/w) . No carrier freq seen only noise at ~ -100 dB for different values of

Re: [Discuss-gnuradio] problem with u2_flash tool and new SD card!

2009-09-29 Thread Matt Ettus
周亮 wrote: Recently we received the new USRP2 of REV4. Then I tried to flash firmware to 2GB SD card with u2_flash_tool but failed. The error message is: sudo ./u2_flash_tool -t fpga --dev=/dev/sdj -w u2_rev3_2rx_iad.bin Traceback (most recent call last): File ./u2_flash_tool, line 111, in

[Discuss-gnuradio] about OpenBTS and minimal hardware requirements for a GSM network

2009-09-29 Thread Rafael Diniz
Hi people, I and a friend will try the OpenBTS (we aim to make a free GSM network), and I'd like to know if I can use a DBSRX in the RX chain (just for testing purposes), and a RFX900 in the TX chain. I already own a DBSRX, so them I'd have to buy only a RFX900. I'm following this page:

Re: [Discuss-gnuradio] New external clock board for USRP

2009-09-29 Thread David Burgess
Alexander - We expect to be able to get VCTCXOs in modest volumes for less than $30. The TCXO we are using now is $23. Most of the cost of the clock doubler board is the labor for getting it assembled locally in small batches. When/if the FPGA firmware gets fixed, we can use a 26 MHz

[Discuss-gnuradio] another newbie question

2009-09-29 Thread Steve Mitan
Hi all I am making progress. Using GRC and the information from Joshknows.com I was able to build the blocks for dial_tone and got it to work. But I am unable to get the volume and noise sliders to function. I have spent several hours trying to solve the problem but with no success. I'm sure the

[Discuss-gnuradio] how to reduce data rate in OFDM

2009-09-29 Thread bin zan
Hi all, My current equipment seems can't handle normal parameter setting for OFDM test. The receiver can only receive very small number of packet correctly. One possible reason maybe because the host can't catch up the process speed. So, I would like to modify some paramters and reduce the

[Discuss-gnuradio] How to change Sample per symbol rate in OFDM?

2009-09-29 Thread bin zan
Does any one know what is the sample per symbol rate in OFDM gnuradio? Or how to change the value? Thanks, bin ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] another newbie question

2009-09-29 Thread Josh Blum
Steve, I am not sure what the problem is. Can you be more/very specific? -Josh Steve Mitan wrote: Hi all I am making progress. Using GRC and the information from Joshknows.com I was able to build the blocks for dial_tone and got it to work. But I am unable to get the volume and noise

Re: [Discuss-gnuradio] Help :Usrp2_fft.py fails to gives the correct output

2009-09-29 Thread Matt Ettus
Anupama Purohit wrote: Hi Eric , We here have just got introduced with gnuradio and are seeking support on few problems with usrp2 . We are unable to get the correct output of usrp2_fft.py after installation and upgrading to 11370s (fpga and s/w) .

Re: [Discuss-gnuradio] USRP2: PPS interrupt handler?

2009-09-29 Thread Matt Ettus
john brzustowski wrote: Does the current USRP2 FPGA/firmware release allow for a PPS interrupt handler? I've tried adding these lines to the txrx.c firmware app: static void test_pps_handler(unsigned irq) { putstr(Got to PPS handler at time:); puthex32_nl(timer_regs-time);

[Discuss-gnuradio] dbpsk.py logging problem

2009-09-29 Thread Mir M. Ali
Hi, I tried to log the data from benchmark_tx.py using dbpsk modulation but for some reason it doesn't happen. --log option works on other computers but not on my laptop. I have gnuradio-3.2svn installed. Thanks, Mir ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] Announcement of GnuRadio/USRP Tutorial Workshop to be held in Japan

2009-09-29 Thread Minseok Kim
Dear Colleagues, On behalf of the persons concerned, I am very pleased to announce a small tutorial workshop on Introduction to Wireless Communication Programming Using GNURadio/USRP to be held in Japan. This is a half day tutorial workshop including USRP training on October 21 in Tohoku

Re: [Discuss-gnuradio] Package install problem on different computer.

2009-09-29 Thread Thomas Tsou
On Tue, Sep 29, 2009 at 9:26 PM, Mir M. Ali mirmurt...@gmail.com wrote: Hi, I have a package with a few gnuradio modules that I developed. This package installs wihtout a hitch on my laptop. I then copied the package folder on to two ohter computers but the installation always fails. When

Re: [Discuss-gnuradio] Package install problem on different computer.

2009-09-29 Thread Josh Blum
Autotools generates scripts that are machine specific. When you copy the scripts over to another computer, they may not work. At least I think thats whats happening! Try running ./bootstrap and ./configure before make. -Josh Mir M. Ali wrote: Hi, I have a package with a few gnuradio modules

Re: [Discuss-gnuradio] Package install problem on different computer.

2009-09-29 Thread Mir M. Ali
Thanks, i deleted all the auto-generated files and now it works. :) On Tue, Sep 29, 2009 at 11:28 PM, Josh Blum j...@joshknows.com wrote: Autotools generates scripts that are machine specific. When you copy the scripts over to another computer, they may not work. At least I think thats whats

[Discuss-gnuradio] About build USRP on GNURadio

2009-09-29 Thread Li Mei-Wen
Hi: I can't run the ./tx_voice.py or benchmark_rx.py in /usr/src/gnuradio/gnuradio-examples/python/digital In fact, I can't run anything in /.../diital. If I do, I will got error message, like follows. But I can run ./benchmark_rx.py in /.../digital-bert Somebody say maybe my GNU Radio