Changes between Version 54 and Version 55 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
May 18, 2019, 10:39:55 PM (5 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v54 v55  
    3535 * Load the most updated full-duplex node image (currently full-duplex SDR image {{{flexicon-orbit-v2.ndz}}} released) on the node (this process can take about a few minutes so please be patient): {{{omf load -i flexicon-orbit-v2.ndz -t node11-10}}}
    3636 * Turn on the node: {{{omf tell -a on -t node11-10}}}
    37  * Login into the node: {{{ssh -X root@node11-10}}}
    38  After login into the node, a {{{flexicon_orbit}}} folder should exist under the home directory of {{{node11-10:~/}}} which contains the source code of this example. You can also retrieve the most recently updated code from [https://github.com/Wimnet/flexicon_orbit the GitHub repository].
     37 * Login into the node: {{{ssh -X root@node11-10}}}. After login into the node, a {{{flexicon_orbit}}} folder should exist under the home directory of {{{node11-10:~/}}} which contains the source code of this example. You can also retrieve the most recently updated code from [https://github.com/Wimnet/flexicon_orbit the GitHub repository].
     38 * Configure the USRP Ethernet interface: {{{ifconfig eth2 192.168.10.1 netmask 255.255.255.0 up}}}
     39 * Check the conection and serial number of the USRP N210: {{{uhd_find_devices}}}. The serial number should be {{{F331D4}}}.
    3940
    4041=== Run the Experiments ===
     
    4243
    4344==== In Terminal 1 (UHD) ====
    44  * Prepare the Eigen library:
     45 * Prepare the Eigen library (you can skip this step since the image already contains the Eigen library):
    4546{{{
    4647cd ~/flexicon_orbit/fd_transceiver_simple/
     
    5556make
    5657}}}
    57  * Configure the USRP Ethernet interface: {{{ifconfig eth2 192.168.10.1 netmask 255.255.255.0 up}}}
    58  * Check the conection and serial number of the USRP N210: {{{uhd_find_devices}}}. The serial number should be {{{F331D4}}}.
    5958 * Run the example with IQ rate {{{rate}}}, carrier frequency {{{freq}}}, TX gain {{{tx-gain}}}, and RX gain {{{rx-gain}}}:
    6059{{{