Changes between Version 14 and Version 15 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- Nov 22, 2017, 6:26:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v14 v15 9 9 10 10 11 === Hardware / Software Resources utilized ===11 === Hardware / Software Resources Utilized === 12 12 1. USRP N210 with node11-10 in the ORBIT main grid 13 13 2. SUB-20: The SUB-20 is a multi-interface USB adapter for providing popular interfaces between PC (USB host) and different hardware devices. Specifically, we use the SPI module on SUB-20 to control and configure our hardware. The user manual can be found [http://www.xdimax.com/sub20/doc/sub20-man.pdf here]. … … 17 17 All the source code is publicly available at [https://github.com/Wimnet/flexicon_orbit here]. 18 18 19 === Set up ===19 === Set Up === 20 20 Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the [wiki:Documentation/Scheduler reservation service]. After receiving the reservation's confirmation (approval) email: 21 21 … … 28 28 omf tell -a offh -t node11-10 29 29 }}} 30 * Load an image on the node :30 * Load an image on the node (this process can take about a few minutes so please be patient): 31 31 {{{ 32 32 omf load -i orbit-flexicon.ndz -t node11-10 … … 43 43 After login into the node, there is a {{{flexicon_orbit}}} folder under the home directory of {{{node11-10}}} which contains the source code of this example. You can always retrieve the most recently updated code from [https://github.com/Wimnet/flexicon_orbit here]. 44 44 45 46 === Run the Experiments === 47 You will need to login into node11-10 in two (2) separate terminal windows lo for running the experiments: one for the main full-duplex transceiver program and one for controlling the RF canceller 48 49