Hi everyone,
I downloaded and built GNU Radio from sbrac.org, and it operates normally. The
only problem is that when I am searching for any WX GUI Widgets, I can only see
WX GUI Static Text, WX GUI Time Panel and WX DOA Compass. Based on a previous
discussion on that mailing list I also instal
Hi Nikos
>
> I downloaded and built GNU Radio from sbrac.org
ah, ok, I presume that means you used Marcus Leech's build-gnuradio script.
> The only problem is that when I am searching for any WX GUI Widgets, I
> can only see WX GUI Static Text, WX GUI Time Panel and WX DOA Compass.
As you've alread
Hi Marcus,
it's probably remains from an older installation attempt I had made (using
Pybombs), which failed. After that I used that script and it worked like a
charm. So if I would just do a "./build-gnuradio" from my installation
directory in order to build ag
Hey Marcus,
I am trying to build my own custom block in gnuradio, with the help of
following link
"http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules and
https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig
https://www.youtube.com/watch?v=BW8o9ZgFJ5I";
But i a
Do you have GNU Radio correctly installed?
this looks like you don't, or you have an old installation (GNU Radio 3.6).
Check by running "gnuradio-config-info --version".
On 03/14/2015 04:36 PM, Abhishek Shukla wrote:
> Hey Marcus,
> I am trying to build my own custom block in gnuradio, with the h
Hi eveyone again,
as an update to the issue I was facing, I re-built GNU Radio, just as Marcus
suggested, but I still can't see the WX GUI Widgets in the Companion.
I can see the gr-wxgui folder in my gnuradio tree, but apparantly it is still
not built along with the rest of the project, and I
Do you have the diagnostics I asked you for?
> Most probably, the log file that was generated during your GNU Radio
> compilation contains more information; it's called CMakeOutput.log and
> should be in /gnuradio/build/CMakeFiles/
>
> Also, the output of "gnuradio-config-info -v --enabled-compone
"gnuradio-config-info -v --enabled-components" results in an unrecognized
option error for --enabled-components. I have attached the log you asked me for.
Thank you,
Nikos
From: discuss-gnuradio-bounces+n.bizanis=student.tudelft...@gnu.org
[discuss-gnurad
Hello all,
I'm new in GNURadio and right now I am understanding a little bit on how
the pmt work and how can it be read.
For that I'm taking this project as a base:
https://github.com/bastibl/gr-ieee802-15-4, working on the MAC layer
(modifying mac.cc and mac.h so far) and from here I want to ext
Hi all,
I have a vector source that repeats and points to two variables A + B ,
within variable A is 1100 is it possible to have variable B point to a file
that contains a whole bunch of binary combinations separated line by line.
Ideally I would like to run a flow graph and upon every repe
Tom,
I'm new to gnuradio, so let's see if any replies offer better advice.
But I did something similar to what you ask. In my case, the value of
the variable is a call to my python code. You can see what I did in the
top two examples at
http://udel.edu/~mm/gr/
Both grc file and my code
Thanks Mike,
I created python code to open the file which has the random data in in it
however unfortunately the vector source complains "can only concatenate list
(not module) to list, not quite sure what I'm doing wrong.
Will keep at it lol
-Original Message-
From: discuss-gnuradio-bou
Ill just explain a little different, it may prompt somebody to say hey this
is easy just do this... ( I wish)
I have a variable called Data2, within this variable is S+S+S+L
Variable S is 1000
Variable L is 100
Data2 is feed into a vector source, this source looks like Data1+Data2
(repeat=yes) Da
13 matches
Mail list logo