Merge pull request #20 from sdn-ninja/hackrf-documentation

Hackrf documentation
This commit is contained in:
30hours 2024-05-14 23:32:31 +09:30 committed by GitHub
commit 807179a29e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -4,8 +4,11 @@ This requires 2 HackRF units with a shared clock signal and a shared hardware tr
## Instructions ## Instructions
- Follow this [guide](https://hackrf.readthedocs.io/en/latest/hardware_triggering.html) 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. - Install the HackRF package on the host using `sudo apt install hackrf` to access HackRF tools.
- Run `hackrf_info` to get HackRF serial numbers. - Run `hackrf_info` to get HackRF serial numbers.
- Edit the `config/config-hackrf.yml` file to add serial numbers and parameters. - 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. - Update the `docker-compose.yml` file to use the above config file in both locations.
![HackRF blah2 wiring diagram](./hackrf-blah2.png "HackRF")

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB