discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Trouble with TV Rx boards


From: dromza
Subject: Re: [Discuss-gnuradio] Trouble with TV Rx boards
Date: Thu, 30 Jun 2005 11:36:32 -0500
User-agent: Internet Messaging Program (IMP) 3.2.6

Robert - Sorry I confused you, I was not so clear. I have the Basic RX
 daughterboard installed in slot RX A, and that is what I used to get the
 wfm_rcv_gui.py to work. I just tried that out to make sure the USRP was
 working. But I installed the TV Rx board in slot RX B.

 To Lamar - I believe that I did specify which side of the board the TV Rx was
 on. I used the following code:

 which_side = 1

 # usrp is data source
         if which_side == 0:
             src = usrp.source_c (0, decim, 1, 0xf0f0f0f0, 0)
         else:
             src = usrp.source_c (0, decim, 1, 0xf0f0f0f2, 0)

 When I originally got the error, I was using this code to specify which side of
 the board the TV Rx was on. That is why this error has got me stumped. Any
 other suggestions?

 Thanks for the input.

 Dan Romza



Quoting Lamar Owen <address@hidden>:

> On Wednesday 29 June 2005 19:03, address@hidden wrote:
> > I recently received a TV Rx board. My usrp works with wfm_rcv_gui.py but I
> > have been trying to simply run tvrx_wfm_rcv_gui.py with the TV
> > daughterboard  and I receive this error:
>
> Which version?  You may need to specify which side in the script if it's the
> released version 2.5.  The code in CVS right now automatically figures out
> which side, but the 2.5 code does not.  Find which_side in the script, and
> change it (probably to 1, because the default in the script is 0).  While
> this may not be your problem, I seem to remember a similar error back when I
> first got my USRP with a TVRX (on side 1) and was trying to use the 2.5 code.
> I've been tracking CVS for some time now, so I've forgotten the exact error I
> got that first time, but it sounds similar.
> --
> Lamar Owen
> Director of Information Technology
> Pisgah Astronomical Research Institute
> 1 PARI Drive
> Rosman, NC  28772
> (828)862-5554
> www.pari.edu
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>









reply via email to

[Prev in Thread] Current Thread [Next in Thread]