Re: [Hackrf-dev] Automatic funtion cycle

2018-04-17 Thread Paul Opitz via HackRF-dev
I made a flow that steps frequency (you can pretty easily add amplitude). You 
can see what I did (which is a kludge from snips of GNU samples I had found 
elsewhere and which I barely understand) here: 
http://massivelyuninformed.me/measuring-relative-antenna-receive-performance/

HTH
Paul
 

On Tuesday, April 17, 2018, 7:54:36 AM CDT, Matteo Terzi 
 wrote:  
 
 Hi all,is there the possibility to make an automatic cycle, like FOR, by means 
of a specific block in GNU Radio Companion?I'd like to create an automatic 
slider to increase the frequency and the amplitude regularly.Thanks a lot
Matteo
-- 
Matteo TERZIGoogle Gmail Member___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
  ___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


[Hackrf-dev] Auto-calibration in receiving mode

2018-04-17 Thread Matteo Terzi
Hi all,
I'd like to know if there is a way to create a program, with GNU Radio
Companion, which can acquire an unknown signal and display it on a FFT
Sink, which should auto-calibrate on the right value of the signal.
To explain better:
I want to acquire a signal, but I don't know its value (Hz); so I need a
FFT Sink that can do an auto-calibration, according to the value of the
signal, to show me what the hackrf is acquiring, without having the issue
to set the sample rate of the FFT Sink to an huge value to cover all the
frequencies (difficult to visualize).
Thanks for the support

Matteo
-- 
Matteo TERZI
Google Gmail Member
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


[Hackrf-dev] Automatic funtion cycle

2018-04-17 Thread Matteo Terzi
Hi all,
is there the possibility to make an automatic cycle, like FOR, by means of
a specific block in GNU Radio Companion?
I'd like to create an automatic slider to increase the frequency and the
amplitude regularly.
Thanks a lot

Matteo

-- 
Matteo TERZI
Google Gmail Member
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


Re: [Hackrf-dev] RX/TX switching

2018-04-17 Thread Matteo Terzi
Hi all,
In the end I decided to buy another hackRF One.
I'd like to use an hackrf to receive and the other one to simoultaneously
trasmit the signal received, using just one PC. Is it possible?
Then how can I visualize two different graphs of what I described before.
How could I sync the clock between the two devices (HW and SW)
Thanks

Matteo

2018-04-12 23:12 GMT+02:00 Gavin Jacobs :

> Brian,
> Attached is a flowgraph which shows how to RX/TX voice. There are several
> things that need to be explained.
> 1) My server is in the attic, so I use the network to send/receive the
> audio to my laptop. The UDP Source and UDP Sink blocks handle that for me,
> but you could use the GRC Audio Sink/Source blocks.
>
> 2) The Select block was written by me to choose which stream to transmit.
> You will have to use a single stream - probably the Audio Source block, and
> GUI button to control PTT. Don't try to use
>
> 3) The Osmocom Source and Osmocom Sink blocks both use a Device Arguments
> field of:
> soapy=0,driver=hackrf
> Using the Soapy driver allows both the source and sink blocks to access
> the same hackrf device. If there is data available to TX, it switches to
> Transmit mode; when all the data hase been send, it switches back to
> Receive. So in my example, the Signal Source and the WAV File source will
> transmit continuously, while the UDP Source will only transmit when I send
> voice over UDP from my laptop. But to use the Soapy driver, you have to
> have Soapy support in Osmocom, which means you probably have to rebuild
> Osmocom, which means building a bunch of the dependancies; and it's only
> possible on Linux (as far as I know). It's tough assignment for a beginner
> - especially if you are used to Windows.
>
> It took several months (off and on) to achieve the above. If I had to
> start again, and knowing what I know now, I would probably use an SDR for
> receive, and use the hackrf just for transmit, using two different antennae
> (or possibly an antenna switch).
>
> Hope that helps.
>
> Jake
>
>
>
> --
>
> Kind of a similar question, but instead of TXing from a file, is there a
> way to hook up a microphone to a hackRF and transmit mic output (with a
> carrier frequency and appropriate modulation), i.e., for ham radio.
>
> Brian
>
>
> ___
> HackRF-dev mailing list
> HackRF-dev@greatscottgadgets.com
> https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
>
>


-- 
Matteo TERZI
Google Gmail Member
___
HackRF-dev mailing list
HackRF-dev@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev