hackrf
hackrf copied to clipboard
low cost software radio platform
Hello, good afternoon. I tried solved the next problem. My hackRf present the correct output for the comand hackrf_info in Ubuntu 20.04.4 LTS terminal, but when i try run a...
This is fairly off-topic as it relates entirely to gr-osmosdr code and not libhackrf code, but I haven't seen any active issue tracker or other forum actually used for gr-osmosdr,...
This PR will replace the current issue template with feature request, question, and technical support request templates. People opening issues on this repository will have to choose between the three...
This PR applies a [clang-format](https://clang.llvm.org/docs/ClangFormat.html) configuration that has been chosen to minimise change to the existing codebase, whilst still resulting in a consistent style across the project that can be...
This is an idea for how to make the USB transfer scheduling in RX and TX modes be interrupt-driven, freeing up the main thread for UI update or other functionality....
When powering on a HackRF One, the antenna port power turns on briefly without being enabled by the user:  This shows that the port power turns on as soon...
I have installed all dependencies and followed steps for building the firmware but still cannot get it built. After I cd into: home/me/hackrf/firmware/hackrf_usb/build and execute: sudo cmake /home/me/hackrf/firmware/hackrf_usb/build this is...
### Steps to reproduce 1. LIBUSB_DEBUG=4 hackrf_sweep -f 1000:1020 -w 333333 -l 16 -g 24 -N 1 ### Expected behaviour Sweep should always work. ### Actual behaviour Between three and...
### Steps to reproduce 1.I followed multiple tutorials to create an fm radio receiver including the one by Great Scott / Michael Ossmann 2.Also I downloaded some premade gnuradio fm...