[Discuss-gnuradio] Re: UHD IP Address Setting Issue

2010-11-18 Thread Gregory, Adam
Hi Josh, Sorry, didn't see your e-mail until getting the digest today. Thanks for the fix! Cheers, Adam A fix has been pushed (the eeprom offset was wrong). -Josh On 11/16/2010 08:57 AM, Gregory, Adam wrote: Hi all, I'm trying to get a MIMO setup working using USRP2s

[Discuss-gnuradio] Received signal is DANCING

2010-11-18 Thread Songsong Gee
I am now building a flow graph for ASK modulation,during the test, Here is my flow graph, http://picasaweb.google.com/lh/photo/-4xnI_UgFeSNENH3UGHgxw?feat=directlink And this is the result plot, http://picasaweb.google.com/lh/photo/QYy5NJEezHCqaMX-8AIFww?feat=directlink The bottom is the RX

Re: [Discuss-gnuradio] Re: get fatal IO error 11 when running usrp2_fft.py (USRP2 + XCVR2450)

2010-11-18 Thread Marcus D. Leech
On 11/18/2010 02:35 AM, XIAN PAN wrote: Hi Marcus D. Leech, Thank you for your response. I never use the peak hold button on this machine because I cannot click any buttons on the screen begin the program running, it is also dead as the same time. As I said before, I cannot do nothing

Re: [Discuss-gnuradio] Received signal is DANCING

2010-11-18 Thread Steven Clark
On Thu, Nov 18, 2010 at 6:34 AM, Songsong Gee gee.songs...@gmail.comwrote: I am now building a flow graph for ASK modulation,during the test, Here is my flow graph, http://picasaweb.google.com/lh/photo/-4xnI_UgFeSNENH3UGHgxw?feat=directlink And this is the result plot,

Re: [Discuss-gnuradio] Switching of UHD/Raw-Ethernet Driver

2010-11-18 Thread Josh Blum
On 11/17/2010 11:27 PM, Bishal Thapa wrote: I have two small questions... 1. I successfully installed UHD (gr-uhd) following the guide http://www.ettus.com/uhd_docs/manual/html/usrp2.html; But now, I want to be able to switch back and forth between the UHD and Raw-Ethernet Driver. Do I

Re: [Discuss-gnuradio] Received signal is DANCING

2010-11-18 Thread Marcus D. Leech
On Thu, Nov 18, 2010 at 6:34 AM, Songsong Gee gee.songs...@gmail.com mailto:gee.songs...@gmail.com wrote: What does the resulting plot look like if you remove the bandpass filter? Those discontinuities when the orig signal abruptly turns on/off is essentially high-frequency info, which when

Re: [Discuss-gnuradio] Received signal is DANCING

2010-11-18 Thread Josh Blum
As previously observed, the throttle blocks are quite unnecessary. Also, why the repeat block? The file source is already set to repeat, so I don't understand what that repeat block is doing there. the repeat acts like an interpolation, where the file source repeat option just replays the

Re: [Discuss-gnuradio] About MIMO-cable

2010-11-18 Thread Miok Wah
I am also interested in using the cable. We bought 10+ USRP2 and several MIMO cables, hoping to set up a MIMO network. But I have not figured out how to do that. I read through Josh's UHD MIMO announcement: http://old.nabble.com/UHD-Announcement---July-6th-2010-tt29091756.html#a29276686 But

Re: [Discuss-gnuradio] About MIMO-cable

2010-11-18 Thread Josh Blum
The serdes cable does not currently work with UHD other than to share ref clocks. I am currently (as I type this email) working on the FPGA routing logic to use the mimo cable with UHD. Don't hold your breath, but I am attempting to get it working before the holiday next week. -Josh On

Re: [Discuss-gnuradio] Switching of UHD/Raw-Ethernet Driver

2010-11-18 Thread Bishal Thapa
2. I am using XCVR2450 with USRP2. I initially just wanted to find out which antenna (J1 or J2 -- connected to RF2 and RF1 in my USRP2 respectively), was defined to be RX and which one to be TX? I found out from a file db_xcvr2450.cc that J1 was defined to be RX and J1-TX, however with my

Re: [Discuss-gnuradio] Switching of UHD/Raw-Ethernet Driver

2010-11-18 Thread Josh Blum
Thank you for your answers. For this second answer, I didn't understand your reply. The link you sent does not say anything about how to set the TX/RX to J1/J2. It just says it could be set to either one. My question is, is there a way (API) in python to set this specifically ? If you

Re: [Discuss-gnuradio] Switching of UHD/Raw-Ethernet Driver

2010-11-18 Thread Bishal Thapa
On Thu, Nov 18, 2010 at 3:43 PM, Josh Blum j...@joshknows.com wrote: Thank you for your answers. For this second answer, I didn't understand your reply. The link you sent does not say anything about how to set the TX/RX to J1/J2. It just says it could be set to either one. My question is,

Re: [Discuss-gnuradio] Switching of UHD/Raw-Ethernet Driver

2010-11-18 Thread Josh Blum
Sorry, I am using raw-ethernet driver. I saw those APIs for UHD. Does it apply to raw-ethernet driver use as well? I believe so, except that the set_antenna call takes an integer 1 or 0. I would use trial an error to determine the antenna mapping. -Josh

Re: [Discuss-gnuradio] About MIMO-cable

2010-11-18 Thread Miok Wah
Hi Josh, Wow~ I thought the cables would need to be thrown away since we don't know how to use them. ;) Thanks a lot!!! I'm looking forward to your implementation! Josh Blum-2 wrote: The serdes cable does not currently work with UHD other than to share ref clocks. I am currently (as

[Discuss-gnuradio] Questions about using UHD with USRP2

2010-11-18 Thread peng senl
p { margin-bottom: 0.08in; } First, I am not quite sure if it is a good idea to use UHD with USRP2 right now. I have the UHD driver installed and the USRP2 board detected. What I need to do first is to write a basic program to collect some data from the

Re: [Discuss-gnuradio] Questions about using UHD with USRP2

2010-11-18 Thread Josh Blum
I have the UHD driver installed and the USRP2 board detected. What I need to do first is to write a basic program to collect some data from the USRP2 board by C++. But I can not find any introduction file or example to explain what I should do. For example, which directory I should include

Re: [Discuss-gnuradio] Questions about using UHD with USRP2

2010-11-18 Thread Marcus D. Leech
On 11/18/2010 11:37 PM, peng senl wrote: First, I am not quite sure if it is a good idea to use UHD with USRP2 right now. I have the UHD driver installed and the USRP2 board detected. What I need to do first is to write a basic program to collect some data from the USRP2 board by C++.

Re: [Discuss-gnuradio] About MIMO-cable

2010-11-18 Thread Fisheep
Hi everyone, I also have the same question about USRP2 with MIMO Cable. I found from the forum that it should program the SD card with new firmware, but I don't know where to find the firmware code on the gnuradio wiki. Doee anyone have any idea about this. Please let me know, thanks in