From 0d9163ecc571d80515703b2cb56dcf4afb55ff9b Mon Sep 17 00:00:00 2001 From: sdn-ninja Date: Tue, 14 May 2024 00:13:30 +0100 Subject: [PATCH] Update README.md --- src/capture/hackrf/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/capture/hackrf/README.md b/src/capture/hackrf/README.md index 4a53691..144c5af 100644 --- a/src/capture/hackrf/README.md +++ b/src/capture/hackrf/README.md @@ -4,7 +4,9 @@ This requires 2 HackRF units with a shared clock signal and a shared hardware tr ## Instructions -- Follow this [guide](https://hackrf.readthedocs.io/en/latest/hardware_triggering.html) to set up the shared clock and hardware trigger. +- The two HackRF boards should be wired similarly to the below wiring diagram +![HackRF blah wiring diagram](./hackrf-blah2.png "HackRF") +- (Optional read) Here is the official [guide](https://hackrf.readthedocs.io/en/latest/hardware_triggering.html) on how to set up the shared clock and hardware trigger. - Install the HackRF package on the host using `sudo apt install hackrf` to access HackRF tools. - Run `hackrf_info` to get HackRF serial numbers. - Edit the `config/config-hackrf.yml` file to add serial numbers and parameters.