Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-23 Thread Bastian Bloessl
Hello Dingwen, On 04/22/2013 10:13 AM, Dingwen Yuan wrote: I think the loopback works. I get some logs in the gnuradio-companion likes this: Hello World! ut I casted the not-0-terminated buffer to char as debug output :) Should be fixed now. Changing gain and the direction of antenna

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-22 Thread Dingwen Yuan
Hi Bastian, Thanks for your reply. I use a XCVR2450 with an N210. Up until now I did not do any real performance measurements, but with the PCAP output it sould be easy to quantify your losses. You can just open the PCAP file, with Wireshark for example, and immediately see how many packets

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-19 Thread Dingwen Yuan
Hi Bastian, I played a bit with your examples. The tx all works perfect. But for rx, sometimes I get the hello gnuradio messages, sometimes not. What daughterboard are you using, I use the RFX2400. Regards, Dingwen 2013/4/17 Bastian Bloessl bastian.bloe...@uibk.ac.at Hi Dingwen, On

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-19 Thread Bastian Bloessl
Hi Dingwen, On 04/19/2013 05:16 PM, Dingwen Yuan wrote: I played a bit with your examples. The tx all works perfect. But for rx, sometimes I get the hello gnuradio messages, sometimes not. What daughterboard are you using, I use the RFX2400. Cool, that it compiles and at least does

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-17 Thread Dingwen Yuan
Hi Bastian, Now the grc examples work with no error. The crash of the system during gnuradio compilation is due to the boost version (the version 1.46 causes the problem). After I switched to version 1.48, the compilation of the current gnuradio from the git repository works all right. Regards,

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-17 Thread Bastian Bloessl
Hi Dingwen, On 04/17/2013 10:38 AM, Dingwen Yuan wrote: Now the grc examples work with no error. The crash of the system during gnuradio compilation is due to the boost version (the version 1.46 causes the problem). After I switched to version 1.48, the compilation of the current gnuradio from

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-16 Thread Dingwen Yuan
Hi Bastian, I am newbie to USRP and Gnuradio. I did make and make install of your project. But when I opened the rx.grc, I got some errors. Could you please take a look what is the cause for that? Thanks in advance. Welcome to GNU Radio Companion 3.6.4.1 Loading:

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-16 Thread Bastian Bloessl
Hey Brian, first, thank you for your comment. On 04/15/2013 03:37 PM, Brian Padalino wrote: I think it would be great for the community to get a rundown of the entire standard itself, modulation/demodulation within GNU Radio, how you handled frequency/sampling offsets, etc. I thought

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-16 Thread Bastian Bloessl
Hello Dingwen, On 04/16/2013 11:24 AM, Dingwen Yuan wrote: Welcome to GNU Radio Companion 3.6.4.1 Loading: /home/pdv/work/usrp/gr-ieee802-15-4/examples/rx.grc Error: Block key ieee802_15_4_mac_deframer not found in Platform - grc(GNU Radio Companion) Error: Block key

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-16 Thread Dingwen Yuan
Hi Bastian, I am using Ubuntu 12.04. I first try to compile the gnuradio with build-gnuradio script. But the system crashed after starting making gnuradio. So later I use the precompiled gnuradio and uhd directly from ettus. It seems that the gnuradio is install in the folder

[Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-15 Thread Bastian Bloessl
Hi all, I played a bit around with the 802.15.4 blocks [1]. Maybe someone is interested. The changes are: - It has a transceiver flow graph. (That was really easy with the new PDU to tagged stream block) - annotate LQI value in dict of PDUs - CRC check - Wireshark Connector. You can write

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-15 Thread Martin Braun (CEL)
On Mon, Apr 15, 2013 at 02:34:35PM +0200, Bastian Bloessl wrote: I played a bit around with the 802.15.4 blocks [1]. Maybe someone is interested. The changes are: - It has a transceiver flow graph. (That was really easy with the new PDU to tagged stream block) - annotate LQI value in dict

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-15 Thread Tom Rondeau
On Mon, Apr 15, 2013 at 8:34 AM, Bastian Bloessl bastian.bloe...@uibk.ac.at wrote: Hi all, I played a bit around with the 802.15.4 blocks [1]. Maybe someone is interested. The changes are: - It has a transceiver flow graph. (That was really easy with the new PDU to tagged stream block) -

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-15 Thread Bastian Bloessl
Hi Tom, thanks for your response! On 04/15/2013 03:55 PM, Tom Rondeau wrote: So can you point out where that gettimeofday call is being made? We should be dealing with that situation in cmake, so if something's going wrong, let us know. It's not a problem of GNU Radio. I use gettimeofday to

Re: [Discuss-gnuradio] Some new 802.15.4 stuff

2013-04-15 Thread Tom Rondeau
On Mon, Apr 15, 2013 at 10:21 AM, Bastian Bloessl bastian.bloe...@uibk.ac.at wrote: Hi Tom, thanks for your response! On 04/15/2013 03:55 PM, Tom Rondeau wrote: So can you point out where that gettimeofday call is being made? We should be dealing with that situation in cmake, so if