This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Simple HackRF programming exercise | |
Sipke '19 | |
This program receives raw data from a certain frequency until the user pressed ctrl+c. | |
Code is mostly taken from hackrf_sweep.c (hackrf toolbox) and converted to the bare minimum. | |
It's created to learn about how the HackRF behaves and to do something with it via custom code that doesn't involve GnuRadio. | |
Note that you can directly use the command line tools hackrf_sweep, hackrf_transfer and rtl_sdr for the same thing and more. |