Changes between Version 3 and Version 4 of Workshops/Sig Comm2022/group/labrador
- Timestamp:
- Aug 10, 2022, 5:45:53 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/labrador
v3 v4 45 45 ==== Configure and detect the radio ==== 46 46 47 1. Use {{{uhd_find_devices}}} to make sure that the onboard b210 SDR is detected :47 1. Use {{{uhd_find_devices}}} to make sure that the onboard b210 SDR is detected as in the following image: 48 48 49 49 [[Image(wiki:Workshops/SigComm2022/group/labrador:b210.png)]] … … 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 b210. 52 52 53 2. Use the {{{uhd_usrp_probe}}} command to get more details on the b210 . Specifying {{{type=b200}}} ensures only the directly connected radio is probed, instead of the radios on the network.53 2. Use the {{{uhd_usrp_probe}}} command to get more details on the b210 as in the following image. Specifying {{{type=b200}}} ensures only the directly connected radio is probed, instead of the radios on the network. 54 54 55 [[Image( uhd_probe.png)]]55 [[Image(wiki:Workshops/SigComm2022/group/labrador:b210_probe.png)]] 56 56 57 57 === Run the experiment ===