discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] E100 frustrated newbie questions.


From: Ingmar Meins
Subject: Re: [Discuss-gnuradio] E100 frustrated newbie questions.
Date: Wed, 16 Feb 2011 20:18:31 +1100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Just so you don't think I gave up all disillusioned.

I have figured out how to change the GRC generated python files to not refer to the wx libraries, only takes a couple of lines to be edited. The result is that I can now create flowgraphs in grc on my development vm, copy the python file to the USRP E100, edit the couple of lines and my text based project works!

The proof of the pudding is a WBFM receiver that I just fired up and a couple of NBFM tx programs as well.

I did find a problem with the latest git gnuradio though, the UHD types are missing a _t at the end eg.

io_type = uhd.io_type.COMPLEX_FLOAT32 is generated by GRC but
io_type = uhd.io_type_t.COMPLEX_FLOAT32 is what is required to work...

Cheers,

Ingmar
Canberra, Australia

On 13/02/2011 1:26 PM, Ingmar Meins wrote:
Hi All,

I've now had the E100 with WBX for about a week and I feel like I am going around in circles!

I've run the UHD examples and the non-USRP examples because of course the python examples have not caught up with UHD, the E100 itself works fine.

I have now found some of the work on the list where people are porting the examples to python/UHD.

When I try to run some of this example code I get the error message "ImportError: cannot import name usrp".

Is this because the board is not actually setup with the python links to UHD when you get it?

Do I have to go through the whole p.i.t.a. process of recompiling UHD and gnuradio on the E100 or are these available from some secret repository so I can use opkg? Huge learning curve at present not helped at all by the zero information that comes in the $2000 box!

Also, I know grc won't fully run because there is no wxpython library on the E100 but am I correct in assuming I should be able to still use grc to compile my designs to python files and then run those results?

Sorry but I'm struggling with the whole finding the right forum or complete (and CORRECT) answers to some basic questions on this sexy new product (E100).

Any newbie pointers would be very much appreciated,

Cheers,

Ingmar
Canberra, Australia



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 13/02/2011 1:26 PM, Ingmar Meins wrote:
Hi All,

I've now had the E100 with WBX for about a week and I feel like I am going around in circles!

I've run the UHD examples and the non-USRP examples because of course the python examples have not caught up with UHD, the E100 itself works fine.

I have now found some of the work on the list where people are porting the examples to python/UHD.

When I try to run some of this example code I get the error message "ImportError: cannot import name usrp".

Is this because the board is not actually setup with the python links to UHD when you get it?

Do I have to go through the whole p.i.t.a. process of recompiling UHD and gnuradio on the E100 or are these available from some secret repository so I can use opkg? Huge learning curve at present not helped at all by the zero information that comes in the $2000 box!

Also, I know grc won't fully run because there is no wxpython library on the E100 but am I correct in assuming I should be able to still use grc to compile my designs to python files and then run those results?

Sorry but I'm struggling with the whole finding the right forum or complete (and CORRECT) answers to some basic questions on this sexy new product (E100).

Any newbie pointers would be very much appreciated,

Cheers,

Ingmar
Canberra, Australia



_______________________________________________
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]