Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
On Wednesday, 7 February 2024 21:03:11 EET Daniel Estévez wrote: > > Hi David, > > One possible solution would be to make a flowgraph that plays the file > once. Then make a bash script that loops, calling the flowgraph and then > sleeping for some time. > > Best, > Daniel. > Another

Re: Group name of python scripts generated by GRC

2024-02-08 Thread Marcus Müller
Hi Ivan, I think you mean the category in the GRC block library, right, and you're referring to hier blocks? If that's the case, you'll find that setting in the "Options" block, under "Category". > but i would like the generated python scripts belong to the same group name of the relative

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
> > Another possibility is to write your own source block which reads and stores > the samples in memory, then outputs them at a specified time until the > whole buffer is transmitted, then sleeps for a while and repeats. If you > need to control actual transmission time more precisely it can be