Changes between Version 54 and Version 55 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- May 18, 2019, 10:39:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v54 v55 35 35 * 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}}} 36 36 * 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}}}. 39 40 40 41 === Run the Experiments === … … 42 43 43 44 ==== 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): 45 46 {{{ 46 47 cd ~/flexicon_orbit/fd_transceiver_simple/ … … 55 56 make 56 57 }}} 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}}}.59 58 * Run the example with IQ rate {{{rate}}}, carrier frequency {{{freq}}}, TX gain {{{tx-gain}}}, and RX gain {{{rx-gain}}}: 60 59 {{{