SoapyHackRF
SoapyHackRF copied to clipboard
SoapySDR HackRF module
I am trying to use burst mode with hackrf and gnuradio. After having figured how to set the length tag of the soapy gnuradio driver I still cannot get the...
When shutting down a remote client to HackRF, that connects both as a receiver and transmitter, 4 out of 5 times, the remote server dies from a SEGV in SoapyHackRF::hackrf_rx_callback...
Hi, I was just wondering if there was any intent for the SoapyHackRF to support the set/get frequencyCorrection functions? (e.g. like here: https://github.com/pothosware/SoapyRTLSDR/blob/master/Settings.cpp#L185 ). This is the approach that some...
Running `make` on the Raspberry Pi fails with the following message: `Scanning dependencies of target HackRFSupport` `[ 16%] Building CXX object CMakeFiles/HackRFSupport.dir/HackRF_Registation.cpp.o /home/pi/SoapyHackRF/HackRF_Registation.cpp: In function` `std::vector find_HackRF(const Kwargs&)’:` `/home/pi/SoapyHackRF/HackRF_Registation.cpp:34:2: error:...
I'm using the SoapySDR C API. Since `SoapySDRDevice_listSampleRates` is market as deprecated, and the HackRF has a continuously tunable sample rate, I went and used `SoapySDRDevice_getSampleRateRange`. However, the return value...
when trying to build the following compilation error is received `HackRF_Streaming.cpp :(. Text + 0x1c4b): undefined reference to 'pthread_cond_clockwait ' /usr/bin/ld: HackRF_Streaming.cpp :(. text + 0x1d25): undefined reference to 'pthread_cond_clockwait...
When I try to run cmake, I get the following error: ```-- Build type not specified: defaulting to release. -- Could NOT find LIBHACKRF (missing: LIBHACKRF_LIBRARY LIBHACKRF_INCLUDE_DIR) CMake Error at...
I am using the HackRF ONE to produce a DAB transmission using the ODR software. Soapy does not seem to pass any detail of the filter setting to the HackRF...
I'm seeing an issue where if I transmit a signal of length less than or equal to 4 MTU, then the signal isn't actually transmitted. If I transmit a signal...
I've installed SoapyHackRF on Ubuntu and it seems to work fine most of the time but, after some time, the script `self_test.py` doesn't work anymore: ``` [INFO] Opening HackRF One...