Attached is a flowgraph (with some notes) that you might find useful. It probably won't work for two hackrfs on the same machine due to a known issue with libhackrf, but it does work with a hackrf and an rtlsdr. Or you could run it on two machines and disable one or the other end. * http://sdr.osmocom.org/trac/wiki/GrOsmoSDR#HackRFSourceSink
I wonder if maybe you're having problems with the 2Msps sample rate. It seems like 8Msps is the minimum supported * https://github.com/mossmann/hackrf/blob/master/host/libhackrf/src/hackrf.h#L143 * http://nine.pairlist.net/pipermail/hackrf-dev/2013-August/000163.html On Sun, Nov 9, 2014 at 10:14 AM, Rachel Citchlow <[email protected]> wrote: > Hello all, > I am trying a setup with two HackRFs with their antenna ports connected > to one another with an RF cable with a 30dB attenuator in between. I would > like to send something with one of them and receive with the other. > > My steps were as follows: > > 1. started with lesson1.grc receiver with center_freq of 97M, and channel > freq of 96.3M. Added a file sink in parallel with the osmocom source to > save the I/Q samples as received by the HackRF. I thus obtained a data > file, data.bin, with a part of a song played on the local music channel > 96.3. > > 2. In lesson1.grc, substituted the osmocom source by a file source > pointing to data.bin. Played lesson1.grc and was able to hear the audio the > same way as in step 1. This confirmed that data.bin contains good I/Q > samples. > > 3. Connected the two HackRFs to each other and played a sample signal on > one and received it with the other, saw a strong narrow spike on the > receive FFT plot: > rachel@radio1:~/Documents/playback$ hackrf_transfer -c 10 -f 96300000 -s > 2000000 -a 1 -x 20 > > 4. Transmitted data.bin on one HackFR and tried to receive with > lesson1.grc on the other. > rachel@radio1:~/Documents/playback$ hackrf_transfer -t data.bin -f > 97000000 -s 2000000 -a 1 -x 20 > This did not work. On the receiving end, I saw the FFT plot get several > narrow spikes and generally rise up, but it did not look like the FFT plot > in step #1. A different noise pattern (different from when nothing was > transmitted) and some clicking came out of the speaker. > > What am I missing? Advice appreciated. > thanks > Rachel > > > _______________________________________________ > HackRF-dev mailing list > [email protected] > https://pairlist9.pair.net/mailman/listinfo/hackrf-dev > > -- GDB has a 'break' feature; why doesn't it have 'fix' too?
fm_cap_replay.grc
Description: Binary data
_______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
