From a99e62189369679071b99dca4a32f54d54d63ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 8 Nov 2015 16:37:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e498a..dab862a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Application note on using rpitx +## Using a Raspberry Pi as remote software defined radio peripheral from GNU Radio + +(TODO) + ## Using with csdr to modulate streaming input You will need the *dev* branch of *csdr* for doing this.
@@ -18,7 +22,7 @@ Note that it should be already done if you installed *qtcsdr* previously. These examples will use the raw audio file `music48000.raw` and `speech48000.raw`, which is present in this repo. You can get this file by: git clone https://github.com/ha7ilm/rpitx-app-note - cd rpitx-app-note; ls #There is your file. + cd rpitx-app-note; ls #There are your files. We will play these files in a loop, you can stop it with Ctrl+C.