Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Cinaed Simson
On 1/5/19 2:26 PM, Alban Meffre wrote: > ok sorry my mistake i got "packet_header_default" and > "header_format_default" mixed up > bob The error message at the bottom indicates the wrong number arguments. digital.header_format_default('1101001110010001', 0) Try

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
ok sorry my mistake i got "packet_header_default" and "header_format_default" mixed up bob Le sam. 5 janv. 2019 à 22:13, Alban Meffre a écrit : > hi all > > i try to figure out how to use the "packet header parser" block > as a formatter i use >

[Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
hi all i try to figure out how to use the "packet header parser" block as a formatter i use "digital.header_format_default('1101001110010001', 0)" when i launch i get the error " Traceback (most recent call last): File "/Users/alban/gnuradio/top_block.py", line 146, in main() File

Re: [Discuss-gnuradio] Request for support for rad1o badge

2019-01-05 Thread Marcus Müller
Hi Sudip, haven't tried using the rad1o badge with GQRX myself, but: does it work when you open GNU Radio companion, just use the Osmocom source, connect that to e.g. a Qt GUI frequency sink and hit run? Could you paste the full console output? Thanks! Best regards, Marcus On Sat, 2019-01-05 at

[Discuss-gnuradio] formatter object creation for CC1101 decoding

2019-01-05 Thread Alban Meffre
hi all i would like to define my own format for decoding CC1101 packets sync word : d391h packet length : 1 byte can i easily derive the header_format_base in python and add it in my top block or do i need to write C++ code and recompile gnuradio ? thanks -- Alban MEFFRE F4GSW