HackRF host tools + firmware + libhackrf (mirror of greatscottgadgets/hackrf)
Find a file
Michael Ossmann b42a185503
Some checks failed
Build / host (ubuntu-latest) (push) Failing after 10s
Build / firmware (HACKRF_ONE, ubuntu-latest) (push) Failing after 12s
Check code style / clang-format (push) Failing after 7s
Build / firmware (JAWBREAKER, ubuntu-latest) (push) Failing after 16s
Build / firmware (RAD1O, ubuntu-latest) (push) Failing after 18s
Check code style / clang-format-1 (push) Failing after 17s
Check code style / clang-format-2 (push) Failing after 15s
Check code style / clang-format-3 (push) Failing after 13s
Build / firmware (HACKRF_ONE, macos-latest) (push) Has been cancelled
Build / host (macos-latest) (push) Has been cancelled
Build / host (windows-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, macos-latest) (push) Has been cancelled
Build / firmware (RAD1O, macos-latest) (push) Has been cancelled
Merge pull request #1272 from greatscottgadgets/release
set version to 2023.01.1
2023-02-01 00:26:55 -05:00
.github CI: add steps to build libhackrf and host-tools on Windows. 2022-12-13 02:31:58 +00:00
ci-scripts CI: add full path to hackrf_debug call 2022-11-23 14:29:48 -07:00
docs docs: add block diagram subheadings 2023-01-31 21:29:08 -05:00
firmware set version to 2023.01.1 2023-02-01 00:22:29 -05:00
hardware HackRF One: correct RXBB net names 2023-01-06 06:09:09 -05:00
host set version to 2023.01.1 2023-02-01 00:22:29 -05:00
tools Add helper script to add missing braces using clang-tidy. 2022-08-03 23:46:46 +01:00
.clang-format Add clang-format configuration and reformat script. 2022-08-03 23:43:08 +01:00
.gitattributes Fix KiCad files being detected as Eagle files 2015-07-11 11:51:56 +01:00
.gitignore Update docs 2021-12-28 18:27:01 -05:00
.gitmodules added gsg-kicad-lib submodule 2016-07-14 10:27:28 -06:00
appveyor.yml Revert "Cleanup of host software CMake build system (#664)" 2021-12-08 16:59:05 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#1009) 2021-12-06 13:38:23 -05:00
COPYING readme and license files 2012-03-16 09:59:45 -06:00
Dockerfile CI: add serial numbers for both connected HackRFs 2022-10-17 12:41:52 -06:00
Jenkinsfile CI: add hackrf_debug test 2022-11-23 14:20:34 -07:00
Readme.md Fix typos in Readme file 2022-09-25 23:43:38 -04:00
TRADEMARK transferred trademark from Michael Ossmann to Great Scott Gadgets 2016-06-26 09:53:43 -06:00

HackRF

This repository contains hardware designs and software for HackRF, a low cost, open source Software Defined Radio platform.

HackRF One

(photo by fd0 from https://github.com/fd0/hackrf-one-pictures)

principal author: Michael Ossmann mike@ossmann.com

Information on HackRF and purchasing HackRF: https://greatscottgadgets.com/hackrf/


Documentation

Documentation for HackRF can be viewed on Read the Docs. The raw documenation files for HackRF are in the docs folder in this repository and can be built locally by installing Sphinx Docs and running make html. Documentation changes can be submitted through pull request and suggestions can be made as GitHub issues.

To create a PDF of the HackRF documentation from the HackRF repository while on Ubuntu:

  • run sudo apt install latexmk texlive-latex-extra
  • navigate to hackrf/docs on command line
  • run the command make latex
  • run the command make latexpdf

Getting Help

Before asking for help with HackRF, check to see if your question is listed in the FAQ.

For assistance with HackRF general use or development, please look at the issues on the GitHub project. This is the preferred place to ask questions so that others may locate the answer to your question in the future.

We invite you to join our community discussions on Discord. Note that while technical support requests are welcome here, we do not have support staff on duty at all times. Be sure to also submit an issue on GitHub if you've found a bug or if you want to ensure that your request will be tracked and not overlooked.

If you wish to see past discussions and questions about HackRF, you may also view the mailing list archives.

GitHub issues on this repository that are labelled "technical support" by Great Scott Gadgets employees can expect a response time of two weeks. We currently do not have expected response times for other GitHub issues or pull requests for this repository.