Changes between Version 2 and Version 3 of Workshops/Sig Comm2022/group/dolphin
- Timestamp:
- Aug 10, 2022, 6:35:13 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/dolphin
v2 v3 47 47 1. Use {{{uhd_find_devices}}} to make sure that the onboard x310 SDR is detected as in the following image: 48 48 49 [[Image(wiki: Tutorials/Wireless/introTutorial:find_devices.png)]]49 [[Image(wiki:Workshops/SigComm2022/group/dolphin:x310.png)]] 50 50 51 51 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. … … 53 53 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. 54 54 55 [[Image(wiki: Tutorials/Wireless/introTutorial:uhd_probe.png)]]55 [[Image(wiki:Workshops/SigComm2022/group/dolphin:x310_probe.png)]] 56 56 57 57 === Run the experiment ===