I mean if I try this:
> self.blocks_socket_pdu_0_Rx = blocks.socket_pdu("UDP_CLIENT", "localhost",
> "4000", 1)
self.myFileDescriptor = blocks.file_descriptor_sink(2048,
open(self.blocks_socket_pdu_0_Rx, 'r+b'))
I got:
TypeError: coercing to Unicode: need string or buffer, socket_pdu_sptr fo
?
self.myFileDescriptor = blocks.file_descriptor_sink(2048, ??)
Ruecan.
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Using-file-descriptor-sink-tp48640p48644.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Hello GR,
Can anyone please give me some hints on how to use gr-file descriptor sink
in a gnuradio python flowgraph.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Using-file-descriptor-sink-tp48640.html
Sent from the GnuRadio mailing list archive at
to fix it. Is it ok to just comment that line.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Issue-while-installing-gr-ieee802-15-4-tp47590.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Disc
k_len = 2048 and even I tried to have an FFT size 256, I always get
the plot stuck and is hardly updating. No zoom is possible after I run the
estimator.
And after I run that, I cannot Pause nor close. I just have to kill the
process.
Am I missing something or some tuning.
Best Regards,
Ruecan
--
Thanks.
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Using-GRC-without-UHD-tp47451p47455.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.
y hints or explanation are well appreciated.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Using-GRC-without-UHD-tp47451.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Discuss-gnuradio mailing li
e/n47425/Untitled.png>
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/error-while-running-transceiver-py-in-802-15-4-on-GR-3-7-tp47403p47425.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Discu
Hi Bastian,
Correct me if am wrong, I inserted a tagged_stream_to_pdu block between the
clock_recovery_mm and the "rxout" pad sink. Isn't that the right way to run
the transceiver script.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/erro
, *"packet_len"*)
self.blocks_pdu_to_tagged_stream_0_0_0 =
blocks.pdu_to_tagged_stream(blocks.byte_t, *"packet_len"*)
still get the same output, I don't know where in the flowgraph I am missing
those tags.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.
Thank you Ron for this explanation.
--
View this message in context:
http://gnuradio.4.n7.nabble.com/How-to-capture-video-frame-over-the-air-tp47242p47252.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Discuss-gnuradio mailing li
do automatic tuning for the TV to be
sure to listen to 485e6 Hz.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/How-to-capture-video-frame-over-the-air-tp47242.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
ry to use 0.5 as value (blocks.multiply_vcc(0.5)) I
got this error:
TypeError: in method 'multiply_cc_make', argument 1 of type 'size_t'
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/802-15-4-transmitted-signal-
"blocks.multiply_vcc" in the transceiver.py
flowgraph values between 0 and 1 ? or that have nothing to do with
decreasing the magnitude of the signal transmitted ?
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/802-15-4-transmitted-signal-structure-tp
Bastian Bloessl-2 wrote
> I never got that error, but it looks like a problem of your GNU Radio
> installation. What version do you have installed and how did you install
> it?
I am running GNU Radio 3.65, may be that block is not yet in the release.
Bastian Bloessl-2 wrote
>> that message is in
7;intern'
that message is in utils/udp.py so how can I redirect that message to the
message strobe (if my understanding is correct)
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Pad-block-in-ieee802-15-4-mac-block-tp47167p47190.html
Sent from the Gnu
Hello GR,
How can I have a file source connected as a pad source to an hierarchical
block ?
More precisely, I have for example the hierarchical block ieee802_15_4_mac,
and instead of feeding the block in input with a socket pdu block I want to
connect it to a file source and broadcast a word,
Hello GR,
How can I have a file source connected as a pad source to an hierarchical
block ?
More precisely, I have for example the hierarchical block ieee802_15_4_mac,
and instead of feeding the block in input with a socket pdu block I want to
connect it to a file source and broadcast a word,
#se
Any help, hint or suggestion is appreciated.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/listen-to-ports-issue-using-GNU-Radio-tp47160.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Disc
By the way I am working with GR 3.6.5,
The precise question is as following, If I am instantiating a usrp_sink and
usrp_source from inside my python script and I want at some point in time
modify one of its proprieties from inside my C++ custom block, would that
make sense and work ?
Or I must in
Hello GR,
Is there a possibility I can have a pointer into my C++ coding to access
let's say gr_uhd_usrp_source or _sink methods and call them from inside my
class.
How can I do that ?
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Accessing-gr-uhd
Thank you Sebastian for your reply,
I pulled your grc fixing, proceed to a clean make then did everything again
however I got some error:
[ 29%] Building CXX object
gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/message_strobe_random_impl.cc.o
In file included from
/raid/nae/gnuradio/gr-blocks/lib/
the window of grc appears but empty nothing inside just gray.
BTW the menu bar appears but the blocks, output and the main windows does
not.
Trying to click close or click on any button of the menu bar give no result.
One need to close the graph by Ctl+C in the terminal.
Any hints or help i
aph called also
myModifiedflowgraph.
Any hints or explanations are well appreciated
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Running-Flowgraph-some-a-certain-period-of-time-tp46919.html
Sent from the GnuRadio mailing list archiv
Hi GR,
I have two transceivers running on two machines (TransceiverA flowgraph and
TransceiverB flowgraph) and I want at some point in time send a text command
from transceiver A containing the value of a parameter (gain) to configure
transceiver B.
I have tried to call again the whole initial tr
Thanks Bastian,
In another machine I tried to install it with GR 3.7,
but in the cmake I got this error:
CMake Error at
~/gnuradio-3.7_install/lib64/cmake/gnuradio/GnuradioConfig.cmake:29 (list):
list sub-command INSERT requires at least three arguments.
Call Stack (most recent call first):
02-15-4_GR_3.7/build/python:$HOME/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/ieee802_15_4/
Still got the error.
Regards,
Ruecan
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Issues-installing-gr-ieee802-15-4-tp46518.html
Sent from the GnuRadio mailing list a
Do you think that if I go back and try to install GR 3.7.0 instead, it may
work ?
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Issue-while-installing-GR-3-7-tp46435p46466.html
Sent from the GnuRadio mailing list archive at Nabble.com.
___
Guys,
I re make from clean but still got the same error.
PS: after pulling the bugfix, do I need to execute any other command, other
than
*git pull https://github.com/marcusmueller/gnuradio.git
master_fix_message_strobe_random_ifndef *
Tim, I did not get what you mean by
Tim O'Shea wrote
> chan
I just pulled the changes then did make but get the same error.
I am not so familiar with git. After pulling your bugfix, do I need to make
clean, remove the CMakeCache then do cmake again then make or am I missing
some part of the process.
--
View this message in context:
http://gnuradio.4.n
Thanks Marcus,
Actually the boost version I have is 1.54.0.
Is this ok ?
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Issue-while-installing-GR-3-7-tp46435p46451.html
Sent from the GnuRadio mailing list archive at Nabble.com.
__
Hello GR,
While building GR 3.7 (clone it from https://github.com/gnuradio/gnuradio)
on a Centos machine I got this error.
In file included from
/raid/nae/gnuradio-3.7/gr-blocks/lib/message_strobe_random_impl.cc:27:
/raid/nae/gnuradio-3.7/gr-blocks/lib/message_strobe_random_impl.h:48: error:
‘mt1
Hi GR,
I have installed GR 3.7 everything went ok, except that I forgot to set the
PKG_CONFIG_PATH env. var.
with
export
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/lib/pkgconfig:/lib/pkgconfig
I just modified "gr-uhd/lib/usrp_source_impl.cc" and
"gr-uhd/lib/usrp_sink_impl.cc".
afterwhat I make then make
33 matches
Mail list logo