ing. If that's not working for you, please do speak
> up.
>
> I believe it came up during the Embedded WG discussion at GrCon last week
> that the wiki page has gotten to a good enough state that we probably do
> want to make it visible on the front page.
>
> Doug
&g
ery
>> closely. This page will be much more helpful:
>> http://gnuradio.org/redmine/projects/gnuradio/wiki/embedded
>>
>> That said, there were also changes to the build setup for ARM made
>> yesterday, so it would be good to know what revision your building.
>&g
I'm refreshing this one since I have a very similar problem. I'm trying to
build gr on BeagleBone Black, which is also an ARMv7. I'm using the
build-gnuradio script.
> [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_cpu.c.o
> [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_
On Thu, Aug 14, 2014 at 4:15 PM, Tom Rondeau wrote:
> On Thu, Aug 14, 2014 at 6:38 AM, Michal Jakubiak
> wrote:
>
>> Hello,
>>
>> I've written a simple block that takes a c34vector message as input and
>> outputs a message containing average mag^2 of the s
Hello,
I've written a simple block that takes a c34vector message as input and
outputs a message containing average mag^2 of the samples in the vector.
I've added the QA code in Python and it seems to be working except the test
never finishes. I've added a few print statements to see whats up. Fr
Hello,
I would like to write a block in Python that is a message source (no IO
ports, only message port). I've found a few examples in C++ of blocks that
don't do signal processing and don't rely on the work() function, but what
would be the equivalent in python? If it is possible, how would I han
Hi there,
I'm writing an OOT module. For now, the only block I've made is written in
Python.
I follow the guide and everythins is ok until I run the top_block and get
this error:
File "/usr/local/lib/python2.7/dist-packages/mavlink/__init__.py", line
45, in
from mavlink_swig import *
FYI,