Changes between Version 3 and Version 4 of Workshops/Sig Comm2022/group/labrador


Ignore:
Timestamp:
Aug 10, 2022, 5:45:53 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/group/labrador

    v3 v4  
    4545==== Configure and detect the radio ====
    4646
    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:
    4848
    4949 [[Image(wiki:Workshops/SigComm2022/group/labrador:b210.png)]]
     
    5151 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.
    5252
    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.
    5454
    55  [[Image(uhd_probe.png)]]
     55 [[Image(wiki:Workshops/SigComm2022/group/labrador:b210_probe.png)]]
    5656
    5757=== Run the experiment ===