From eff9f48cd4734ab545bea8aff34e3ec60bbafdaa Mon Sep 17 00:00:00 2001 From: nzkarit Date: Fri, 8 Sep 2017 21:28:59 +1200 Subject: [PATCH] Removing the DD convert step as that is now done in the script --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 76cb51a..c9b647e 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,8 @@ $ ls Samples.iq8s Samples.iq8s $ ``` -2. Make the raw signal file aligned to 256K buffer size: -``` -$ dd if=Samples.iq8s of=Samples_256K.iq8s bs=4k seek=63 -1+0 records in -1+0 records out -4096 bytes (4.1 kB) copied, 0.00110421 s, 3.7 MB/s -$ -``` -3. Transmit the signal into air: + +1. Transmit the signal into air: ``` $ hackrf_transfer -t Samples_256K.iq8s -f 868000000 -s 2000000 -x 10 call hackrf_sample_rate_set(2000000 Hz/2.000 MHz)