File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,9 @@ target as follows:
6868
6969This will remove the extension files from the Scratch2 installation directory
7070but 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+
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments