Changes between Version 3 and Version 4 of Workshops/Sig Comm2022/group/jellyfish
- Timestamp:
- Aug 19, 2022, 8:00:36 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/jellyfish
v3 v4 48 48 ==== Configure and detect the radio on both nodes==== 49 49 50 1. Use {{{uhd_find_devices}}} to make sure that the onboard x310 SDR is detected as in the following image: 50 1. Start the driver for communicating with the USRP: 51 {{{ 52 systemctl start niusrprio.service 53 }}} 54 55 2. Use {{{uhd_find_devices}}} to make sure that the onboard x310 SDR is detected as in the following image: 51 56 52 57 [[Image(wiki:Workshops/SigComm2022/group/dolphin:x310.png)]] … … 54 59 Notice that running this command with no arguments will sometimes detect other SDR resources in the testbed which are reachable over the network. We can ignore those for now and focus just on the onboard x310. 55 60 56 2. Use the {{{uhd_usrp_probe}}} command to get more details on the x310 as in the following image. Specifying {{{--args="resource=rio0,type=x300"}}} ensures only the directly connected radio is probed, instead of the radios on the network.61 3. Use the {{{uhd_usrp_probe}}} command to get more details on the x310 as in the following image. Specifying {{{--args="resource=rio0,type=x300"}}} ensures only the directly connected radio is probed, instead of the radios on the network. 57 62 58 63 [[Image(wiki:Workshops/SigComm2022/group/dolphin:x310_probe.png)]]