Re: [Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread Josh Blum
peak detector can output 1 or 0. What is it outputting? feldmaus wrote: Josh Blum josh at joshknows.com writes: That says that throttling is not your issue. You are probably correct to think that the peak detect block stopped outputting samples. -Josh Is this because i did not configure

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Colby Boyer
Hi All, I've been trying to run some hardware tests between two USRP2s, but I have had no success in receiving packets. I am using the modified TX from Tiago. I feel sorta confident that the TX code works, because when I run the usrp2_fft.py, I see a wave form being transmitted over the channel.

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Valerio, Danilo
Hi Colby! We have also tried without success. We have used the TX path from Tiago and a modified version of the RX path (firmware and FPGA at their latest update). I also felt confident that the the TX path works, and consequently that the RX path had some problem. So we have tried to transmit

[Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread feldmaus
Josh Blum josh at joshknows.com writes: peak detector can output 1 or 0. What is it outputting? I get 1 and 0 when it is not freezed. I uploaded a screenshot, but i am not sure whether this works, http://img228.imageshack.us/my.php?image=peakdetected.jpg There you can see that i get 1 at a

[Discuss-gnuradio] USRP USRP2

2009-04-17 Thread Chitla S
Hi, I am new to USRP. Would like to know about where can we access PCB files or gerber files for USRP1 USRP2? Are we allowed to make modifications to the hardware as per the requirement changes...!! What are the licences applicable for hardware development. Pl advice. Thanks, Sudhir.

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Tiago Rogério Mück
That's good news. The code I sent seemed to be working but i realy didn't tested it. We have only one USRP2 here and we were trying to receive pkts using a 802.11b PCI card (Realtek RTL8180L chipset), but without success (some problems with the card configuration). 2009/4/17 Valerio, Danilo

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Ben Yahmed
I'm trying to modify the bbn_80211b_rx.py code inorder to receive packets but in every step I'm facing an AttributeError like: AttributeError: 'usrp2_source_32fc_sptr' object has no attribute 'make_format' AttributeError: 'usrp2_source_32fc_sptr' object has no attribute 'set_format'

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread Josh Blum
feldmaus wrote: Josh Blum josh at joshknows.com writes: peak detector can output 1 or 0. What is it outputting? I get 1 and 0 when it is not freezed. I uploaded a screenshot, but i am not sure whether this works, http://img228.imageshack.us/my.php?image=peakdetected.jpg There you can see

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Colby Boyer
Hi Ben, I uploaded my files to the usrp2_version in the CGRAN server. It uses the same files I used to run my USRP2 tests, so it should interface with the hardware correctly. Let me know if it does not. Bests, Colby On Fri, Apr 17, 2009 at 10:15 AM, Colby Boyer colby.bo...@gmail.com wrote: Hi

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Smith L.
Hi, This is what I get when I run benchmark _tx.py and benchmark_rx.py respectively on USRP2 with transmit_path_usrp2.py and receive_path_usrp2.py respectively: benchmark_tx.py:- m...@mcrl-desktop:~/gnuradio/gnuradio-examples/python/digital$ sudo ./benchmark_tx.py -f 2400M -v usrp2::ctor

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 11:24:00AM -0700, Smith L. wrote: I am using the same pick_bitrate.py file that is already provided in gnuradio. As it can be seen that both usrp systems have the default bit rate irrespective of whether it acts as receiver or transmitter. My concern is with the

Re: [Discuss-gnuradio] USRP USRP2

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 02:18:20PM +0530, Chitla S wrote: Hi, I am new to USRP. Would like to know about where can we access PCB files or gerber files for USRP1 USRP2? Are we allowed to make modifications to the hardware as per the requirement changes...!! What are the licences

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems

2009-04-17 Thread Colby Boyer
Hi All, So I ran a sanity test on the TX and RX functions. In the tx.py file, I added a file sink to record the data being sent to the USRP2. In the rx.py file I added a file source to read that data, rather than reading samples from the USRP2. When I did this, it was able to successfully

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Smith L.
Hi, I already tried to set the value of the converter_rate in pick_tx_bitrate and Pick_rx_bitrate according to the ADC and DAC specifications of u...@. I set it to 200e6 in pick_tx_bitrate and in pick_rx_bitrate. But even that did not worked. I am confused with how to modify the pick_bitrate.py

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 02:24:44PM -0700, Smith L. wrote: Hi, I already tried to set the value of the converter_rate in pick_tx_bitrate and Pick_rx_bitrate according to the ADC and DAC specifications of u...@. I set it to 200e6 in pick_tx_bitrate and in pick_rx_bitrate. But even that did

[Discuss-gnuradio] USRP Transmission

2009-04-17 Thread Somya Ajmera
Hi all, Did any body else had a problem while transmitting through USRP board? I am using Basic Tx/Rx board. When I tried to send a sinusoidal signal of 50Khz (through GRC) and tried to look at at the transmitted signal on to the oscilloscope by probing the Tx SMA connector, it displayed a

[Discuss-gnuradio] Re: Re: gr-howto-write-a-block

2009-04-17 Thread William Sherman
George Nychis wrote: On Fri, Apr 17, 2009 at 1:09 AM, William Sherman li...@ruby-forum.comwrote: Do I need to building gr-howto-write-a-block-3.1.3 from inside the gnuradio directory instead of just some random directory where it is currently located? The point of the standalone

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-17 Thread Karthik
On Tue, Apr 14, 2009 at 3:23 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: GNU Radio 3.2 release candidate 2 is now available for download and testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.2rc2.tar.gz

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-17 Thread Johnathan Corgan
On Fri, Apr 17, 2009 at 7:04 PM, Karthik karthik1...@gmail.com wrote: The value of len(self.subdev) = 4 in 3.1.3 and =6 in 3.2rc2. Shouldn't this be 4 as it was previously? It appears this was an inadvertent consequence of the change in the daughterboard code for the BasicRX and LFRX boards,

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 07:04:25PM -0700, Karthik wrote: On Tue, Apr 14, 2009 at 3:23 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: GNU Radio 3.2 release candidate 2 is now available for download and testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.2rc2.tar.gz

Re: [Discuss-gnuradio] USRP Transmission

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 03:58:56PM -0700, Somya Ajmera wrote: Hi all, Did any body else had a problem while transmitting through USRP board? I am using Basic Tx/Rx board. When I tried to send a sinusoidal signal of 50Khz (through GRC) and tried to look at at the transmitted signal on to the

Re: [Discuss-gnuradio] USRP USRP2

2009-04-17 Thread Chitla S
Hi Eric, I am able to locate USRP1 schematic files. Could you pl. let me know the link for USRP2 schematic files. Thanks in advance. Regds/Sudhir. On Sat, Apr 18, 2009 at 1:20 AM, Eric Blossom e...@comsec.com wrote: On Fri, Apr 17, 2009 at 02:18:20PM +0530, Chitla S wrote: Hi, I am new

[Discuss-gnuradio] USRP Overrun Problem

2009-04-17 Thread Lizhao You
Hi all, I am testing an application, which receives data from usrp. The datarate is 2M, and samples_per_symbol is 2, decimation is 16. I am using a PC, with Ubuntu 8.10, intel pentium 4 cpu 2.40G, and 768M Memory. But the shell displays uOuOuO when running. I know it means usrp overrun. I am