Skip to content

Commit 27307a7

Browse files
committed
Add HackRF to the README.
1 parent 9945a23 commit 27307a7

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ and support for the following SDR devices and device libraries:
1717
| [ADALM-PLUTO][1] | libiio ([setup](#iio-pluto-sdr)) |
1818
| [Airspy R2/Mini/HF+][2] | airspy/airspyhf ([setup](#airspy-r2-mini-hf)) |
1919
| [Ettus USRPs][3] | UHD ([setup](#uhd-ettus-usrp)) |
20+
| [HackRF][4] | HackRF ([setup](#hackrf)) |
2021
| [LimeSDR][4] | Lime Suite ([setup](#limesdr)) |
2122
| [RTL-SDR][5] | rtl-sdr ([setup](#rtl-sdr)) |
2223

2324
[1]: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/adalm-pluto.html
2425
[2]: https://airspy.com/
2526
[3]: https://www.ettus.com/products/
26-
[4]: https://limemicro.com/products/boards/
27-
[5]: https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/
27+
[4]: https://greatscottgadgets.com/hackrf/
28+
[5]: https://limemicro.com/products/boards/
29+
[6]: https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/
2830

2931
The complete list of packages can be found [here](https://github.com/ryanvolz/radioconda/blob/master/radioconda.yaml). You can [**suggest additional software to include**](https://github.com/ryanvolz/radioconda/issues) by filing an [issue](https://github.com/ryanvolz/radioconda/issues). If you've built additional software from source on top of radioconda, [**document your results**](https://github.com/ryanvolz/radioconda/issues) in an [issue](https://github.com/ryanvolz/radioconda/issues) to help others (and help me in packaging it!).
3032

@@ -187,6 +189,26 @@ Then, make sure your user account belongs to the plugdev group in order to be ab
187189

188190
You may have to restart for this change to take effect.
189191

192+
### HackRF
193+
194+
##### Windows users
195+
196+
[Install the WinUSB driver with Zadig](#installing-the-winusb-driver-with-zadig), selecting your HackRF device.
197+
198+
##### Linux users
199+
200+
Install a udev rule by creating a link into your radioconda installation:
201+
202+
sudo ln -s $CONDA_PREFIX/lib/udev/rules.d/53-hackrf.rules /etc/udev/rules.d/53-radioconda-hackrf.rules
203+
sudo udevadm control --reload
204+
sudo udevadm trigger
205+
206+
Then, make sure your user account belongs to the plugdev group in order to be able to access your device:
207+
208+
sudo usermod -a -G plugdev <user>
209+
210+
You may have to restart for this change to take effect.
211+
190212
### LimeSDR
191213

192214
##### Windows users

0 commit comments

Comments
 (0)