Changes between Version 1 and Version 2 of Tutorials/k0SDR/Tutorial10


Ignore:
Timestamp:
Mar 3, 2015, 9:59:42 PM (9 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial10

    v1 v2  
    1 == Working with GRC and Nutaq ==
     1= Working with GNU and Nutaq =
     2
     3== Description ==
     4This example will demonstrate how to use GRC (GNU Radio Companion) with Nutaq's Zepto SDR.
     5
     6== Set up ==
     7To 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{{{
     9nilanjan@console.grid:~$ omf load -i ubuntu-14-04-64bit-sdr.ndz -t [[20,13],[20,20]]
     10}}}
     11
     12Turn on both nodes and verify that the interface to each SDR is configured correctly. Verify connection to Zepto SDR:
     13{{{
     14ifconfig eth2 192.168.0.1 netmask 255.255.255.0 mtu 9000 up
     15ping 192.168.0.101
     16}}}
     17
     18Verify connection to USRP:
     19{{{
     20ifconfig eth2 192.168.10.1 netmask 255.255.255.0 mtu 9000 up
     21ping 192.168.10.2
     22}}}
     23
     24