Changes between Version 9 and Version 10 of Tutorials/k0SDR/Tutorial10
- Timestamp:
- May 5, 2015, 2:37:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial10
v9 v10 1 1 == Working with GNU and Nutaq == 2 2 3 == Description==3 === Description === 4 4 This example will demonstrate how to use GRC (GNU Radio Companion) with Nutaq's Zepto SDR. 5 5 6 == Set up==6 === Set up === 7 7 To get started, make a reservation on the grid and then load the ''ubuntu-14-04-64bit-sdr.ndz'' on two nodes - one node with a Zepto SDR and the other node a USRP. For this example we'll use node20-13 and node20-20 which have a Zepto SDR and USRP, respectively. 8 8 {{{ 9 nilanjan@console.grid:~$ omf load -i ubuntu-14-04-64bit-sdr.ndz -t [[20,13],[20,20]]9 user@console.grid:~$ omf load -i ubuntu-14-04-64bit-sdr.ndz -t [[20,13],[20,20]] 10 10 }}} 11 11 … … 22 22 }}} 23 23 24 == Run the GRC scripts==24 === Run the GRC scripts === 25 25 26 26 Download the receiver ''zepto_rx.grc'' into node20-13 and open it with GNU Radio Companion.