hackrf
hackrf copied to clipboard
low cost software radio platform
Sometimes we want more than the standard information provided by `hackrf_info`, especially when troubleshooting an issue. Possible additions: * radio state (amp, gain, frequency, etc) * Running from RAM or...
Recommendation: add a reverse voltage protection diode to the antenna port that can be switched active/in-line when the antenna bias voltage is not used. Some other protection system may exist...
## Preamble After checking out portapack I got quite an inspiration to use hackrf portably. Since hackrf doesn't have powerful enough hardware to do for example digital voice processing, it...
Look at installing project config files for hackrf so cmake clients can just use find_package(HackRF CONFIG) without the whole find script thing https://cmake.org/Wiki/CMake/Tutorials/How_to_create_a_ProjectConfig.cmake_file ┆Issue is synchronized with this [Basecamp todo](https://3.basecamp.com/5295633/buckets/26082705/todos/4597385597)...
is there any way to modify sweep.c to make it in tx mode is there a plan to do that or is this possible ? because i have to hackrf...
Sorry if this is the wrong place for asking it. For certain applications 8 bits DAC is quite limiting. As the DACs in MAX5864 are10 bits wide it would be...
Hi folks, Any chance libhackrf can get a built-in remove_dc function like that integrated into libairspy? (See https://github.com/airspy/host/blob/master/libairspy/src/iqconverter_int16.c and iqconverter_float.c). I get doing offset tuning, but for large bandwidth applications...
Implementing a generic CPLD control interface using HOST_DECIM_SEL could be useful in the future. These 3 pins could be used as a basic unidirectional SPI.
It would be helpful to have functions to query the state of the hackrf. ┆Issue is synchronized with this [Basecamp todo](https://3.basecamp.com/5295633/buckets/26082705/todos/4597355335) by [Unito](https://www.unito.io)
Having man pages for the hackrf utilities would be an improvement over the `--help` output. I highly suggest using one of the many utilities that can convert Markdown into Roff,...