Re: [Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2019-01-01 Thread Alban Meffre
get to > where you want to be, > > Happy 2019, > > Kevin > > > > > On Jan 1, 2019, at 9:53 AM, Alban Meffre wrote: > > Happy new year everyone ! > > i would be glad if someone explain me how to use the HPD block, how do i > setup messages with P

Re: [Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2019-01-01 Thread Alban Meffre
> Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Alban MEFFRE F4GSW ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[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

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

2019-01-06 Thread Alban Meffre
hi i does not work because the packet header parser expect an "packet_header_default" object instead of a "header_format_base" object bob Le dim. 6 janv. 2019 à 02:50, Cinaed Simson a écrit : > On 1/5/19 2:26 PM, Alban Meffre wrote: > > ok sorry my mistake

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

2019-01-05 Thread Alban Meffre
add ".base()" to the formatter in my top_block i get an error too please someone can explain me hox to use this block ? thank you all -- Alban MEFFRE F4GSW ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

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 > &qu

[Discuss-gnuradio] OOT how to write my own custom header format

2019-01-20 Thread Alban Meffre
Hi all i placed an import block into grc but i still get this error Param - Value(value): Value "f4gsw.header_format_cc1101(digital.packet_utils.default_access_code, 1)" cannot be evaluated: 'module' object has no attribute 'header_format_cc1101' i created the module f4gsw and i added

Re: [Discuss-gnuradio] OOT how to write my own custom header format

2019-01-20 Thread Alban Meffre
~header_format_cc1101(); why python throws me this error ? Le dim. 20 janv. 2019 à 10:59, Alban Meffre a écrit : > > > Hi all > i placed an import block into grc but i still get this error > > Param - Value(value): > Value > "f4gsw.header_format_cc

Re: [Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2019-01-19 Thread Alban Meffre
rt : stream, tagged stream, PDU, messages, > etc.. > > i do not figure out how to use these tag for variable length. nothing > > clear in the doc > > > > i'd be glad if someone helps me > > best regards > > bob > > > > > > > > __

[Discuss-gnuradio] help with OOT module header_format_base child

2019-01-20 Thread Alban Meffre
hi all i created a "noblock" OOT module child class of header_format_base no XML installed (edited the Cmakelists file in grc folder) compilation OK installation OK nm -C -u lib-*** OK python import OK in top_block.py i have these lines : self.hdr_format = hdr_format =

[Discuss-gnuradio] OOT how to write my own custom header format

2019-01-19 Thread Alban Meffre
hi all i'm trying to derive the header_format_base with no success i created a new module with modtool and the "no block" profile i copied and modified the "header_format_default" sources but i get swig error telling me that sptr is not defined did someone ever managed to write its own header

[Discuss-gnuradio] Fwd: OOT how to write my own custom header format

2019-01-19 Thread Alban Meffre
): Value "f4gsw.header_format_cc1101(digital.packet_utils.default_access_code, 3, Const_PLD.bits_per_symbol())" cannot be evaluated: name 'f4gsw' is not defined thanks bob -- Forwarded message ----- From: Alban Meffre Date: sam. 19 janv. 2019 à 22:04 Subject: OOT ho

Re: [Discuss-gnuradio] Encrypted RF Noise, Guerrilla Private and Pirate Comms, UWB Ultra Wide Band, SS Spread Spectrum, SDR

2019-01-13 Thread Alban Meffre
ts you do fancy things, like emulate a moving > transmitter. if the transmitter appears to be constantly moving, it's a > much harder target > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Alban MEFFRE F4GSW ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2018-12-30 Thread Alban Meffre
Hi I would like to decode a simple GFSK packet here is the packet structure : preamble : AAh x 4 sync word : D391h length byte : 1 byte payload : 1 to 64 bytes CRC : 2 bytes TX : arduino + CC1101 module, 2GFSK, 100kbps, excursion 50kHz, carrier 433 MHz RX : RTLSDR until now i was able to

Re: [Discuss-gnuradio] compressing I/Q files

2019-03-10 Thread Alban Meffre
iscuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Alban MEFFRE F4GSW _

[Discuss-gnuradio] bit stuffing DVB-S TX example ?

2019-02-07 Thread Alban Meffre
modulator side to make to output power constant ? Bob -- Alban MEFFRE F4GSW ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] bit stuffing DVB-S TX example ?

2019-02-08 Thread Alban Meffre
into the selected >> TS bitrate. With ffmpeg, something like this: >> >> ffmpeg -i test.mp4 -c:v libx264 -b:v 10M -minrate 11M -maxrate 11M >> -bufsize 8M -c:a copy -muxrate 12901961 test.ts >> >> For SD video, a smaller bufsize like 2M should be used. >> &

[Discuss-gnuradio] bit or symbol padding for continuous power

2019-02-03 Thread Alban Meffre
as flat as possible and make the corr_est block work flawlessly in automated threshold mode thanks -- Alban MEFFRE F4GSW ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] correlation estimator reliability problem

2019-01-31 Thread Alban Meffre
Hi All did someone make the test_corr_est.grc example work properly recently ? i tried the 3.7.13 gnuradio version on linux, macos and windows in all versions the output of the correlation estimator block is really a mess this block put tag even if there is no signal at all, with corr_est = 0