Skip to content

Commit 4d38fe8

Browse files
committed
Added documentation links to Scratch Radio Wiki.
1 parent 177b54c commit 4d38fe8

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ target as follows:
6868
6969
This will remove the extension files from the Scratch2 installation directory
7070
but leaves the GNU Radio and LimeSuite installations intact.
71+
72+
## Online Documentation
73+
74+
For further information about programming using Scratch Radio, please refer
75+
to the [Scratch Radio Wiki](https://wiki.myriadrf.org/ScratchRadio).
76+

scratch2/extensions/gnuradio.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5+
<meta name=viewport content="width=device-width, initial-scale=1">
6+
<title> Scratch Radio Extension </title>
7+
</head>
8+
<body>
9+
10+
<h1>About Scratch Radio</h1>
11+
12+
<p>Scratch Radio is intended to introduce new users to some of the basic concepts
13+
behind Software Defined Radio, using the Scratch visual programming environment
14+
on the Raspberry Pi as the development platform. It uses GNU Radio and the
15+
<a href="https://wiki.myriadrf.org/LimeSDR-Mini">LimeSDR-Mini</a> USB adapter
16+
to provide the underlying radio implementation and since this is loosely coupled
17+
to the Scratch Radio frontend the same radio implementation could also be
18+
adapted to other environments.</p>
19+
20+
<p>Full documentation for the Scratch Radio extension can be found on the
21+
MyriadRF <a href="https://wiki.myriadrf.org/ScratchRadio">Scratch Radio Wiki</a>.</p>
22+
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)