Changes between Version 22 and Version 23 of Tutorials/Wireless/wideband
- Timestamp:
- Nov 10, 2019, 4:11:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/wideband
v22 v23 59 59 || pink || 10.10.23.4 || 10.10.23.5 || 60 60 || tan || 10.10.23.6 || 10.10.23.7 || 61 || gray || 10.10.24.3 || local X310(PCIe) || 62 || brown || 10.10.24.4 || local X310(PCIe) || 63 || silver || 10.10.24.5 || local X310(PCIe) || 64 || gold || 10.10.24.6 || local X310(PCIe) || 65 61 66 62 67 … … 64 69 65 70 66 * Check if USRPs have the modules required for the experiment by running uhd_usrp_probe on each on of them. 71 * Check if USRPs have the modules required for the experiment by running uhd_usrp_probe on each on of them. For USRP over the network, run 67 72 {{{ 68 73 root@node19-1:~# uhd_usrp_probe --args="addr=10.10.23.16" 74 }}} 75 For local USRP (PCIe), run 76 {{{ 77 root@node3-20:~# uhd_usrp_probe --args="resource=RIO0" 69 78 }}} 70 79 {{{ … … 86 95 If you see the above at the end of uhd_usrp_probe output, the USRPs are ready. Spreader_0 is used to spread the transmit signal, and Corrmag63avg8k_0 is the correlator on the receive side. 87 96 88 ==== Set up web based streaming ====89 * Web proxies to the receive node in each group are already set up.90 91 * Set up SSH tunnel from your local port 5100 to grid.orbit-lab.org:<5100 + group-number> (See [https://wiki.cosmos-lab.org/wiki/tutorials/ssh_tunnel])92 93 ||='''Group color'''=||='''Group number''' =||94 ||red || 1 ||95 || yellow || 2 ||96 || green || 3 ||97 || purple || 4 ||98 || blue || 5 ||99 || black || 6 ||100 || cyan || 7 ||101 || white || 8 ||102 || orange || 9 ||103 || pink || 10 ||104 || tan || 11 ||105 106 107 For example, for group-red set up tunnel to grid.orbit-lab.org:5101, and for group-tan use grid.orbit-lab.org:5111108 {{{109 ssh -L 5100:grid.orbit-lab.org:5101 username@grid.orbit-lab.org110 }}}111 112 97 ==== Run the experiment 113 98 * Start transmit application on the TX node. If you were assigned a group, the command below will start the application on the assigned TX USRP, with a bandwidth of 100MHz.