From 3260a87c4b9feb49a910f8c943c082c11d46cd20 Mon Sep 17 00:00:00 2001 From: 30hours <86158881+30hours@users.noreply.github.com> Date: Tue, 14 May 2024 23:27:50 +0930 Subject: [PATCH] Update README.md Move image to the bottom --- src/capture/hackrf/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/capture/hackrf/README.md b/src/capture/hackrf/README.md index 144c5af..d1b1dca 100644 --- a/src/capture/hackrf/README.md +++ b/src/capture/hackrf/README.md @@ -4,10 +4,11 @@ This requires 2 HackRF units with a shared clock signal and a shared hardware tr ## Instructions -- 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. +- The 2 HackRF boards should be wired as per the diagram below. +- Note the [official guide](https://hackrf.readthedocs.io/en/latest/hardware_triggering.html) on setting 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. - Update the `docker-compose.yml` file to use the above config file in both locations. + +![HackRF blah2 wiring diagram](./hackrf-blah2.png "HackRF")