gnuradio-grc-examples icon indicating copy to clipboard operation
gnuradio-grc-examples copied to clipboard

HackRF compatible revision.

Open ghost opened this issue 10 years ago • 5 comments

ghost avatar Aug 16 '14 02:08 ghost

Thanks. Could you summarize for me what changes you made to make it hackrf compatible? It's difficult to read the XML diff.

csete avatar Aug 17 '14 07:08 csete

You're welcome.

  • replaced all the obsolete blocks with their updated counterpart
  • replaced uhd sources and sinks blocks with osmosdr ones
  • removed LO's and adjusted tx frequencies to work without LO's
  • changed all names from uhd to hackrf

ghost avatar Aug 17 '14 13:08 ghost

I just noticed that this might be merged into master. I think it might be wise to leave it as a separate branch (just like the uhd branch...)

ghost avatar Aug 17 '14 13:08 ghost

Thanks for the details.

Actually, the master branch is pretty obsolete because one would need to use either UHD or gr-osmosdr for inpout / output. Since the gr-osmosdr version can also work with UHD it could become the master branch.

I will merge it at the same time I update my webpage.

csete avatar Aug 17 '14 14:08 csete

Could you eventually check the usb bpf transmitter? It works as advertised however for some reason I had to add a / 2 in the calculation of the output frequency. In other words, if the offset slider says +15 KHz, the actual output will be the carrier freq +7.5. Not sure why

ghost avatar Aug 17 '14 14:08 ghost